nDPI/influxdb
Ivan Nardi 6ab338928c
Add support for out-of-tree builds (#2993)
Initial work to support out-of-tree builds
```
./autogen.sh
mkdir build
cd build
../configure
make
make check
```
IMPORTANT: `autogen.sh` doesn't call `configure` automatically anymore!!

You have to do: `./autogen.sh && ./configure --$OPTIONS`.
A little bit annoying but the pattern `autogen && configure && make` is
very common on Linux.

Known issues:
* `make doc` doesn't work in out-of-tree builds, yet
* Windows/MinGW/DPDK (out-of-tree) builds have not been tested, so it is unlikely they work

See: #2992
2025-11-03 11:58:59 +01:00
..
Makefile.in Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00
metric_anomaly.c Added ndpi_find_protocol_qoe() API call 2025-02-10 21:21:51 +01:00
README.txt Added code for identifiying anomalies with metrics stored in InfluxDB 2022-03-30 22:12:39 +02:00

This directory contains a tool that allows anomalies to be identified with InfluxDB