diff options
author | Luca Muscariello <muscariello@ieee.org> | 2020-02-14 13:36:37 +0100 |
---|---|---|
committer | Luca Muscariello <muscariello@ieee.org> | 2020-02-15 18:33:22 +0100 |
commit | 64a22cf6f812fbdd1b5a0eb184b178d88c6a329f (patch) | |
tree | 095b884e1f066cad19f3fa76be16c1c102c6c075 /docs/source/transport.md | |
parent | c77f6b381fe29331c72f8abc6fdd4a4d3286f87b (diff) |
[HICN-521] Documentation update
Change-Id: I3ef51af521b53512e589eaf5bb5c0852a638baf5
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Diffstat (limited to 'docs/source/transport.md')
-rw-r--r-- | docs/source/transport.md | 11 |
1 files changed, 5 insertions, 6 deletions
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 +``` |