You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
examples | 1 year ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.toml | 1 year ago | |
README.md | 1 year ago |
README.md
Toy Communicators
This is a little toy project to experiment with channels and message passing structures which are more uncommon/useless in most projects.
Ideas
- a radio like interface for two sided communication This would encompass that both parts (or n parts) are notified once communication is initiaited. And only one partner is allowed to communicate at a time.