panaaj / nmeasimulator

NMEA Sentence Generator
129 stars 13 forks source link

v1.6 vs 1.5 #61

Closed AndrasSzep closed 5 months ago

AndrasSzep commented 11 months ago

I have an application working fine on the previous versions (e.g. 1.5 both Linux and Mac) which on the new version only catches the first set of NMEA0183 sentences after starting the simulator (UDP broadcasting mode). Stoping/resuming the simulator does not help. Only complete restart of the program.

panaaj commented 11 months ago

The main difference in version 1.6 is that:

  1. You can select the network interface
  2. The broadcast address is calculated based on the interface configuration.

When I test on a client device using netcat with the command _nc -kluvw 0 _ I see the changing stream of broadcast data.

I assume when you say restart the program you are referring to your application?

AndrasSzep commented 10 months ago

I mean restarting your simulator. The bug shall be in the simulator.