The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

   uav_set_ssid \
       --ssid 'bane_of_cats'
       --host 192.168.1.1 \
       --port 5557 \
       --join    \  # Join a network in Ad-Hoc mode (default)
       --ap      \  # UAV is the access point
       --station \  # Join the network as a station
       --owner-mac <00:00:00:00:00:00>

DESCRIPTION

Configure the network settings for the AR Parrot UAV.

NOTE: The AR Parrot must be restarted before the changes take effect.

If none of the settings --join, --ap, or --station are set, the UAV is left with its current setting.

You can set --owner-mac to 00:00:00:00:00:00 to unpair the UAV.