- Published:
- September 18, 2008 – 9:01 am
- Author:
- By Dave
Following up on my previous post, we also had to demonstrate a sample Java TCP Server and TCP Client. The code footprint pretty small and it gives you a good idea about how a TDP Server opens up a port, and then the TCP Client sends or receives data from that port. This is a [...]
Categories: Code Samples,Java,Software
Tagged: code, Code Samples, java, networking, tcp
- Published:
- September 17, 2008 – 6:58 am
- Author:
- By Dave
For a class I am taking, we are testing out a simple UDP Server and UDP Client to demonstrate what each one does and how sockets work. The code size is very small and give you a good idea about how a UDP Server opens up a port, and then the UDP Client sends or [...]
Categories: Code Samples,Java,Software
Tagged: Code Samples, communications, java, networking, server, tcp/ip