Skip to content

johnnyzhao1026/comp445_project

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages