Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pandh4cker/encode-decode-morse-code
- Owner: PandH4cker
- License: other
- Created: 2018-12-23T12:01:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T18:30:01.000Z (over 5 years ago)
- Last Synced: 2024-08-11T11:46:17.491Z (3 months ago)
- Topics: 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
- Language: C
- Homepage:
- Size: 4.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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:---
### [READ THE LICENSE](https://github.com/MrrRaph/Encode-Decode-Morse-Code/blob/master/LICENSE)