Skip to content

SST-CTF/socket-practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python3 Socket Practice

Version: 1.0.0

Introduction

This repository contains three practice problems for using the python3 socket module. Each problem has a corresponding solution.

Usage

To run the problem, run server[x].py files using Python3.

Example Usage:
./server.py
python3 server.py

To test the problem, run the corresponding client[x].py file in solutions. Make sure the problem is running while you are doing this.

Example Usage:
./client.py
python3 client.py

Dependencies

All of the problems require Python3. The solution of problem3 (client3.py) requires numpy

Installation of numpy:
pip3 install numpy

License

Python3 Socket Practice is released under the MIT License.

About

SSTCTF club's Python3 socket practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%