1 个仓库
Interfaces that bind native C/C++ implementations of network protocols to higher-level language runtimes.
Distinct from JNI Wrapper Generators: The existing candidates focus on deployment or configuration, not the JNI architectural binding of the protocol.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Native Protocol Bindings. Refine with filters or upvote what's useful.
ics-openvpn 是一个用于 Android 设备的 OpenVPN 客户端,用于建立安全的虚拟专用网络连接。它作为连接管理器,在移动设备和远程服务器之间创建加密隧道,以保护互联网流量并提供对私有网络的访问。 该应用程序支持企业设备配置,允许中央管理策略限制行为并定义默认连接配置文件。它包括一个配置文件导入器,用于加载通过电子邮件或直接下载接收的配置文件和安全证书。 该客户端提供了一个编程接口,通过外部触发器和应用程序意图(Intent)来管理网络连接的启动、停止和恢复状态。它利用 Android 系统 VpnService 通过虚拟接口路由网络流量。
Binds a native C++ implementation of the OpenVPN protocol to the Java runtime using JNI.