Go to file
Johannes Wünsche b26914223e
Async Radio Transmitter
2022-02-16 16:42:09 +01:00
examples Async Radio Transmitter 2022-02-16 16:42:09 +01:00
src Async Radio Transmitter 2022-02-16 16:42:09 +01:00
.gitignore Async Radio Transmitter 2022-02-16 16:42:09 +01:00
Cargo.toml Async Radio Transmitter 2022-02-16 16:42:09 +01:00
README.md Async Radio Transmitter 2022-02-16 16:42:09 +01:00

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.