On Mar 17, 2004, at 2:10 PM, Ravi Malghan wrote:


Hi: has anybody built a perl scripts to receive data
from multiple TL1 devices and process them? Is there a
module? Or any other suggestions on how this can be
done.

Ok, there is no specific 'perl module' that I could find for you at the CPAN on the TL1 API from our friends at Bellcore - so you will basically need to work out a simple enough 'translation table' solution on that side.

Then depending upon how exactly you are going to be connecting
to the specific TL1 devices, you will want to feel at home
with a 'select loop' approach for keeping track of which of
them you are dealing with as they write to you. But you can
get that part spun up after you have your basic translation
table in place.


ciao drieux

---


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to