Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android support #3

Open
matiasinsaurralde opened this issue Mar 11, 2014 · 2 comments
Open

Android support #3

matiasinsaurralde opened this issue Mar 11, 2014 · 2 comments
Labels

Comments

@matiasinsaurralde
Copy link
Owner

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. "

@1Conan
Copy link

1Conan commented Mar 9, 2015

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)

@daniellockyer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants