Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kylefeng28/morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API

  • POST /send: Begin sending a signal
    • Example: { "input": ".... . .-.. .-.. ---" }
  • POST /encode: Encode a string
    • Example: { "input": "hello" }
  • POST /encode/send: Encode a string and begin sending
    • Example: { "input": "hello" }
  • POST /signal/on: Set the signal state to on
  • POST /signal/off: Set the signal state to off

About

morse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published