I would like to know is it possible to connect to multiple devices using TCP (adb connect x.x.x.x) and then send commands to all of them at same time?
For example get 3 devices, put them on same subnet, connect and then open settings screen on all of them at the same time using adb shell am start -n com.android.settings/.Settings.
I know you can do something like this using USB cables, you can even list both devices in eclipse but is this possible using wireless connection.