Implementation of the Replica. Currently, the only functionality the Replica can perform is to heartbeat the LFD and receive a membership message.
Python 3
- Start up the test LFD:
sudo python3 test_lfd.py
- Start up the replica(s):
python3 replica.py -i <heartbeat interval>
The default port is 10000.
- Replica-to-replica communication
- Replica-to-client communication
- Total ordering
- Etc.