Network Programming :: Projects :: Network Program
Problem
You need to create a network program throughout the course of the semester. The program must have the following features:
- It must follow the client/server model
- There must be input and output
- It must use threads
- It must retrieve data from a URL
- It must save information using cookies
- Part of the program must be password-protected
- Secure portions of the program must connect using SSL.
Some ideas:
- A file server
- A chat program
- A multiplayer game
- A log program that reports information about a computer back to a server (CPU usage, RAM usage, uptime, etc)
- A "distributed computing" system that combines the processing power of all of the client



