| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | replica2: parse coordinator ID | Sam Anthony | 2024-12-02 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3 from sam-rba/ReplicaBence | BMatajsz | 2024-12-03 | 5 | -0/+689 |
| |\ | | | | | Replica bence | ||||
| | * | Fixed typo | BMatajsz | 2024-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | Added Replica4 | BMatajsz | 2024-12-02 | 7 | -337/+47 |
| | | | |||||
| | * | Progress | BMatajsz | 2024-12-02 | 7 | -0/+979 |
| | | | |||||
| * | | simplify client | Sam Anthony | 2024-12-02 | 3 | -115/+94 |
| | | | |||||
| * | | responder client methods | Sam Anthony | 2024-12-02 | 2 | -7/+63 |
| | | | |||||
| * | | rmulticast: make HeartbeatMessage Serializable | Sam Anthony | 2024-12-02 | 2 | -1/+4 |
| | | | |||||
| * | | client cli | Sam Anthony | 2024-12-02 | 3 | -25/+141 |
| | | | |||||
| * | | FE: compare responses | Sam Anthony | 2024-12-02 | 7 | -3/+35 |
| | | | |||||
| * | | Replica3 added | Vijaykumar Patel | 2024-12-02 | 10 | -1/+1099 |
| |/ | |||||
| * | client: get endpoint url from FE method | Sam Anthony | 2024-12-02 | 1 | -2/+2 |
| | | |||||
| * | pass FE ip address as cmdline arg | Sam Anthony | 2024-12-02 | 3 | -16/+29 |
| | | |||||
| * | FE: one receiver per RM | Sam Anthony | 2024-12-02 | 3 | -18/+32 |
| | | |||||
| * | pass FE host to client | Sam Anthony | 2024-12-02 | 1 | -3/+1 |
| | | |||||
| * | replica2: implement startProcess() | Sam Anthony | 2024-12-02 | 1 | -24/+25 |
| | | |||||
| * | pass NetworkInterface to TotalOrderMulticastReceiver | Sam Anthony | 2024-12-01 | 3 | -1/+28 |
| | | |||||
| * | added ReliableUnicastReceiver in FE to receive response | Vijaykumar Patel | 2024-12-01 | 1 | -31/+68 |
| | | |||||
| * | replica2: CoordinatorID default constructor | Sam Anthony | 2024-12-01 | 4 | -3/+7 |
| | | |||||
| * | pass network interface name to sequencer explicitely | Sam Anthony | 2024-12-01 | 4 | -8/+52 |
| | | |||||
| * | All comm running. Response parse error | ShazaAli | 2024-12-01 | 2 | -1/+9 |
| | | |||||
| * | running all. error comm between FE Replica | ShazaAli | 2024-12-01 | 12 | -123/+187 |
| | | |||||
| * | close sequencer socket at shutdown | Sam Anthony | 2024-11-30 | 1 | -8/+5 |
| | | |||||
| * | remove socket code | Sam Anthony | 2024-11-30 | 1 | -17/+0 |
| | | |||||
| * | remove unused constants | Sam Anthony | 2024-11-30 | 1 | -2/+0 |
| | | |||||
| * | send request from frontend to sequencer | Sam Anthony | 2024-11-30 | 1 | -18/+19 |
| | | |||||
| * | FE bug fixes and running | Vijaykumar Patel | 2024-11-30 | 3 | -21/+30 |
| | | |||||
| * | move replica2 to top level | Sam Anthony | 2024-11-28 | 28 | -28/+28 |
| | | |||||
| * | Replica2: restrict scope | Sam Anthony | 2024-11-28 | 28 | -140/+140 |
| | | |||||
| * | Replica2: implement Replica interface | Sam Anthony | 2024-11-28 | 12 | -180/+286 |
| | | |||||
| * | Replica interface | Sam Anthony | 2024-11-28 | 2 | -1/+17 |
| | | |||||
| * | hash() for Request and Response | Sam Anthony | 2024-11-28 | 2 | -16/+15 |
| | | |||||
| * | basic responder client | Sam Anthony | 2024-11-28 | 3 | -1/+59 |
| | | |||||
| * | Response.equals(): rename RmResponse to Response | Sam Anthony | 2024-11-28 | 1 | -2/+2 |
| | | |||||
| * | rename assignment code replica package | Sam Anthony | 2024-11-28 | 28 | -28/+28 |
| | | |||||
| * | replicas | ShazaAhmed | 2024-11-28 | 10 | -359/+590 |
| | | |||||
| * | make frontend with with wsgen | Sam Anthony | 2024-11-26 | 1 | -10/+13 |
| | | |||||
| * | frontend | Sam Anthony | 2024-11-26 | 6 | -0/+831 |
| | | |||||
| * | clean imports | Sam Anthony | 2024-11-25 | 13 | -52/+21 |
| | | |||||
| * | rmulticast.NullPayload.toString() | Sam Anthony | 2024-11-25 | 1 | -0/+3 |
| | | |||||
| * | optimize CPU usage | Sam Anthony | 2024-11-25 | 5 | -27/+5 |
| | | |||||
| * | sequencer | Sam Anthony | 2024-11-25 | 2 | -0/+107 |
| | | |||||
| * | request and response stubs | Sam Anthony | 2024-11-25 | 2 | -0/+26 |
| | | |||||
| * | replica1: remove old JAX code | Sam Anthony | 2024-11-25 | 11 | -619/+2 |
| | | |||||
| * | import replica code from assignment | Sam Anthony | 2024-11-23 | 36 | -0/+2640 |
| | | |||||
| * | remove unused imports | Sam Anthony | 2024-11-23 | 5 | -5/+5 |
| | | |||||
| * | remove Packet | Sam Anthony | 2024-11-23 | 1 | -31/+0 |
| | | |||||
| * | remove ConcurrentMulticastSocket | Sam Anthony | 2024-11-23 | 2 | -50/+0 |
| | | |||||
| * | rmulticast: use DatagramChannel | Sam Anthony | 2024-11-23 | 8 | -82/+105 |
| | | |||||
| * | runicast.Retransmit: catch ClosedChannelException before IOException | Sam Anthony | 2024-11-23 | 1 | -14/+13 |
| | | |||||