-
I'm considering to use the SignalK in my app running on Raspberry PI. One of its functionalities is the navigation using routes from uploaded GPX files. It seems that SignalK schema does support routes and waypoints, but if I try to send this data:
I'm getting this response from the sever:
Does it mean I need to install/develop some plugin? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
By default, you can't put to any path. Please see https://github.com/SignalK/specification/blob/put-clarification/gitbook-docs/put.md This might do what you need https://github.com/panaaj/signalk-resources-fs#readme |
Beta Was this translation helpful? Give feedback.
-
@sergei The
This will be available to the software you are using when it references the desired route. |
Beta Was this translation helpful? Give feedback.
-
@panaaj I created PR SignalK/freeboard-sk#95 please review it. |
Beta Was this translation helpful? Give feedback.
@sergei The
signalk-resources-fs
plugin stores resources as per the Signalk K specification.The Route resource, as you indicated, uses a GeoJSON object to store the coordinates of the route.
One option is to store the names associated with each point in the route
properties
section of the GeoJSON `object.This will be available to the software you are using when it references the desired route.