Skip to content

A program that interagates an external host's iptables and records the data sent and recived by each ip. Writen in python

License

Notifications You must be signed in to change notification settings

palaniyappanBala/Bandwidth-Monitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bandwidth-Monitoring
====================

This project has been put on hold until the end of the university year, when I will have more time.

This small python program monitors and logs iptables via ssh. Used to record traffic use over wrt54gl router.


How to use
----------

Set up iptables with 'act' table and correct return table on you router.
Then run main.py to log the data passing through the act table.

TODO
----

 - Record the number of packets                                      - v0.02.0
 - Re implement using SNMP rather than SSH                           - v0.03
 - Read config file                                                  - v0.04
 - Write data to database                                            - v0.05.0
 - Read data from database                                           - v0.05.1
 - Added some javascript to allow sorting of the data table          - v0.06
 - Change to better web system                                       - v0.07
 - Allow exploring of hosts via web interface                        - v0.08
 - Test all code                                                     - v0.10

Author
------

Henry Jenkins
henry@henryjenkins.name

About

A program that interagates an external host's iptables and records the data sent and recived by each ip. Writen in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%