-
Hello there, total newbie here! On board my boat I have:
I'm currently developing a digital logbook (under FileMaker), in which I retrieve data in JSON format.
Questions: I searched all over the web for the answer, but without success. Not being a computer scientist, the literature on GitHub is a bit obscure to me... Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The iKommunicate has not been produced or updated in many years. You are stuck with what you have. I would look into getting a more modern and supported solution. |
Beta Was this translation helpful? Give feedback.
As to your original question: there are small differences between the Signal K Server Node.js implementation and iKommunicate APIs. As long as you get what you need for your own use it probably does not matter much. If you plan to publish/share your app it is a different story.
As for position slash latitude and longitude in Signal K it is a so called object valued property and you should use it via navigation.position path, as that is what is consistent between the http api and the streaming WebSocket api, in case you want to go that way in the future.