fullstackman / Socket-To-Me

Term Project for CS 352 - Internet Technology. Extends the Python socket library to provide more functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket-To-Me

Term Project for CS 352 - Internet Technology. Extends the basic UDP socket to provide more functionality.

Requirements

python 2.7.x with certain libraries (os, socket, nacl) Specific instructions and execution parameters are detailed in the individual parts' project descriptions.

Part 1

Implemented a handshake policy for setting up and tearing down connections along with a basic Go-Back-N policy for packets that exceed the size of the recv() or send() function calls.

Part 2

Implemented encryption by using the NaCl library for encrypting packet payloads.

Part 3

Implemented windowing to increase performance of data transmission.

About

Term Project for CS 352 - Internet Technology. Extends the Python socket library to provide more functionality.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%