For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setting the NavQ hostname

Suggested proposal for the hostname of NavQ

Since several NavQs might be present in a Wifi Network it's essential to set an unique hostname to determine which one is the correct NavQ you want to connect to.

To change the hostname you need to modify /etc/hostname . We suggest the following format:

navq-[Vehicle Mavlink SysID]

e.g. If Mavlink SysID is 10 the NavQ should be named navq-10

Adjusting the hostname with nano

~$ sudo nano /etc/hostname
navq-10

Adjusting the hostname with echo command

~$ sudo echo navq-10 > /etc/hostname

After a reboot the new hostname will be visible on the network.

Last updated