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
MQTT data manipulation
#10
Question 
Quote:Should i send it to port 3000 or to 10110 ?

Port 3000 is http/ws and port 10110 NMEA0183 over tcp, so neither.

You need to configure your SK server to accept Signal K over UDP:
/admin/#/serverConfiguration/providers => Add
- Input Type: Signal K
- Signal K Source: UDP
- Port: <your choice>

and then either send directly to the IP of your server or the broadcast address of your local network.

FWIW I think sending SK directly is better than using MQTT: less processing (no MQTT server just shoveling data along), easier to debug (nc -lu <yourport> to see what you are receiving, no extra components between your sender and SK server).

As for KIP not showing the value: is there anything in your browser's log? Do you see the data in /signalk/v1/api/self/? If all else fails you an contact Kip author via Github.

   
Reply


Messages In This Thread
MQTT data manipulation - by KKempeneers - 2019-05-12, 02:38 PM
RE: MQTT data manipulation - by jim321 - 2019-05-12, 07:44 PM
MQTT data manipulation - by PaddyB - 2019-05-13, 08:52 AM
RE: MQTT data manipulation - by KKempeneers - 2019-05-13, 12:05 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-13, 12:15 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-13, 04:10 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-13, 06:20 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-13, 07:53 PM
RE: MQTT data manipulation - by tkurki - 2019-05-14, 05:52 AM
RE: MQTT data manipulation - by KKempeneers - 2019-05-14, 10:20 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-14, 11:11 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-14, 09:45 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-13, 08:30 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-14, 05:42 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-25, 08:47 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-25, 05:45 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-26, 05:47 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-26, 07:23 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-27, 11:47 AM
MQTT data manipulation - by tkurki - 2019-05-27, 07:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)