- Add VPN server metrics, mainly tx and rx for a user on a vpn with scr and local ip as labels
- Change variable type int to int64 for RRD metrics, causing an error "constant overflow" on arm chipset
- Add build script
- Log Freebox Server uptime and firmware version
- Log G.INP data
- Log connection status, protocol and modulation
- Log XDSL stats
- Don't log incorrect values (previously logged as zero)
- Remove dead code
- Log freeplug speeds and connectivity
- Go 1.14
- Remove Godeps and vendored files
- Go 1.13
- There is no more uncomfortable error message when the application renews its token
- Adding a
-fiber
flag so that Freebox fiber users do not capture DSL metrics, which are empty on this type of Freebox
- Adding a
-debug
flag to have more verbose error logs
- Improve error messages
- New Dockerfile for amd64 arch: reduce the image size to 3mb
- Fix temp metrics
- Add Godeps
- Change error catching
- Rewriting the application by adding a ton of unit tests