Skip to content

MrrRaph/Encode-Decode-Morse-Code

Repository files navigation

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