This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pushing data from Python to SignalK?
#2
there is not much python for signalk yet, but see this:

https://github.com/pypilot/pypilot/blob/...signalk.py


I do not use GET an POST, instead use websockets for streaming data. This is more efficient also.

The problem I now face is, the websocket to signalk_node_server is supposed to be bidirectional, at least I read this somewhere, but it is not receiving signalk, it is only transmitting signalk, and I don't have a solution for this other than to add a udp port connection and have the python script dump the data there and add this to the server as an input, but I prefer to avoid this route.
Reply


Messages In This Thread
RE: Pushing data from Python to SignalK? - by seandepagnier - 2020-07-13, 03:11 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)