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. .. _katcp: https://katcp-python.readthedocs.io/en/latest/_downloads/361189acb383a294be20d6c10c257cb4/NRF-KAT7-6.0-IFCE-002-Rev5-1.pdf .. _Python 2 bindings: https://github.com/ska-sa/katcp-python 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.