This release allows the creation of multiple drones and vehicles. However, the connection is limited to a centralized base station/access point - e.g., AP -> Drone; Drone -> AP; Car -> AP; AP -> Car.
All messages respect a JSON format. The main class responsible for handling the encoding and decoding of messages sent from/to Mininet-WiFi is found at UnetyEmu/Assets/Scripts/Network/EncodeDecode.cs
Connectivity between vehicles (e.g., D2D - Drone-to-Drone) will be implemented in a future release, as long as weather conditions (e.g., windy, rainy, etc.)