Skip to content
Marc edited this page Nov 14, 2017 · 1 revision

Table of Contents

How to install the aDTNPlus platform

Install using deb package

Work in progress ...

Compile the platform

To compile the platform first you need to download or clone the repository.

When cloned the repository you will need the following packages to work:

sudo apt-get install build-essential cmake

Create a working directory

mkdir build && cd build

Run the cmake tool

cmake ..

And after that the make call

sudo make install

Running the platform

As a service

Work in progress ...

Manually

To run the platform manually the executable to be used is BundleAgent.

This application receives on parameter, the configuration file (by default is installed at /usr/local/etc/adtnPlus/adtn.ini), this file contains the basic configuration parameters defined here

So to run the platform you must do

sudo BundleAgent /usr/local/etc/adtnPlus/adtn.ini

Note: if the paths in the adtn.ini have write and read permissions for the user no sudo is needed.

With this the platform will be running, to close ctrl+c can be used.