Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 645 Bytes

intro.rst

File metadata and controls

14 lines (10 loc) · 645 Bytes

Introduction to aiokatcp

aiokatcp is an implementation of the katcp protocol based around the Python asyncio system module. It is loosely inspired by the Python 2 bindings, but has a much narrower scope.

The current implementation only supports katcp version 5, and does not support a number of features that are marked deprecated in version 5. The client is also only able to communicate with a version 5 server.