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:
1
navq-[Vehicle Mavlink SysID]
Copied!
e.g. If Mavlink SysID is 10 the NavQ should be named navq-10
Adjusting the hostname with nano
1
~$ sudo nano /etc/hostname
Copied!
1
navq-10
Copied!
Adjusting the hostname with echo command
1
~$ sudo echo navq-10 > /etc/hostname
Copied!
After a reboot the new hostname will be visible on the network.