Overview
This is a set of programs, client and server, which enable a simple transfer program; a very scaled down ftp if you will. The server can only send one file, which is keeps in memory. The client can only request whatever file the server is serving. The point is to demonstrate network latency by sending the file one character at a time, or in large blocks depending upon settings.
Features
- Open Source.
- Program settable to switch between single character mode and large block size.
- Client and Server can differ on block-size mode.
- Ant Build File.
License
Licensed under the GNU General Public License.
Learn more about GNU and free software at http://www.gnu.org/.
Download
stp.zip (60 KB)