Skip to content
/ cmorse Public

Terminal program for decoding and incoding morse in c.

Notifications You must be signed in to change notification settings

IModer/cmorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cmorse

Terminal program for decoding and incoding morse in c.

Usage

morse MODE STRING

where MODE is either:

  • 1 for decoding
  • 2 for encoding

and STRING is:
a string containing the caracters/morse codes to be en/decoded, seperated by spaces.

Example usage

morse.exe 1 ".... . .-.. .-.. ---"
-> H E L L O

morse.exe 2 "W O R L D"
-> .-- --- .-. .-.. -..

About

Terminal program for decoding and incoding morse in c.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages