Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravadigital/tzsp-reader
Traffic monitor for mikrotik in python
https://github.com/gravadigital/tzsp-reader
mikrotik monitoring python reader traffic tzsp
Last synced: about 1 month ago
JSON representation
Traffic monitor for mikrotik in python
- Host: GitHub
- URL: https://github.com/gravadigital/tzsp-reader
- Owner: gravadigital
- Created: 2017-05-11T11:37:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T11:34:18.000Z (about 5 years ago)
- Last Synced: 2024-02-14T21:21:23.725Z (11 months ago)
- Topics: mikrotik, monitoring, python, reader, traffic, tzsp
- Language: Python
- Homepage:
- Size: 317 KB
- Stars: 19
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TZSP READER for Mikrotik.
Tzsp reader is a package reader coming from a mikrotik.
With this application you can easily see the consumption of the network in real time and monitor the traffic.## beta:
This project is constantly changing in its state of beta
### Read the wiki:
[wiki is here!](https://github.com/gravadigital/tzsp-reader/wiki)
### Use```
python tzsp-reader.py```
#### options
* -h: show conections history log_panel_columns### Prerequisites
before start you have to [configure sniffer](https://wiki.mikrotik.com/wiki/Manual:Tools/Packet_Sniffer) in the mikrotik.
### Screenshot
![screenshot](https://raw.githubusercontent.com/gravadigital/tzsp-reader/master/example/statistics.jpg)### History ( -h option)
![screenshot](https://raw.githubusercontent.com/gravadigital/tzsp-reader/master/example/tzsp-reader.png)## ChangeLog
### beta realease 0.0.5
* change consumption measurement
* add protocols statistics
* history with -h option
### beta realease 0.0.4
* Corrections in consumption measurement
### beta realease 0.0.3
* ipfile.json added to display labels for ips
* fix local ip filter### beta release 0.0.2
* In this version you can monitor the traffic and view logs in real time of the requests### Planned improvements for realease:
* Better traffic monitoring
* Handle resize
* List of main countries
* Colors alarms
* Statistics
* Database connection for long-term analysis