From a4138c5ea3e54cb8b013093a109f0b0ae28a0837 Mon Sep 17 00:00:00 2001 From: Bob Haddleton Date: Sat, 17 Aug 2024 13:02:22 -0500 Subject: [PATCH] Update README.rst with TCP support information Signed-off-by: Bob Haddleton --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d5dbf6e..61870c0 100644 --- a/README.rst +++ b/README.rst @@ -18,10 +18,12 @@ and is currently in a stable state. Features ======== -* UDP blocking/threading/forking/asyncio server implementations -* UDP client +* UDP and TCP blocking/threading/forking/asyncio server implementations +* UDP and TCP clients, including asyncio support +* TCP support for 1.0 and 1.1 protocol formats * int, int64, float, string, double, MIDI, timestamps, blob, nil OSC arguments * simple OSC address<->callback matching system +* support for sending responses from callback handlers in client and server * extensive unit test coverage * basic client and server examples