FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14257 questions

16893 answers

27806 comments

54562 members

0 votes
61 views 0 comments
by

I get no NMEA readings when trying to fetch readings from the router.

Router has the latest firmware (RUTX_R_00.07.02.7)

On the host machine I am listening with "nc -l 8501", also tried with packet sender to listen, but result is same.

When I run tail -f /mnt/gpscollect I see a lot of readings collected continuously. When I do the same on /mnt/gpsinfo then just one line and content looks to be constantly the same.

1 Answer

0 votes
by

Hello,

Since you have set up protocol as UDP, I would like you to add additional option to your nc command:

  • nc -ul 8501

This way you should start seeing the data stream. 

As an alternative, you could configure TCP protocol for data transmission, or use another monitoring tool, for example, Hercules, and configure it monitor data over UDP socket.

Best regards,