A simple TCP client and server for easy testing
Project description
SIMPLE TCP TESTING TOOL
Simple tools to manually test socket programming project. Requires python3.
Features:
- Arguments can be inputted via command line arguments vs via interactive console
- Verbose mode vs silent mode
- SSL/TLS wrapped socket (optional)
- Does not require additional python module (only using
socket,argparse,ssl, andsys)
Common Usage:
python3 simple_tcp.py -s -p 3000: start server socket on port 3000 and accept connection from all interfacepython3 simple_tcp.py -c -h 192.168.1.20 -p 3000: connect to 192.168.1.20:3000python3 simple_tcp.py -i: interactive mode, the script will ask for host, port and mode interactively (easier for noobs)
Arguments:
- "-h"/"--help": display all command line arguments
- "-a"/"--host": (optional) set target host, ex:
-a 192.168.137.20, will default tolocalhostif not set - "-p"/"--port": (optional) set target port, ex:
-p 8888, will default to80if not set - "-b"/"--buffer": (optional) set buffer size, ex:
-b 1024, will default to4092if not set - flag mode: "-s"/"--server" or "-c"/"--client", can only choose one, will default to client mode if not set
- flag interactive: "-i"/"--interactive", ask for host, port, buffer, and mode interactively (automatically assumed if no arguments provided)
- flag verbose: "--verbose", display verbose output (useful for debugging)
SSL Arguments:
- flag ssl: "--ssl": add this flag to use ssl mode
- "--ssl_server_certificate": set path to ssl server certificate (for ssl server mode only)
- "--ssl_server_privatekey": set path to ssl server private key (for ssl server mode only)
- "--ssl_client_ca": set path to certificate authority (CA)'s certificate (for ssl client mode only)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_tcp-0.6-py3-none-any.whl.
File metadata
- Download URL: simple_tcp-0.6-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fa895f670d5d254ad2d832fd138cd27f3e516df390756a3cfefbdb14ee4788e
|
|
| MD5 |
fb66adc6e8b8468616079ef16a90a7fd
|
|
| BLAKE2b-256 |
f038af76a2c79634d9ade2675bc57a0c341836bbf2e45744cdbde61a8e89e0a6
|