Hi guys, i have an issue trying to comunicate with a tcp gateway. This gateway is configured to periodically (every 10s) information about they sensors conected (Traffic sensors). The thing is, this gateway just send data without any request... just send data every 10s. So i am wondering to transform the data sent from the gateway into Mango Datapoints inside a tcp Datasource to handle it. I am trying to set the configuration on the tcp datasource (regex, and this stuff) to get the raw data sent from the gateway in a datapoint (inside the tcp datasource). Then with a scripting datasource and some virtual datapoints, i will decript the protocol and set the right values in the virtual datapoints.
This is a screenshot of the raw hex data sent from the gateway.
and this is the information about the protocol:
I just want you guys help me with the tcp datasource and datapoint configuration to catch the raw data into a datapoint and then i can handle the rest with a scripting DS and some virtual datapoints.
Thanks and rewards.