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.
我想通过 WiFi 路由器从我的移动 Android 设备向 PC 发送/接收数据(例如二进制或字符串)。
这与我通过 WiFi 使用 TCP 套接字连接发送数据的方式相同吗?
所以我从我的客户端(Android 设备)发送数据并在我定义的端口上监听我的服务器?
如果我已经对 WiFi TCP 套接字连接进行了编程,如果我禁用 WiFi,是否必须添加额外的程序代码才能使用 3G 或 UMTS 发送数据?
谢谢!
迈克尔
因此,似乎不需要额外的代码,因为套接字在 OSI 模型上的层比 Wifi 或 3G 更高。