This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
app-notes:itxpt-debian [2022/01/12 09:52] – klueppel | app-notes:itxpt-debian [2022/12/21 10:03] (current) – dodenhoeft | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== GNSS ITxPT ====== | ||
+ | |||
+ | |||
In this example enable ITxPT on Netmodule NB2800 and receive a GPS position of the router via ITxPT implementation. As a client, we use a pc with linux-debian 11. | In this example enable ITxPT on Netmodule NB2800 and receive a GPS position of the router via ITxPT implementation. As a client, we use a pc with linux-debian 11. | ||
Line 50: | Line 53: | ||
Now we can start mrecevie, with multiacast IP and port: | Now we can start mrecevie, with multiacast IP and port: | ||
./mreceive -g 239.255.42.21 | ./mreceive -g 239.255.42.21 | ||
- | <konsole> | + | <code> |
./mreceive -g 239.255.42.21 | ./mreceive -g 239.255.42.21 | ||
Now receiving from multicast group: 239.255.42.21 | Now receiving from multicast group: 239.255.42.21 | ||
Receive msg 1 from 192.168.1.1: | Receive msg 1 from 192.168.1.1: | ||
- | </konsole> | + | </code> |
Done. | Done. | ||