unl-nimbus-lab / pymavswarm

Python library used to safely control drone swarms and drone fleets with MAVLink
https://pymavswarm.readthedocs.io
GNU General Public License v3.0
17 stars 5 forks source link

Add Better Support for Wifi-Based Swarms #23

Open evan-palmer opened 2 years ago

evan-palmer commented 2 years ago

Is your feature request related to a problem? Please describe. The existing implementation is geared primarily toward swarms that utilize multi-point radio networks as their means of communication. To better support swarms that utilize Wifi for communications, it would be valuable to evaluate the architecture and features to ensure that Users that integrate Wifi communications receive the same level of support as Users of multi-point radio networks.

Describe the solution you'd like Update pymavswarm to better support Users of Wifi networks. Additional information will be added to this description as more exposure to Wifi networks and their tools is gained.