Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

edev/cs594-term-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs594-term-project

Term project for CS 594: Internetworking Protocols, Fall 2019 @ Portland State University. Assignment: design & build an IRC-like protocol, with reference client & server implementations.

Note I deliberately do not explain the inner workings of this project here in order to discourge students from copying this repository for their own term projects. However, the inner workings as well-documented in code comments for those who are interested.

RFC

You will find the RFC in rfc.txt.

It is compiled from rfc.raw.txt using a simple table-of-contents generator written for this project, located at util/toc.

Server

The server can be invoked through the server command-line application. The server implementation is located at lib/server.rb. Invocations:

./server
./server PORT

Client

The client can be invoked through the client command-line application. The client implementation is located at lib/client.rb. Invocations:

./client HOST
./client HOST PORT

Copyright

Copyright 2019 Dylan Laufenberg. All rights reserved.

Students in particular are expressly prohibited from using this work in their own work for classes. If you know Ruby well enough to defend this project as your own, then it shouldn't be much trouble to write it yourself.

About

Term project for CS 594: Internetworking Protocols. Design & build an IRC-like protocol, with reference client & server implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages