32°N Downloads

Downloads

Things to install.

Tools you can run yourself, on your boat or your laptop. Each one is open source under MIT, signed at release, and small enough to fit on a thumb drive. Pick what's useful.

Developer tools

For people building on 32°N.

If you're writing code that talks to the platform — apps, NMEA-2000 integrations, custom data sources — these are the utilities I use myself.

Live NMEA-2000 capture

Reading raw frames off a live CAN bus (a USB gateway, can0) is the one piece the NMEA toolkit doesn't do yet — it needs OS-level socket access. It's on the list; for now nmea decode reads a NMEA stream over TCP, a file, or stdin.

MCP server mode (MSS CLI)

The Marine Security Scanner runs as a Model Context Protocol server (`mss serve`), so an AI assistant can query it directly: "scan the boat for new devices," "show me the open advisories." Bundled with the CLI download.

License

Everything here is MIT.

Run it, modify it, ship it inside your own product — no permission needed, no commercial restrictions. The source lives on GitHub; every release is signed; nothing phones home.