This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| ## Hack to connect multiple Parrot AR Drones. | |
| ############################################# | |
| ## Instructions: | |
| ## 1. Connect to your AR Drone wifi network. | |
| ## 2. Open your terminal and do 'telnet 192.168.1.1' | |
| ## 3. Copy the script and replace DRONE_ID with the desired ID number (between 3-255). | |
| ## 4. Paste and run the script for every drone on the swarm. | |
| DRONE_ID=200 | |
| sed -i "s/PROBE=1/PROBE=${DRONE_ID}/" /bin/wifi_setup.sh |