Easy Packet Blast
Easy Packet Blast is a fast and free application to send one or many (UDP) packets to a single destination address. You can select the port and destination, as well as give a custom payload for the packet. This is useful for network testing, load testing, hardware testing, etc.
You can download it from the Android Market here.
Update 4/2012 This is now open source and hosted on GitHub. Check it out at my GitHub page.

[...] http://hunterdavis.com/android-app-easy-packet-blast [...]
Hi Mr. Davis, do you mind sharing the source code for this app?
I just got started in Android app development trying to develop an app that will use TCP / UDP as communication method, would like to look at your code for quick start/reference if you don’t mind.
Millions thanks.
Hey CK,
I think the snippet you are interested in is:
Hey I was wondering if you could post the .apk for this app with source… I just got started with creating java apps, and this is something I’ve been wanting to do for a long time.
Hey Mike,
The relevant code is pasted below in the comments, let me know if you have any trouble with it.
Best!
/H
There is a way for send, in the same way, a file (instead of writting in the app window) ?
thanks
Not currently, but it would be an easy enough change to add to the source code (which is on GitHub). Best of luck!
/H
hi mr. davis
Im beginner in this android apps… and i would like to ask if you have the pcremote apps with source code, because that is the system that i want to make in our thesis this year.
your response is 100% appreciated. thanks
Hey Rey,
All apps I’ve released are open sourced on GitHub.