An android application which send UDP packets and receives it in another device.
#How to use it?
-
Download the source.
-
In the server UDPClient project, File->MainActivity.java Line No->185, change with your wifi IP which is visible in Settings->Wifi.
-
This application as of now doesnt work with GPRS.
-
Build both the application UDPClient and UDPServer in android studio.
-
Install APK's in two different phones.
-
In server App, Press Start server, and in client now press any of the button.
-
A toast with the msg sent will be shown in server when pressed in client.
-
The start server must be pressed everytime when sending a message from Client.
#Uses
-
Can be used to send and analyse single/multiple packets over UDP in android.
-
Can also be used to take TCPDump and analyse pcap via Wireshark.
-
Can be used as a study material for beginners in UDP and RTP protocals.
#Note You have to build the Client apk with your local wifi IP in android studio and press start server eveytime while sending a message.