-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Add AIS sentences #47
Comments
It should be here, just need someone to implement it. What's your source for AIS data? |
I started looking at it, but it's a bit more complex than I anticipated, because we currently filter on the "self" values. I'm actually getting AIS data from an NMEA0183 source (Moitessier HAT on a Raspberry Pi running OpenPlotter), but I'm sending all my data to another Raspberry Pi running OpenPlotter through SignalK. Everything works fine, except OpenCPN doesn't see any AIS data. My end goal is to have one "headless" Pi running all my sensors, feeding another Pi acting as a chartplotter through SignalK. I'm pretty close, the only thing missing is AIS. Of course, I could just connect directly to kplex on the other Pi to subscribe directly to the source NMEA data, but where's the fun in that? |
+1 for this request. Use-case is to use the existing Signal K server on a Raspberry Pi that is pulling AIS data from a USB connected AIS transceiver for tablets and OpenCPN over WiFi port 10110. Cool plugin btw, apparently I have had this for a while but didn't go into specifics. |
@itemir your AIS transceiver is probably already outputting nmea0183 ais data, you don’t need to do the conversion from SK. |
It is but it is doing so over USB, which is feeding into Signal K. Goal is to make it available over WiFi. I can feed into Signal K and a separate wireless solution with something like gpsd but it complicates things. Would be cool to give it out from SK. |
All SK server's data from nmea0183 inputs is already available over tcp on port 10110 - it does not have to be converted first to Signal K and then back to nmea0183, if it is coming from an nmea0183 source. |
As I mentioned above, AIS comes via USB and it is not showing up on port 10110. |
I don't doubt your word on ais on port 10110, but the source being USB is not the reason, trust me. But this is getting beyond this issue, care to come to Slack if you want to track this down further? Link to join is at http://signalk.org/ |
We do the reverse in the parser module, why not here too? Also, I'd actually need it for my use-case.
The text was updated successfully, but these errors were encountered: