Skip to content

AKD92/Morse-Tool-GUI-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Tool

A portable Graphical User Interface application for conversion of Morse Codes to other forms and vice-versa

This is basically a conversion tool. It uses the library libmorse.a for all kinds of conversion and it is very convenient and easy to use. It is particularly useful if you wish to change your ASCII text to Morse code representation, Binary representation etc, and the reverse operations are also supported.

For example, ASCII Text SOS might be converted to its equivalent Morse Code ... --- ... DOT DOT DOT DASH DASH DASH DOT DOT DOT

Implemented Features:

  • ASCII Text to Morse code conversion
  • Morse Code to ASCII text conversion
  • Morse Code to Binary conversion
  • Binary to Morse Code conversion

Code Dependencies

  • libmorse.a : A collection of algorithms and utility functions for transforming Morse code to other forms and vice versa.
  • libbst.a : General purpose Dictionary data structure, implemented using Binary Search Tree (BST).
  • libstq.a : General purpose Stack and Queue data structures.
  • liblinkedlist.a : General purpose Linked List data structure, including both singly and doubly variations.

Download

License

GPLv3 License
This software is licensed under GNU General Public License, Version 3.

About

Desktop application for conversion and manipulation of Morse code. Uses the library libmorse.a linked statically. Executable is available for download.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages