Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 610 Bytes

File metadata and controls

23 lines (16 loc) · 610 Bytes

CLIENT

Introduction

Implementation of the Client. Currently, it performs the job of connecting to the replication manager.

Table of contents

Dependencies
Running the code

Dependencies

Python 3

Running the code

Start up the test RM_GFD:

python3 client_test.py -ip 127.0.0.1 -u bob                                               
  • The default port for RM is 6666 for the client connection.

TODO

  • Receive replica IPs thread