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 平板电脑通过 Wifi(tcp/ip)与本地网络设备通信,同时通过 3G(http 请求)向服务器发送数据。
Android 平板电脑每 1 秒从本地网络设备接收一次数据。在整个运行期间不得断开此连接。并且 Android 平板电脑会在一段时间(每分钟或更长时间)使用 HTTP 请求向服务器发送数据。
WIFI和3G可以同时工作吗?如果没有,对我的问题有什么建议吗?
非常感谢!
是的,它应该工作。您可以在下载彩信时观察到这一点,通常即使您的 wifi 开启,彩信也只能在 3G 或数据网络上下载。
我开发了一个应用程序,它可以在 W-lan 打印机上打印,还可以通过 3G 发送和获取数据,所以我会说是的。但是,如果您正在使用手机,它会更喜欢 w-lan 并且只使用其中一个。