facebook-tunnel icon indicating copy to clipboard operation
facebook-tunnel copied to clipboard

Android support

Open matiasinsaurralde opened this issue 10 years ago • 2 comments

Should we use VpnService (http://developer.android.com/reference/android/net/VpnService.html)?

"VpnService is a base class for applications to extend and build their own VPN solutions. In general, it creates a virtual network interface, configures addresses and routing rules, and returns a file descriptor to the application. Each read from the descriptor retrieves an outgoing packet which was routed to the interface. Each write to the descriptor injects an incoming packet just like it was received from the interface. The interface is running on Internet Protocol (IP), so packets are always started with IP headers. The application then completes a VPN connection by processing and exchanging packets with the remote server over a tunnel. "

matiasinsaurralde avatar Mar 11 '14 23:03 matiasinsaurralde

That would be good adding support for multiple devices would be a good one

(if i had a mac ill try building it for iphone)

1Conan avatar Mar 09 '15 08:03 1Conan

After seeing that Android support would be useful I immediately thought of VpnService. I think that it is best and wouldn't be terribly hard to implement.

daniellockyer avatar Mar 14 '15 22:03 daniellockyer