AnDeT (Ant Development Tracker) is a collection of server-side application at the Department of Biology of the UNIFR.
AnDeT is an extension of FORT (Formicidae Tracker) of the UNIL.
License: APL v2 for the new components, an original license of the subprojects for their extensions
Website: https://www3.unifr.ch/bio/en/groups/leboeuf-group/
Author of the extensions: Artem Lutov <[email protected]>
Organizations: UNIFR, Lutov Analytics
To clone this repository with submodules use:
$ git clone --recursive <repo_url>Anyway, all submodules are fetched automatically when installing requirements via the
buildscript.
Components:
artemisto detect and track objects;letoto configure the tracking;hermesto define the tracking data format;fort-configurationto deploy the server side, including the network configuration.
Linux Debian 9+ / Ubuntu 18+.
All required libraries are installed automatically during the initial build:
./build -i.
To build all components for the first time, installing all requirements:
$ ./build.sh -i
For the subsequent builds of all components:
$ ./build.sh
Details:
$ ./build.sh [-h,--help] | [-i,--init]
-h,--help - help, show this usage description
-i,--init - initialize the build environment, which should be done only when building the project for the first time
Examples:
$ ./build.sh -i
$ ./build.sh