Does anyone know of any Java SDKs/libraries for communicating via the TL1 protocol that are opensource?
Does anyone know of any Java SDKs/libraries for communicating via the TL1 protocol that
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Going through this right now I can tell you there is nothing that is open and free. There is the Perl TL1 toolkit https://noc.sara.nl/nrg/TL1-Toolkit/
What I ended up doing was writing my own TL1 Java api. It’s not particularly hard. The most difficult part is handling all the different vendor implementations of the TL1 standard. You could always reference the Perl toolkit as a starting point for rolling your own api.
The other option is using one of the commercial Java TL1 api’s out there. Googling will find them pretty easily.