Skip to content

Releases: bRuttaZz/stmp

v0.0.3

18 Jun 19:47
Compare
Choose a tag to compare
Bug Resolution & Improvements

- Resolved multicast subscription related bug in udp braodcasting and listening
- Now supports ubuntu

v0.0.2

18 Apr 16:34
1619f4b
Compare
Choose a tag to compare
Initial Release

**STMP: Sitty Talky Messaging Protocol** : A primitive zero-configuration local network protocol purely written in python, originally intended for tinkering with your office mates over LAN! Created as part of my side project  (hence the name).

- Yet another zero-configuraion protocol
- Message broadcasting facility over UDP
- An end-to-end encrypted peer to peer messaging facility over TCP (I mean real end-to-end encryption)
- Support middlewares and message routing
- Support automated peer discovery
- Single threaded, the system can be clubbed with other asyncio eventloops
- STMP uses multicasting for message broadcasting and peer discovery, reducing network traffic.. (me being a responsible citizen)