arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

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

hashtag
Adjusting the hostname with nano

hashtag
Adjusting the hostname with echo command

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

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