Library sources

The library sources are hosted on GitHub with Git to manage the sources. There are currently 2 Git branches available. If you don't know how to use Git yet, don't be afraid. It is easy to learn. Follow the Git Getting Started guide.

In short, you can get the code as follow:

$ git clone --depth 10 https://github.com/didier-barvaux/rohc.git
$ cd rohc/

Then follow the wiki instructions to learn how to build the library from sources.

master branch (active development)

The master branch represents the primary line of development.

You can get the code as follow:

$ git clone --depth 10 https://github.com/didier-barvaux/rohc.git
$ cd rohc/
$ git co master

You can also browse the master code online.

2.3.x branch (stable)

The 2.3.x branch is bugfix-only branch for the maintenance of the 2.3.0 release. The 2.3.x releases are fully supported. They will become old stable as soon as major version 2.4.0 will be released.

You can get the code as follow:

$ git clone --depth 10 https://github.com/didier-barvaux/rohc.git
$ cd rohc/
$ git co 2.3.x

You can also browse the 2.3.x code online.

2.2.x branch (old stable)

The 2.2.x branch is bugfix-only branch for the maintenance of the 2.2.0 release. The 2.2.x releases are in maintenance mode. Only very important fixes may be committed.

You can get the code as follow:

$ git clone --depth 10 https://github.com/didier-barvaux/rohc.git
$ cd rohc/
$ git co 2.2.x

You can also browse the 2.2.x code online.

Releases

Next major release: 2.4.0 Git branch roadmap

Current stable release: 2.3.1 download release notes

Previous stable release: 2.2.0 download release notes

Sponsors

Viveris logo
Viveris
provides to the ROHC project the skills of its engineering teams in the telecommunications, network and Linux fields.

Viveris is a French engineering company specialized in advanced technologies and IT. For 30 years, Viveris has developed a pole of competences in embedded network services   products.

Viveris proposes its knowledge and expertise on network header compression to companies through the Viveris OpenSource team.

back to top