From 64a22cf6f812fbdd1b5a0eb184b178d88c6a329f Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Fri, 14 Feb 2020 13:36:37 +0100 Subject: [HICN-521] Documentation update Change-Id: I3ef51af521b53512e589eaf5bb5c0852a638baf5 Signed-off-by: Luca Muscariello --- docs/source/transport.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/source/transport.md') diff --git a/docs/source/transport.md b/docs/source/transport.md index 7f8293a78..4719d7227 100644 --- a/docs/source/transport.md +++ b/docs/source/transport.md @@ -9,12 +9,14 @@ Overview: - Implementation of the hICN core objects (interest, data, name..) exploiting the API provided by [libhicn](../lib). - Connectors for connecting the application to either the hicn-plugin or the hicn-light forwarder. -- Transport protocols (RAAQM, CBR, RTP) +- Transport protocols (RAAQM, CBR, RTC) - Transport services (authentication, integrity, segmentation, reassembly, naming) -- Interfaces for Applications (from low-level interfaces for interest-data interaction to high level interfaces for Application Data Unit interaction) +- Interfaces for applications (from low-level interfaces for interest-data interaction to high level interfaces for Application Data Unit interaction) ## Build Dependencies +### Ubuntu + - libparc - libmemif (linux only, if compiling with VPP support) - libasio @@ -28,8 +30,6 @@ If you wish to use the library for connecting to the vpp hicn-plugin, you will n You can get them either from from the vpp packages ot the source code. Check the [VPP wiki](https://wiki.fd.io/view/VPP) for instructions. -Libmemif is in the vpp-lib and vpp-dev packages. - ### macOS We recommend to use [HomeBrew](https://brew.sh/) for installing the libasio dependency: @@ -49,7 +49,6 @@ Download, compile and install libparc: ``` Libparc will be installed by default under `/usr/local/lib` and `/usr/local/include`. - Since VPP does not support macOS, the hicn-plugin connector is not built. ## Build the library @@ -83,4 +82,4 @@ For installing the library, from the cmake build folder: ```bash sudo make install -``` \ No newline at end of file +``` -- cgit 1.2.3-korg