comparison README @ 8:7e2b24fc097b

add README and INSTALL
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 22:09:00 +0000
parents
children
comparison
equal deleted inserted replaced
7:b97024a897c3 8:7e2b24fc097b
1 The software component in this repository is themwi-rtp-mgr, a part of
2 Themyscira Wireless system software. It is a daemon process that allocates
3 RTP+RTCP port pairs (consecutive even+odd UDP ports) for other ThemWi components
4 that need RTP endpoints. This package provides the daemon process itself, the
5 header file defining the interface to it (UNIX domain socket), library functions
6 (and their associated header files) for using the RTP allocator service, and
7 some miscellaneous header files with general RTP definitions.
8
9 This package is a dependency for themwi-mgw, sipout-test-utils and likely other
10 Themyscira software in the future.