Hi,
I want to write a small peace of software which logs the overall data consumption of a RUT955. The interface has to be SSH.
I found out that gsmctl -e wwan0 returns the number of bytes sent. To build a robust software I will need the folowing informations:
- What happens in case of power off/on? Does the value step back to zero?
- What is the datatype (e.g. unsigned integer)? I like to know if a wrap around of the number of bytes could happen during runtime
Thanks in advance