CapCode is a navigation software for sailors for cruising or regatta. - Reads NMEA 183 data (instruments, GPS, AIS). Implements computation of the VMG , tracing on RNC and ENC (S-57) charts. Display the polar on the chart, future position of the ship. Weather information acquired from grib files are also displayed in the navigation view.
developed as an Eclipse RCP in its versions 2.x.x
...The User can select the Sensors and observe the current values of
- Accelerometer
- Gyroscope
- Magnetometer
- GPS Position
- .... and other Sensors
A Stream containing the Sensor-Values in CSV- Format by WLAN To a Client and/or a Stream To a SD-Card can be started and stopped. The Sensor-Update frequency can be adjusted.
There are some GPS-Algorithms running in the Background which transform the GPS data in different coordinate frames.
The Stream via WLAN uses the User Datagram Protocol (UDP) Interface.
In order to receive the data you can use something like the Java File "QuoteClient"in the Files-Section.