Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/relrin/ng-statsviewer

NetGear DGND3700 statistics viewer
https://github.com/relrin/ng-statsviewer

Last synced: 30 days ago
JSON representation

NetGear DGND3700 statistics viewer

Awesome Lists containing this project

README

        

NG-StatsViewer
==============

NetGear DGND3700 statistics viewer

This application just parsing with BeautifulSoup and urllib2 information from "Router status / Statistics" page and show in special window. Also need use your auth data for log-in modem, which typed by you in Options.

Requirements
--------------
- BeatifulSoup
- PyQt 4

Running app
-------------
Just enter

python client_gui.py

if need executable/binary file for your OS (Mac,Windows,Linux), then packing with PyInstaller or Py2Exe. Follow instructions on site chosen utility.