mirror of
https://github.com/Telecominfraproject/oopt-tai-implementations.git
synced 2025-10-29 17:22:39 +00:00
This commit provides the AC400 TAI adapter code. This code was previously open sourced in the Cumulus Network's github organization. This commit moves the code over to the TIP organization. See the README.md file in the tai_ac400 directory for more information.
AC400 TAI implementation
This folder contains the TAI adapter implementation for the Acacia AC400 transponder.
After cloning this project, it can be built with:
- git submodule init
- git submodule update
- ./autogen.sh
- ./configure --enable-debug --prefix=/usr
- make
The output result is a TAI library, called libtai User applications can then link with this library, in order to use the TAI AC400 implementation.
More information about TAI is available here: https://github.com/Telecominfraproject/oopt-tai