make it so

This commit is contained in:
2017-10-10 16:30:00 +02:00
commit 36a526a95b
5 changed files with 59 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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!