A simulation of BSS algorithm, a distributed algorithm to order messages in a distributed system.
The server.py file takes care of the sending and receiving part, while the bss.py file implements the algorithm and orders the messages from multiple senders..