Below, you find means to install PRRT for [C/C++](#c) as well as [Python](#python). We also provide a [Gstreamer plugin](https://git.nt.uni-saarland.de/LARN/gst-prrt).
## C/C++
## C/C++
<aname="c"></a>
### Compilation
### Compilation
...
@@ -18,6 +23,7 @@ The following compile-flags for CMake are supported:
...
@@ -18,6 +23,7 @@ The following compile-flags for CMake are supported:
*`XLAP`: Enables the cross layer timing analysis tool, which captures traces of packets throughout PRRT. The solution can be found at [here](http://xlap.larn.systems).
*`XLAP`: Enables the cross layer timing analysis tool, which captures traces of packets throughout PRRT. The solution can be found at [here](http://xlap.larn.systems).
## Python
## Python
<aname="python"></a>
While the core protocol is written purely in C/C++, [Cython](http://cython.org/) is used to provide pythonic bindings for PRRT.
While the core protocol is written purely in C/C++, [Cython](http://cython.org/) is used to provide pythonic bindings for PRRT.