OpenMarine
What happens if ... (SignalK) - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: What happens if ... (SignalK) (/showthread.php?tid=1872)



What happens if ... (SignalK) - garysmith - 2019-07-04

This question is aimed at one of the developers of Signal K

I'm working on an XDR parser and with all of the typical data (that I have access to) it works fine. It reads an XDR message, breaks it into quadruples, looks up the definition in a dictionary and writes the relevant value & signal k pairs in a Signal K json string.

But with the pitch, roll & yaw data potentially arriving in different XDR messages I don't have a way to associate the data into a single object ...

What will happens if I send deltas with only one element of the attitude object set at a time? I am assuming that the Signal K server will ignore the deltas? Hopefully it doesn't and accepts an object with one or more fields not set?

Thanks
Gary


What happens if ... (SignalK) - tkurki - 2019-07-05

The server is mostly unaware of the schema and will happily pass along all messages.



Sent from my iPhone using Tapatalk