Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试从 Java 应用程序使用JNA和libimobiledevice访问 iPad 的内存,但我遇到了这样做的问题。
JNA
libimobiledevice
有没有更简单的选择?
使您的 iPad 成为 HTTP 服务器的简单方法。Java 应用程序可以通过 HTTP 请求访问。
您可以使用https://github.com/robbiehanson/CocoaHTTPServer。您只需打开套接字进行侦听。