https://github.com/wenbenz/cs456packet
Go implementation for the simplified packets used in CS456 assignments
https://github.com/wenbenz/cs456packet
cs456 networks packet waterloo
Last synced: about 1 year ago
JSON representation
Go implementation for the simplified packets used in CS456 assignments
- Host: GitHub
- URL: https://github.com/wenbenz/cs456packet
- Owner: wenbenz
- License: mit
- Created: 2020-03-14T18:57:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T05:11:18.000Z (about 6 years ago)
- Last Synced: 2025-01-25T11:07:39.116Z (over 1 year ago)
- Topics: cs456, networks, packet, waterloo
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cs456Packet
Since CS456 does not provide a Go implementation for the simplified packets used in assignment 2 that's compatible with the network emulator, I made my own.
This packet implementation was published with permission from Piazza with the condition that "it's just the packet class implementation and nothing else".