Internet Morse Code Repeater
Go to file
Neale Pickett c8c1b14796 Add alphabet as a list 2020-05-17 16:58:07 -06:00
static Add alphabet as a list 2020-05-17 16:58:07 -06:00
.gcloudignore Overture to move to gcloud 2020-05-03 09:37:50 -06:00
.gitignore Some bugfixes 2020-05-05 20:10:16 -06:00
README.md Move arduino project to its own repo 2020-05-16 10:42:01 -06:00
app.yaml Overture to move to gcloud 2020-05-03 09:37:50 -06:00
book.go repeater.Listeners() 2020-04-12 20:46:51 -06:00
book_test.go Channels work now I think 2020-04-12 20:40:52 -06:00
go.mod Overture to move to gcloud 2020-05-03 09:37:50 -06:00
main.go Better dichotomous tree 2020-05-17 12:52:25 -06:00
message.go More efficient message marshaling 2020-04-12 20:55:17 -06:00
message_test.go More efficient message marshaling 2020-04-12 20:55:17 -06:00
publish.sh Some bugfixes 2020-05-05 20:10:16 -06:00
repeater.go repeater.Listeners() 2020-04-12 20:46:51 -06:00
repeater_test.go repeater.Listeners() 2020-04-12 20:46:51 -06:00

README.md

This is a thing you can run to practice morse code with your friends.

It's very simple. It doesn't try to prevent people from screwing with each other, or the server.

You can use any key on the keyboard, or a mouse button, to key down.

You can also connect a physical key or paddle, through an Arduino micro running a keyer program. This program is on github as vail-adapter, or in Arduino Create.