Probably the least intuitive simultaneous messaging service ever created.
Simultaneous messaging over IP with morse code messages
Python >=3.6
websockets 4.0
pygame
numpy
tkinter
Installation on a Raspberry Pi requires the installation of Python 3.6, but Raspbian comes with Python 3.5 installed. TediouSMS will NOT work on a Python 3.5 installation.
I've automated the install process. Please just run sudo sh install_dependencies.sh
.
It will take a long time, like maybe a couple of hours.
While, technically (and practically, you can try this yourself) a listening client can recieve messages from any number of other clients trying to send messages to it, a client can only send messages to 1 other client at a time. Maybe I'll fix this in the future but there is actually no point given the scope of this project.