Skip to content

This program reads messages (NMEA GPS data or alerts) from a selected COM port and sends them to a web server.

Notifications You must be signed in to change notification settings

omccully/PinPointRelay

Repository files navigation

PinPointRelay

This program reads messages (NMEA strings or alerts) from a selected COM port and sends them to a web server. The user of this program is able to choose the COM port and web URL, and these settings are saved in the user’s application data folder in Windows. This program also generates a 22-character ID code. The HTTP POST request sent to the website with this program includes the message received on the COM port in the “nmea” variable and the ID code in the “id_code” variable. This ID code ensures that the website can identify multiple Pinpoint devices, but people cannot maliciously use someone else’s ID code.

Related Repositories

  • pinpoint-pic - C microcontroller program for this project
  • pinpoint - Ruby on Rails app for this project

Demo

https://www.youtube.com/watch?v=boWn7i7RBzA

Relay

About

This program reads messages (NMEA GPS data or alerts) from a selected COM port and sends them to a web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages