xemu/python/qemu/aqmp
John Snow 4ccaab0377 python/aqmp: add generic async message-based protocol support
This is the bare minimum that you need to establish a full-duplex async
message-based protocol with Python's asyncio.

The features to be added in forthcoming commits are:

- Runstate tracking
- Logging
- Support for incoming connections via accept()
- _cb_outbound, _cb_inbound message hooks
- _readline() method

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-6-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2021-09-27 12:10:29 -04:00
..
__init__.py python/aqmp: add generic async message-based protocol support 2021-09-27 12:10:29 -04:00
error.py python/aqmp: add error classes 2021-09-27 12:10:29 -04:00
protocol.py python/aqmp: add generic async message-based protocol support 2021-09-27 12:10:29 -04:00
py.typed python/aqmp: add asynchronous QMP (AQMP) subpackage 2021-09-27 12:10:27 -04:00
util.py python/aqmp: add generic async message-based protocol support 2021-09-27 12:10:29 -04:00