call_distance_modulation.gnuplot: try to improve the look of xtics labels
[SaveMySugar/python3-savemysugar.git] / TODO
1 - Consider making Modem.py and MorseTranslator.py independent packages.
2 - Add a better command line argument parsing for the transmit.py and
3   receive.py programs.
4 - Do not use Modem.py directly in the transceiver class but instead use
5   a generic transmitting/receiving back-end in order to support other
6   transmission mechanisms or telephony frameworks with python bindings (e.g.
7   freesmartphone.org).