whitefield-framework / whitefield

Whitefield provides a simulation environment for wireless sensor networks by combining RF simulation provided by NS3 and network stack provided by popular IoT OSes such as Contiki/RIOT/OpenThread.
GNU General Public License v2.0
82 stars 23 forks source link

multi-interface airline framework #105

Closed nyrahul closed 4 years ago

nyrahul commented 4 years ago

Currently, the Airline uses one interface at a time. This PR will enable Whitefield to use multiple interfaces together. Note that some changes are required in the stackline/commline as well for multiple interface handling but that won't be handled in this PR. The first aim of this PR is to ensure that PLC works alongside lr-wpan interface.

Primary Changes:

nyrahul commented 4 years ago

This PR is needed by #101