Это видео недоступно.
Сожалеем об этом.

OpenPlotter Signal K APIs: Sending and receiving data using SignalK websocket and HTTP rest APIs.

Поделиться
HTML-код
  • Опубликовано: 17 авг 2024
  • Last time we learned about Signal K, the heart of OpenPlotter.
    But how can you access the data form external sources? Signal K offers APIs for that, e.g. if you want to add own data or if you want to subscribe on data using websocket connections.
    It is getting quite technical today but we start with Signal K APIs... NOW!

Комментарии • 6

  • @jaysloan289
    @jaysloan289 4 месяца назад +2

    I would love to see a video on using no red to send data to signal K. Thanks for sharing!

  • @wallisgillwindsensors30
    @wallisgillwindsensors30 3 месяца назад +1

    Let me know if you want to build a low cost high quality NMEA2000 WindSensor to use with OpenCPN/SignalK etc. Cheers!

  • @jillesspruyt7003
    @jillesspruyt7003 2 месяца назад

    Thanks for the video. A question; so get http requests are not possible? Only websockets? After watching your video I am thinking of having hardware switches/buttons connected to a shelly uni which can send http get requests commands. By sending this commands I think it would be possible to show a visual status light in a KiP dasboard, with Single K as source, along with other gauges and meters.

    • @Sir-Real
      @Sir-Real  2 месяца назад

      I was dealing with this question recently, because websockets e.g. via a Raspberry Pico are possible, but not that easy. The REST API is limited as discussed - BUT: You can use TCP and even UDP connections to send data w/o using Websockets. I decided now to use UDP to send some simple sensor data. You need to add a connection in Signal K, UDP with Port, and you can send data quite easy (fire and forget). However, not very safe, nothing you can use if you system is connected to any Internet. But it is something I would love to add to my video as this is a valid way for some systems. If I find time, I will do it ;)

  • @michaelpaolini7753
    @michaelpaolini7753 4 месяца назад

    What IMU board are you using ? Board maker ?

    • @Sir-Real
      @Sir-Real  4 месяца назад

      I am now using the ICM-20948.