Skip to content

romanpeters/genexis-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

genexis-router

Python3 API for Genexis DRGOS HRG1000

Requires Python>=3.6

Notice

In its current form this library can only read some basic information from the router. This project is no longer under development, since I upgraded my router with a better working model.

How to use:

import genexis

router = genexis.Router(username="admin", password="admin")

print(router.system())

>>> {'platform': 'HRG1000', 'prodname': 'Platinum-4810', 'prodnum': '99613039', 'proddate': '2014-05-06', 'version': '2', 'serialnum': 'B.0000081358', 'ethaddr': '00:0F:94:41:F1:E0', 'bootloader': 'drgldr-hrg1000-1.4.1-RC16', 'firmware': 'drgos-hrg1000-1.14.3-R'}

Other info: static_hosts(), dhcp_leases(), port_forwarding()

About

📶 Python wrapper for Genexis DRGOS HRG1000 API

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages