panaaj / nmeasimulator

NMEA Sentence Generator
129 stars 13 forks source link

How to use UDP #37

Closed DenisIvanovIvanov closed 2 years ago

DenisIvanovIvanov commented 2 years ago

Is there a way to listen for messages from the simulator through UDP? If so, how?

panaaj commented 2 years ago

UDP is not currently supported.

patrickelectric commented 2 years ago

Where is the source code ? Can you add support to udp ?

panaaj commented 2 years ago

UDP support is planned and will be available in a future release.

panaaj commented 2 years ago

A pre-release with Initial support for UDP can be found here if you want to try it and see if it addresses your needs.

patrickelectric commented 2 years ago

A pre-release with Initial support for UDP can be found here if you want to try it and see if it addresses your needs.

Can you add the functionality to work as a UDP client, to a desirable IP / port ?

panaaj commented 2 years ago

Updated to include UDP Client option that allows target IP and port to be defined.

patrickelectric commented 2 years ago

That works great, thanks!

DenisIvanovIvanov commented 2 years ago

Thanks!