Usage

Install

python -m pip install 2026-new-year

Run modules

TCP echo:

python -m new_year_2026.tcp_server
python -m new_year_2026.tcp_client

TLS echo:

python -m new_year_2026.tls_echo_server
python -m new_year_2026.tls_echo_client

HTTP demo:

python -m new_year_2026.get_or_post

Minimal SSH banner:

python -m new_year_2026.ssh_minimal_client

Import from Python

import new_year_2026.tcp_server
import new_year_2026.tls_echo_client

Tip

The demos use simple defaults (localhost and fixed ports). Open the source files to see how to tweak host/port values.