Files
morse/README.md
2017-10-10 16:30:57 +02:00

16 lines
423 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# morse
Morse Code through CPU utilization.
## Usage
The API exposes two simple functions, `dit` and `dah`. `dit` will utilize the
CPU for a second, `dah` will sleep. Knowing this, we can exchange information
by looking at the programs CPU utilization every second. A simple POC is
included in `main.c` and `observe.sh`. Its really, really crude. For best
results, compile without optimizations.
<hr/>
Have fun!