https://github.com/armour/cmpt371
This is the repository for course CMPT371 assignments in SFU
https://github.com/armour/cmpt371
decoder encoder netwokring sfu
Last synced: about 2 months ago
JSON representation
This is the repository for course CMPT371 assignments in SFU
- Host: GitHub
- URL: https://github.com/armour/cmpt371
- Owner: Armour
- Created: 2015-10-29T17:48:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T20:45:36.000Z (over 6 years ago)
- Last Synced: 2025-01-28T10:49:24.187Z (4 months ago)
- Topics: decoder, encoder, netwokring, sfu
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMPT371-Assignments
This repo is for course CMPT371 Networking in SFU
## Index
* **Encoder** : a base64 encoder
* **Decoder** : a base64 decoder
* **Chord** : a peer-to-peer distributed hash table algorithm
* **CDMA** : a channel access algorithm for multiple access
* **LS_Routing** : a routing algorithm used in packet switching networks for computer communications based on dijsktra## Plagiarism
This repo is intend as a reference for your personal project, **DO NOT copy code in this repo for your SFU CMPT413 assignment!! Plagiarism is a serious academic offense, which applies as much to code as it does to essays and exams.**