Skip to content

afishr/pr-client

Repository files navigation

Network Programming Laboratory Work

How To Launch

  1. Start Docker container with $ docker-compose up -d
  2. Install dependencies with $ pip install -r requirements.txt
  3. Launch with $ python main.py
  4. Wait for the message confirming that TCP has been started
  5. Connect with a TCP client through port specified

How To Use

The only supported command is SelectColumn, so far. After it you can specify a list of column names separated ONLY by comma, e.g. > SelectColumn id,email,first_name,last_name

Releases

No releases published

Packages

No packages published

Languages