netpywork

Python library that simplifies UDP and TCP server and client


Keywords
client, library, networking, python, server, tcp, udp
License
MIT
Install
pip install netpywork==0.0.6

Documentation

netpywork

PYPI Version

netpywork is a library that makes using tcp and udp server and client easier

Features

  • Creating a server and client which uses TCP and UDP
  • Callbacks for On Receive, On Connect and On Disconnect for server
  • Callbacks for On Receive and On Connect for client
  • Sending messages from server to client both with tcp and udp by specifing the address to send to (see examples here)
  • Sending large UDP messages