Okay, im writing an app that is going on individual devices connected to my x3000, i need to know how to log and save to NAS the network user data (amount of data used) so the app can pull the information parse it for the client..
Any suggestions would be great!
You can write a script on NAS and get this infor through this API:
curl -k http://127.0.0.1/rpc -H 'glinet: 1' -d '{"jsonrpc":"2.0","method":"call","id":1,"params":["","clients","get_list",{}]}'
So.. The total you outlined is the data total for that mac address.. correct?
Yes, TX and RX total traffic statistics.