Skip to content

Propose unified API for encapsulating different transport layers and utilising asynchronous communication.

Roman Ondráček requested to merge transport into master

Created by: fr0stbite

This is a proposal of unified Python API for encapsulating different transport layers and utilising asynchronous communication. It's main goal is to allow users to easily setup and use their own application protocol over all of the currently supported transport layers such as UDP or CDC.

Merge request reports