https://github.com/huchenlei/ece361
University of Toronto ECE361 Computer Networks
https://github.com/huchenlei/ece361
Last synced: 6 months ago
JSON representation
University of Toronto ECE361 Computer Networks
- Host: GitHub
- URL: https://github.com/huchenlei/ece361
- Owner: huchenlei
- Created: 2017-09-27T02:12:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T05:20:46.000Z (over 7 years ago)
- Last Synced: 2024-12-12T17:51:24.093Z (6 months ago)
- Language: C
- Homepage:
- Size: 1.94 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECE361
## Computer Networks
University of Toronto ECE361 2017 F## File Transfer
An easy part of lab lasting for the first 8 weeks.
The implementation in this repo is naive since I did not use `select` for non-blocking receiving.## Text Conferencing
A intensive working lab at the last 4 weeks of semester. Better start early for this lab. The protocol itself it not hard to deal with. You can just copy some boil-plate code from `Beej's Guide` as a good start. Most of the time you are going to deal with API design. It took me around 8 hours to finish this lab.## Please Reference Only (NO DIRECT COPY)
These are the detailed labwork for this course. Handouts are also included in the repository for people who would like to attempt prior to the start of the course. After all, please Reference ONLY, the repo is not for someone who is not willingly to do the prelab.