-
Notifications
You must be signed in to change notification settings - Fork 2
Install
Work in progress ...
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
Work in progress ...
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.