ttlappalainen / NMEA2000

NMEA2000 library for Arduino
519 stars 217 forks source link

Good source for NMEA 0813/2000 test data #123

Open ryall opened 5 years ago

ryall commented 5 years ago

Want to develop the board at home rather than on the boat. Are there any simulator apps that can output general 0813 sentences and/or N2K frames?

ttlappalainen commented 5 years ago

Have you read the library reference? On chapter 6.3.1.4 I mention my NMEA Simulator at http://www.kave.fi/Apps/ .

ryall commented 5 years ago

I did a while back and I thought I had seen one somewhere but couldn't remember where. This must have been it. Thanks!

ryall commented 5 years ago

I also just found NemaStudio for AIS testing in case anyone else comes across this. It can send 500 messages in trial mode: http://www.sailsoft.nl/ais_simulator.html

ttlappalainen commented 5 years ago

My plan is also add AIS to NMEA Simulator. At first I am making just simple play back from file, which you need first record. A bit simular as you can curently run simulator from track.

ryall commented 5 years ago

Sounds great! You should consider making it open source :)

ttlappalainen commented 5 years ago

I won't. It is written with Delphi and became in years too messy.