With netdev coming up we are able to speak to multiple devices of the same type in one RIOT instance. This would also allow for having multiple TAP interfaces for one RIOT instance in nativenet. One could easily add the TAP's file descriptor to the netdev::more-field of, only the signal handling must be adapted for multiple interfaces.
With
netdevcoming up we are able to speak to multiple devices of the same type in one RIOT instance. This would also allow for having multiple TAP interfaces for one RIOT instance in nativenet. One could easily add the TAP's file descriptor to thenetdev::more-field of, only the signal handling must be adapted for multiple interfaces.