This is one of my stranger and more useless programs. Basically, it's a server
that takes requests and bounces them back to the client, in essence a
long-winded, network-hogging ECHO program. It is, however, good for testing UDP
operations. To start, run java SimpleDatagramServer port
on
the server and then java SimpleDatagramClient server port
on
the client.
Download source and binaries: datagram.zip (7K).
Copyright ©1996-2024, Darrick Wong. All Rights Reserved. Send feedback.