Python implementation of the Stupid-Simple Messaging Protocol (server, library and client )
ssmpy is a Python implementation of the Stupid-Simple Messaging Protocol include server, library and client demo.
BSD 3-clause, see accompanying LICENSE file.
python ssmp_server.py
python ssmp_client.py
Dedault ip:port is 127.0.0.1:6380
DO NOT use in your production environment without enough test.