itk-ic-over-netio-next
This is one of the available packages to send I2C commands over netio-next. It is distributed in the contect of itk-felix-sw. Detailed instructions are available in the repo.
cd $ITK_DAQ_BASE
cd felix-distribution
git clone ssh://git@gitlab.cern.ch:7999/itk-felix-sw/itk-ic-over-netio-next.git
The following line must be added to $ITK_DAQ_BASE/setup.sh:
export PYTHONPATH=${ITK_DAQ_BASE}/felix-distribution/${BINARY_TAG}/itk-ic-over-netio-next:${PYTHONPATH}
Then a normal felix-distribution compilation can be done:
source setup.sh
cmake_config
cd x86_64-el9-gcc13-opt
make -j8