You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CANBoat has recently been ported to JavaScript and is now part of the Signal K Node Server build, so no additional
171
-
installation of CANBoat is required.
71
+
See [How Do I Integrate with NMEA2000](https://github.com/SignalK/signalk-server/wiki/FAQ:-Frequently-Asked-Questions#how-do-i-integrate-with-nmea2000-can-bus) in the Signal K server FAQ.
72
+
73
+
172
74
173
75
### Proprietary Interfaces
174
76
@@ -185,3 +87,5 @@ Even though Raymarine no longer make a SeaTalk 1 interface, there are a number o
185
87
convert to NMEA 0183, which both of the Signal K servers can read, or convert to a raw $STALK format that allows more
186
88
control and access to the SeaTalk data. One such interface that handles both types of SeaTalk conversions is the
187
89
<ahref="http://digitalyacht.co.uk/product/st-nmea-usb/"target="_blank">ST-NMEA interface</a> from Digital Yacht.
90
+
91
+
Signal K server also includes [Seatalk 1 support (a bit of DIY hardware required)](https://demo.signalk.org/documentation/Configuration/Seatalk_Connections.html).
Copy file name to clipboardExpand all lines: src/pages/overview.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,7 @@ NMEA networks onboard as well as databases, other Signal K data streams, and pot
129
129
resources. The server can also hold static items like charts, routes and notes. It can also hold and act as a
130
130
web-server for browser-based Apps.
131
131
132
-
The Signal K server is available as a ready-to-fit commercial product (such as the
133
-
[Digital Yacht iKommunicate](http://ikommunicate.com)), or you can download the software for free and run it yourself.
132
+
The Signal K server software is available as a free download.
134
133
The software runs on a range of single board computers; Raspberry Pi, Beagle Board, etc. as well as any normal PC running Linux, Windows and MacOS, see the
0 commit comments