Skip to content

skrewby/nmea_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMEA Simulator

An application used to test NMEA2000 devices.

Initially developed to test the Actisense NGX-1-ISO gateway behaviour. The CAN and Serial sides were both connected to the PC and the program was run

./bin/nmea_simulator -c can0 -s /dev/ttyUSB0 -b 4800 -C config/example_config.toml

Running through Docker

Build the image

docker buildx build -t nmea_simulator .

Run

docker run --network host --device /dev/ttyUSB0 nmea_simulator -C config.toml -c can0 -s /dev/ttyUSB0 -b 4800

About

Application used to send NMEA2000 messages for testing purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages