Skip to content

r-wisniewski/NMEA_mutlicast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Usage: ./NMEA_Multicast [Local Interface IP Address]

Parameter(s):
	- Local Interface IP Address: The IP address of the interface outputting the messages

Purpose

This program will mutlicast a predefined NMEA string to a predefined multicast group. Future work will support adding a config file to determine which messages are output and associated frequencies. Another addition will be a “worker” thread to take in data and update varibles such as latitude, longitude, etc…. This will require mutexes.

Compile: cc NMEA_multicast.c -o NMEA_multicast -lpthread

Improvements

Thoughts to improve the NMEA_Multicast program are:

  1. Pass arguments in via a config file. This would allow much more flexibility and simplify the process of setting the system up to output many NMEA messages.

Contact

Robin Wisniewski – LinkedInwisniewski.ro@gmail.com

About

NMEA 0183 Multicast server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages