ROHC compression/decompression library
|
The ROHC library provides an easy and robust way for applications to reduce their bandwidth usage on network links with limited capacity. Headers of network packets are compressed with the ROHC protocol and algorithms.
RObust Header Compression (ROHC) is a set of standards defined by the IETF. The ROHC library is a free, opensource and efficient implementation of them. The list of features implemented is available on a separate page: Library features
The project is licensed under LGPL2.1+. See the COPYING and AUTHORS files for more details.
The sources are in the src subdirectory. The sources are separated into three libraries:
See the INSTALL file to learn to build the libraries.
The APIs for ROHC common, compression and decompression are available on separate pages:
Several tests may be run to check the library behaviour. See the INSTALL file to learn how to use these tools.