Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I want to measure the round trip time for sending data,but I don't know how to push data back to my raspberry pi since I thought the mashup only monitor the data value and I can't find some operation to send data.
If you have an Edge SDK application or EMS on your Pi, then you just need a property defined on the Pi that is defined with ReadOnly=false and a push type of Always or VALUE. Once you have that set up and the application on the Pi is connected to the ThingWorx server, just update the property on the ThingWorx server.
The update will be sent to the Pi, and then sent back to the platform. You may well find that the value doesn't update on the platform until the remote device has processed it.