Proof of concept to get 2 android devices to communicate over WiFi using UDP.
RemoteControl is hosted in the following web site
https://github.com/puopg/RemoteControl
If you think the Android project RemoteControl listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of RemoteControl.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
RemoteControl has the following Java source files.
com.example.remotecontrol.Ball.java com.example.remotecontrol.ClientActivity.java com.example.remotecontrol.MainActivity.java com.example.remotecontrol.Utils.java