udacity / udacidrone

An API for working with flying objects, simulated, unidentified, and otherwise.
https://udacity.github.io/udacidrone
131 stars 96 forks source link

Add WebSocketConnection #5

Closed domluna closed 6 years ago

domluna commented 6 years ago

Adds a Connection implementation based on WebSockets. Encoding/decoding is done via MAVLink. Event loop is based on asyncio so no dealing with threads, yay!. We could probably adopt asyncio for other connections as well.