https://github.com/jbkahn/yak
Programs whisper messages to each other till they reach a user limit or it reaches the original host.
https://github.com/jbkahn/yak
Last synced: about 1 year ago
JSON representation
Programs whisper messages to each other till they reach a user limit or it reaches the original host.
- Host: GitHub
- URL: https://github.com/jbkahn/yak
- Owner: JBKahn
- Created: 2013-01-22T06:20:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-22T06:24:34.000Z (over 13 years ago)
- Last Synced: 2025-03-02T00:28:27.928Z (over 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yak
===
Programs whisper messages to each other till they reach a user limit or it reaches the original host.
The yak program allows users to whisper messages to random users they are connected to untilt hey reach a limit or they reach the original sender. This allows users to discover eachother and connect from a linear linked list type arrangement to a mesh like network.
The details of the assignment can be found in the protocls and the a4 file.