Karl-Erik Gustafsson
SKSignal K
•Created by Karl-Erik Gustafsson on 1/22/2025 in #specification
I don't understand what you are meaning
I expected to find something similar in real life, but reality was a bit different.
8 replies
SKSignal K
•Created by Karl-Erik Gustafsson on 1/22/2025 in #specification
I don't understand what you are meaning
SART, MOB and EPIRB are using Msg 14 for info content + Msg 1 for location
I don't know about sending this type of message, more concerned about procedure when receiving msg 14...
SART ACTIVE
or SART TEST
and similar for two others, no other references.
Even IA is not capable to find any souces: "I could not locate a real-world Message 14 safety-related text example from a verified source in the searches I performed." 😆I don't know about sending this type of message, more concerned about procedure when receiving msg 14...
8 replies
SKSignal K
•Created by Karl-Erik Gustafsson on 1/22/2025 in #specification
I don't understand what you are meaning
Safety Msg is nr 14.
In addition to that SART sends Msg 1.
Msg 1 is already decoded by SK and state
14 = ais-sart
is included.
https://github.com/SignalK/nmea0183-signalk/blob/master/hooks/VDM.js#L42
You see SART devices listed by SK, but Msg 14 is not included now and question is mainly how safety level alarm should be handled in SK.
Am I missing something?8 replies
SKSignal K
•Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Sorry, not been very active here. One notice that old react-jsonschema-form-bs4 seems to be still on package list. Is that somehow still needed with current setup?
49 replies
SKSignal K
•Created by Teppo Kurki on 12/13/2024 in #server
Teppo Kurki - i was thinking of working on the ...
I can support if needed. 👍
4 replies
SKSignal K
•Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
@naugehyde I try look your branch more in detail during weekend.
49 replies
SKSignal K
•Created by Cosa on 11/26/2024 in #questions
Collecting data from Furuno SC-70
Try with network switch between. Are you familiar with 450 standard, multicast addresses and ports?
I made client plugin some years ago, that should work. Used this to collect data from real and simulated bridges.
https://github.com/KEGustafsson/signalk-iec61162-450-nmea0183-client
4 replies
SKSignal K
•Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Sounds very familiar. Not so straight forward job.
49 replies
SKSignal K
•Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
In case minimum work, upgraded to jsonschena might viable too.
Feel free to use and PR are OK too.
https://github.com/KEGustafsson/react-jsonschema-form-bs4
49 replies
SKSignal K
•Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Most probably best would be to upgrade to Bootstrap 5. But then you need to tweak UI too.
49 replies
SKSignal K
•Created by Cosa on 11/26/2024 in #questions
Collecting data from Furuno SC-70
You can use Shipboard network to access IEC61162-450 data. Is J1 free or connected network switch and used other bridge devices?
If that sensor is already used on bridge sensor network, I would recommend to use datadiode to restrict uplink access.
So to say, been there, done that with Furuno bridge systems 👍
4 replies
SKSignal K
•Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Would you like to share your work as a PR (e.g. WIP)?
49 replies
SKSignal K
•Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Container deployment is easying development already and seeing this more and more important to keep variations as small/controlled as possible.
Server-admin-ui is relying some old and not supported components. To update this part of the SK is major job, but doable for sure.
As said there is PR to upgrade both OS and Node at same time for docker, to 24.04 and v22. As Adrian said, everything working fine, but ofcource some new deprecation are & will be introduced Neverending story...
I did some updates to server-admin-ui and react-jsonschema-form-bs4 to remove deprecation warning some couple of years ago. Tried to upgrade to Bootstrap 4 & 5 too, but that was way too complicated to me (maintain same look as previously).
Anyway, willing to help and seeing this longer term project 👍
49 replies
SKSignal K
•Created by Ed on 11/21/2024 in #questions
Data Connections
If multiple sources use same port then consider to use TAG block with s: flag which defines source.
Tagged NMEA0183 is more common in e.g. merchant marine where messages are broad/multicasted.
7 replies