Skip to content

This Python script allows remote control of some drone models via computer keyboard.

License

Notifications You must be signed in to change notification settings

LukasMaly/wifi-ufo-drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi UFO Drone

This Python script allows remote control of some drone models via computer keyboard.

Requirements

  • pygame
  • scapy

Constants

  • Constants can be edited in dronecontrol.py.
  • Source IP: 192.168.0.2
  • Network Interface: en0
  • Destination IP: 192.168.0.1
  • TCP Port: 7060
  • UDP Port: 40000

Keyboard Controls

Key Control
Esc Exit Control
Spacebar Vertical Takeoff/Land
Tab Cycle Speeds
W/A/S/D Pitch Forward/Left/Down/Right
Throttle Up
Throttle Down
Yaw Right
Yaw Left

License

  • MIT License

About

This Python script allows remote control of some drone models via computer keyboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages