diff README @ 8:7e2b24fc097b

add README and INSTALL
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 22:09:00 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon May 27 22:09:00 2024 +0000
@@ -0,0 +1,10 @@
+The software component in this repository is themwi-rtp-mgr, a part of
+Themyscira Wireless system software.  It is a daemon process that allocates
+RTP+RTCP port pairs (consecutive even+odd UDP ports) for other ThemWi components
+that need RTP endpoints.  This package provides the daemon process itself, the
+header file defining the interface to it (UNIX domain socket), library functions
+(and their associated header files) for using the RTP allocator service, and
+some miscellaneous header files with general RTP definitions.
+
+This package is a dependency for themwi-mgw, sipout-test-utils and likely other
+Themyscira software in the future.