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/10 10:08] – 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 5: | Line 8: | ||
* A client, in our case linux debian 11 | * A client, in our case linux debian 11 | ||
- | 0) Enable GPS in JSON mode. (Just enable GPS, Json mode is default) | + | - Enable GPS in JSON mode. (Just enable GPS, Json mode is default) |
- | 1) Setting up GNSS ITxPT service on NB2800: | + | |
SERVICES -> ITxPT -> Configuration -> ITxPT Administratio enable. | SERVICES -> ITxPT -> Configuration -> ITxPT Administratio enable. | ||
Choose your LAN Interface, your client is connected to. In our case this is LAN1. | Choose your LAN Interface, your client is connected to. In our case this is LAN1. | ||
Line 49: | 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. | ||