Python project used to simulate the broadcast of morse code, translated from text.
##Features
- Translate letters and numbers to morse code
- Annonce start and end of transmission
- Uses sound or GPIO to transmit messages
- Easly hackable
- Well commented
- Now actually works with FM radio ( Thanks to http://icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter )
##Installation
- Just do
git clone https://github.com/N07070/PyMorse/
then runpython pymorse.py
##Todo
- Make it more versatile
- Actually finish the transmit function
- Run on a Pi
PyMorse : A Morse system for the RPI
Copyright (C) 2015 N07070
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Please keep in mind that this version is alpha. I'm not gonna recommend you use it in production..