2

I am aware that we can install Openwrt on the Router. Making use of that, is there a way to access these features using python

  • bandwidth allocation
  • Load Balancing
  • Limiting bandwidth to devices

Also , is there a package which already does this.

medakeshav
  • 61
  • 4
  • 2
    The answer is yes, because at bare minimum you could connect to the router via plain HTTP, and scrape the HTML for the data you need. – Martin Konecny Jun 03 '15 at 04:13
  • 1
    Or, if you can log into the router via ssh, you could use the paramiko module. http://stackoverflow.com/questions/3586106/perform-commands-over-ssh-with-python – kponz Jun 03 '15 at 04:15
  • @MartinKonecny Thanks ! – medakeshav Jun 05 '15 at 06:16

0 Answers0