anphsw / serstat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serstat

Small utility to get some GPON module statistics from Broadcom-based ONU using /proc/tc_monitor and broadcom proprietary library. Tested on BCM68380 board + snmpd. You will also need libgponctl.so found on any such ONU. I2C access via libi2cctl.so also supported.

note:

CC path is hardcoded in makefile. Use command: CC="/path/to/your/cross/gcc" make

About

License:GNU General Public License v3.0


Languages

Language:C 92.4%Language:Makefile 7.6%