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.
我需要从运行在 Android Phone 上的应用程序向运行在 Windows 7 平台上的 PC/笔记本电脑上的应用程序(C#/Windows 应用程序)发送消息(例如字符串格式的“Hello World!”)?
知道如何实现这一目标吗?
谢谢金星
只需在 Android 和 PC 之间创建 UDP 套接字即可。或者,您可以使用 XMPP。