Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pandh4cker/encode-decode-morse-code

Encode&Decode Morse Code
https://github.com/pandh4cker/encode-decode-morse-code

binary-search-tree binary-search-trees binary-tree binary-trees c cryptography morse morse-code morse-codes morsecode morsedecode recursion recursive recursive-algorithm sdl2 sdl2-image sdl2-library sdl2-ttf

Last synced: about 7 hours ago
JSON representation

Encode&Decode Morse Code

Awesome Lists containing this project

README

        

# Encode&Decode Morse Code /w SDL2 Graphics
---
## Authors: Raphael Dray, Alexandre de Sevin.
---
> This program encode & decode morse code.
> It can be open in **terminal** or in a window using **SDL2**.

> It's written in __C language and SDL2 library__.
> It's for an engineering school **project C using Binary Search Tree**.

---
### Notice that the help list is written in french /!\

## Usage:
> In order to use this program you can specify as argument :
+ --help *print the help list*
+ -d [morse] *Decode the morse code*
+ -e [text] *Encode the text in morse code*
+ -g *Launch the program with SDL2*
+ -a *Print the morse table*
+ -f [filename] -d/-e *Decode or Encode a file*
---
### Main View:
Main View

---
### [READ THE LICENSE](https://github.com/MrrRaph/Encode-Decode-Morse-Code/blob/master/LICENSE)