Skip to content

Instantly share code, notes, and snippets.

@marcooliveira
Forked from karlwestin/gist:4051467
Created March 9, 2014 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcooliveira/9450482 to your computer and use it in GitHub Desktop.
Save marcooliveira/9450482 to your computer and use it in GitHub Desktop.
#telnet into the drone (telnet 192.168.1.1)
#paste the following command:
killall udhcpd; iwconfig ath0 mode managed essid [ssid]; ifconfig ath0 [wanted ip] netmask 255.255.255.0 up;
#ex. killall udhcpd; iwconfig ath0 mode managed essid Roflcopter; ifconfig ath0 192.168.43.201 netmask 255.255.255.0 up;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment