Skip to content

blasagna/morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morse

Morse code decoding using golang.

dependencies

Download and install golang.

install

You can install the morse package using go get:

go get github.com/blasagna/morse

command line runner

There is a command line executable which uses the morse library in morse-cli/

It also depends on termbox, which you can install using go get github.com/nsf/termbox-go

learning Morse code

There are many resources out there for learning Morse code, but one good one is Hello Morse.

Extensions to Morse code are included for:

  • space dot-dot-dash-dash
  • backspace dash-dash-dash-dash

run tests

Run go test from the morse/ directory to run all unit tests.

About

morse code typing using separate inputs for dot and dash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published