COMP-445

Data Communications & Computer Networks

Change Python version in Conda

$ conda create -n comp445 python=3.7 anaconda
# after success
$ conda activate comp445
# deactive
$ conda deactivate

Required Environment

  • python 3.7

lists of libaries

  • socket
  • argparse
  • cmd
  • sys
  • re
  • urllib.parse
  • shlex
  • json

Usage of Assignment 1

  1. cd into the folder A1
  2. run python httpc.py
  3. follow the prompt (httpc), input one of the following test codes

GitHub

View Github