Closed domluna closed 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.
asyncio
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 adoptasyncio
for other connections as well.