Skip to main content

Advanced bi-directional over TCP and UDP protocol

Project description

ABOTP is a Python package that provides a TCP and UDP double-socket protocol for bi-directional communication between clients and servers. It allows sending and receiving byte data over TCP and UDP connections.

Features

  • Supports both TCP and UDP communication protocols.

  • Provides a server-side implementation (Server) for accepting client connections and handling data transmission.

  • Offers a client-side implementation (Client) for connecting to a server and exchanging data.

  • Supports sending and receiving lists of byte objects (bytes) as data payloads.

  • Provides error handling for socket-related exceptions and connection status errors.

  • Works with Python 3.10, 3.11, and 3.12.

Installation

You can install ABOTP using pip:

pip install ABOTP

Usage

To use ABOTP, import the necessary modules and classes:

from ABOTP import Server
from ABOTP import Client
from ABOTP import By

You can also use the built-in server-side operating capabilities:

from ABOTP import storage

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page