- 1.0.0, first release
give your feedback by following ways
-
visit https://github.com/dvdface/fiberhome-oltcli (preferred)
-
send email to dvdface@gmail.com
pip install fiberhome-oltcli
None
With fiberhome-oltcli library, you can easily access olt's commandline interface.
oltcli = OLTCLI.get(OLTModel.AN6000_17, '10.182.33.210', 'GPON', 'GPON')
oltcli.get_authorization()
telnet = OLTTelnet('10.182.33.210', 'GPON', 'GPON')
telnet.connect()
assert telnet.run('config') == ''
telnet.disconnect()