MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Add MRT (Marty), Morse Receive & Transmit CLI application. #281

Closed AESilky closed 9 months ago

AESilky commented 9 months ago

To satisfy requests for a non-GUI application that can allow a user to send and receive code to a wire, MRT (Marty) connects when started and sends code from the local key and receives code from the wire.

It uses the current configuration (set using Configure.py), with some options to override the configuration without changing it.

It runs until cancelled (Ctrl-C) or killed.