Page 1 of 1

Chance of adding TAP support?

Posted: Sun Apr 15, 2018 10:13 pm
by unknownMe
Is there a chance of a TAP implementation for iOS?

The use case would be using broadcasting devices over VPN, where the phone would have enough bandwidth & power supply.
This is the only limit I'm facing with TUN so far. Some home automation devices don't work.

Re: Chance of adding TAP support?

Posted: Wed Apr 18, 2018 3:18 am
by ordex
TAP is not supported at all by iOS, therefore it can't be natively implemented. The only option would be to implement a slow TAP emulation on top of the TUN interface. However, there has never been enough interest and the amount of work is probably not justified, therefore things never even got planned.

Re: Chance of adding TAP support?

Posted: Wed Apr 18, 2018 3:28 am
by ordex
Note that you can still tweak the tun interface to achieve what you'd achieve with TAP (well not everything of course)