Hey Guys,
I am trying to find where I would find the correct file to manipulate and edit to add additional information here. The feed protocol for this includes more information that I'd like to display both in the "State" section, as well as with reporting. Currently, the protocol provides a couple of bits of info, for instance in addition to LAT/LONG for the position, it also provides RSSI/SINR/RSRP/RSRQ for Cellular connectivity. This comes via .csv values of course so what file would I need to edit to see this data displayed.
For example:

Should note that I'm running this on Ubuntu 16.04. I'm understanding that there is a separate file with the same name, but is that the name of the protocol being used? If so, I am not seeing anything Cradlepoint in the directories I have found under /opt/traccar.
Only RSSI is support for this protocol at the moment. You would need to modify source code to add more attributes.
Thanks Anton,
Would that be the same for having that information display with the Route reporting?
To request that Anton, is that New Issue in the Github?
Hey Guys,
I am trying to find where I would find the correct file to manipulate and edit to add additional information here. The feed protocol for this includes more information that I'd like to display both in the "State" section, as well as with reporting. Currently, the protocol provides a couple of bits of info, for instance in addition to LAT/LONG for the position, it also provides RSSI/SINR/RSRP/RSRQ for Cellular connectivity. This comes via .csv values of course so what file would I need to edit to see this data displayed.
For example:

Should note that I'm running this on Ubuntu 16.04. I'm understanding that there is a separate file with the same name, but is that the name of the protocol being used? If so, I am not seeing anything Cradlepoint in the directories I have found under /opt/traccar.