Skip to content

Commit 0d69b77

Browse files
authored
Merge pull request #174 from bobh66/update_readme
Update README.rst with TCP support information
2 parents 900a818 + a4138c5 commit 0d69b77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ and is currently in a stable state.
1818
Features
1919
========
2020

21-
* UDP blocking/threading/forking/asyncio server implementations
22-
* UDP client
21+
* UDP and TCP blocking/threading/forking/asyncio server implementations
22+
* UDP and TCP clients, including asyncio support
23+
* TCP support for 1.0 and 1.1 protocol formats
2324
* int, int64, float, string, double, MIDI, timestamps, blob, nil OSC arguments
2425
* simple OSC address<->callback matching system
26+
* support for sending responses from callback handlers in client and server
2527
* extensive unit test coverage
2628
* basic client and server examples
2729

0 commit comments

Comments
 (0)