Skip to content

SkyLined/mTCPIPConnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

201 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the a python module that can be used to create TCP/IP connections. It offers a more standardized API than the built-in socket module and offers buffered and transactional connections that make it easier to implement protocol handlers (such as HTTP).

cTCPIPConnection

Represents a single TCP/IP connection. Allows secure connections if the mSSL module is available.

cBufferedTCPIPConnection

Implements cTCPIPConnection but buffers incoming data to allow more complex processing.

cTransactionalBufferedTCPIPConnection

Implements cBufferedTCPIPConnection but offers reading and writing data as a single transactions to allow multiple threads to coordinate use of connections and prevent them from interfering with each other.

About

Wrapper for Python's built-in socket that offers buffering and transactions

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors