Skip to content

emanuil-tolev/nettail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nettail

Fetch your router's system log, display it on screen like tail -f and save daily logs when you run this program. Keep track of when your internet connection went down.

Only supports HTTP Basic Authentication for now. Only tested using Python 2.7.4 . Python 2.7.x should be OK, Python 3 should be fine too, maybe with minor modifications.

Usage

cp sample_config.py config.py
vim config.py  # just edit it to fill in the router URL and HTTP Basic Auth info
mkdir logs
python nettail.py

About

Fetch your router's system log, display it on screen like tail -f and save daily logs when you run this program. Keep track of when your internet connection went down.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages