Connect Android Tablets via cable/wire

女生的网名这么多〃 提交于 2019-12-14 00:41:39

问题


I have 6 android tablets, and i want to connect them via a cable/wire, so that they can send messages to one another. (perhaps similar to way PCs may be networked with each other)

Once connected, apps running on the devices can exchange messages with each other via sockets or any other protocol. What are the best options?

Connecting devices over wi-fi is an option too, but then internet is not guaranteed in this scenario, and devices may be very far of from each other for any near field communication.


回答1:


You can use usb->ethernet adapters and connect via LAN




回答2:


Connecting devices over wi-fi is an option too, but then internet is not guaranteed in this scenario, and devices may be very far of from each other for any near field communication.

as long as all your devices and server (if any) are on same LAN or simply everything is connected to same hotspot you need not to worry about internet



来源:https://stackoverflow.com/questions/32794371/connect-android-tablets-via-cable-wire

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!