ZRTP Protocol Library 1.4.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ZRTP Protocol Library 1.4.2 (Default branch)
# 1  
Old 01-20-2009
ZRTP Protocol Library 1.4.2 (Default branch)

ZRTP Protocol Library is an implementation of PhilZimmermann's ZRTP protocol, created based on andinteroperable with Zfone beta 2. Combined with theGNU RTP Stack (ccrtp), this offers the ability tocreate communication services that nativelysupport the ZRTP protocol.License: GNU General Public License (GPL)Changes:
This release implements the new Key Derivation Function as defined by ZRT spec 12. The protocol identifier has been increased to 1.10.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RTP 
sessions.(3) Library Functions Manual RTP sessions.(3) NAME
RTP sessions. - Classes class TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue > class SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue > This template class adds the threading aspect to the RTPSessionBase template in one of the many possible ways. class RTPSessionBase Generic RTP protocol stack for exchange of realtime data. Typedefs typedef SingleThreadRTPSession RTPSession Uses two pairs of sockets for RTP data and RTCP transmission/reception. typedef RTPSession RTPSocket Alias for RTPSession. typedef SingleThreadRTPSession < SymmetricRTPChannel, SymmetricRTPChannel > SymmetricRTPSession" Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception. Detailed Description Typedef Documentation RTPSession Uses two pairs of sockets for RTP data and RTCP transmission/reception. UDP/IPv4 RTP Session scheduled by one thread of execution. Examples: audiorx.cpp, audiotx.cpp, ccrtptest.cpp, rtphello.cpp, rtplisten.cpp, and rtpsend.cpp. RTPSocket Alias for RTPSession. SymmetricRTPSession Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception. Symmetric UDP/IPv4 RTP session scheduled by one thread of execution. Author Generated automatically by Doxygen for ccRTP from the source code. ccRTP Sat Jun 23 2012 RTP sessions.(3)