| Project | Description |
| FTP Client/Server |
FTP Client and Server. This is the same project used for the network applications course.
Only performs a subset of the RFC's
specified command set. They do support passive however. The server seems to work well with the GNU ftp command
and the client seems to work with other wuftpd and vsftpd.
Official Project Description |
| Multicast Chat |
A simple multicast chat system. Each client acts as a client/server pair in a multicast environment.
You might have to adjust the TTL #defined for it to work appropriately on various networks. It defaults
to 1. I was going to write a ncurses interface to make it "prettier" but time was short and better
spent on the implementation rather then the glitter. But if you're interested I'm sure you will see
where I attempted to insert the ncurses code briefly (it's already modularized appropriately).
Official Project Description |
| >An index of all cs481 files can be found here. | |