简体   繁体   English

如何将OpenVPN客户端应用程序与另一个Android应用程序合并?

[英]How to merge OpenVPN client app with another android app?

I need to connect my application to different servers on my network using openvpn protocol. 我需要使用openvpn协议将我的应用程序连接到网络上的不同服务器。

All works using OpenVPN Connect or OpenVPN for Android apps ( link ). 所有工作都使用OpenVPN Connect或OpenVPN for Android apps( 链接 )。

Now I would like to integrate OpenVPN app with mine so that everything gets automated. 现在我想将OpenVPN应用程序与我的应用程序集成,以便一切都自动化。

(ie)The user doesn't have to install an additional app and user doesn't have to configure it all by himself. (即)用户不必安装额外的应用程序,用户不必自己配置。

Is it possible ? 可能吗 ?

Any help on app integration will be appreciated ! 任何有关应用集成的帮助将不胜感激!

It sound a lot like you want to build your own VPN provider app. 这听起来很像你想建立自己的VPN提供商应用程序。 That is certainly possible. 这当然是可能的。 You can control OpenVPN for Android via an API or build an app on top of it. 您可以通过API控制OpenVPN for Android或在其上构建应用程序。 Just make sure you respect the license of ics-openvpn (see README for details). 请确保您尊重ics-openvpn的许可(有关详细信息,请参阅自述文件)。 If in doubt contact the author of the app. 如有疑问,请联系该应用的作者。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM