Open Options, select Connections, Add Connection:
Network Connection TCP NMEA 0183 Address: localhost DataPort: 3006
List position: 1 Receive Input on this Port ( ticked yes )
Download latest release for your system:
https://github.com/marineverse/globe-nmea-server/releases
Make the file executable:
chmod +x ~/Downloads/globe-nmea-server-mac
Locate the App in Finder:
Open Finder and navigate to the location of globe-nmea-server-mac.
Right-Click and Open
- Right-click (or Control + click) on the app.
Select Open from the context menu.
Confirm:
- A warning dialog will appear. Click Open to run the app.
This action will whitelist the app, and you won't see the warning again.
Altenatively to installation, you can compile from source.
For example, on Mac
brew intall go
make build
- Go to https://www.marineverse.com/globe/boats
- Select your boat to open its profile
- Select the API tab
- Copy the Universally Unique Identifier (UUID) - it looks like:
43463b9c-da55-4eb8-9bc4-2005a0a135ff
This UUID is required as a command-line argument when starting the server.
- Download globe-nmea-server.exe.
- Right click on the file, ( Show More Options ) and create shortcut.
- Right click on the shortcut, ( Show More Options ) and open Properties.
- Modify "Target" by appending [BOAT_UUID] after globe-nmea-server.exe. It should be similar to: "globe-nmea-server.exe UUID-SDS-SDSSD-DSS".
- Run the shortcut - the server should start ( You may need to select "Run anyway" and "Allow network connections" )
Open TERMINAL app to get access to command line.
Get your BOAT_UUID first.
~/Downloads/globe-nmea-server-mac [BOAT_UUID]
