Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
is there a way to tell a docker container to use a serial device in the IR829?I know that a typical Docker container can be granted serial device access with "docker run --device=/dev/ttyS3 ..."But how do I tell to the ioxclient/local manager to gran...
So far, the only way to access GPS/accelerometer/gyroscope data from GOS is creating a small script that retrieves the data via telnet/CLI, and then parsing it.I guess SNMP would be more elegant, but no idea if it's available.Is it possible to access...
I found that inside GOS, we can cat the serial device assigned to the accelerometer/gyroscope.It seems better than retrieving the info from IOS.root@qemux86-64:~# cat /dev/ttyS32017:02:24:03:34:26.141186 4576.25 2852.50 323.75 -3.111 -8.601 1006.134...