Jonas Pflanzer 173735cd0d Forward because it's not a relay 5 tahun lalu
..
include 0e73467ac8 Testing routing with MAC addresses 5 tahun lalu
src 173735cd0d Forward because it's not a relay 5 tahun lalu
test a39ee97d3f run autoformatter with new config 5 tahun lalu
CMakeLists.txt 370568912e Revert partly "fixed function signature from openGetFile" 5 tahun lalu
Daemon-Config-Reference.md e68c0ee458 Proxy Channel might work now 5 tahun lalu
README.md e057cd4b1a Maintain READMEs 5 tahun lalu
ccats.service 356b02fb13 created deamon 5 tahun lalu

README.md

Daemon

Build

mkdir build
cd build
cmake ..
make

Tests

To build tests just set the ENABLE_TESTS variable to true and rebuild the program.

cmake .. -DENABLE_TESTS=true
make

Run

Currently the first argument is the network interface for the sniffer.

bin/ccats lo

Tests

make test

Installation

After building the program copy executable:

sudo cp bin/ccats /usr/bin

Copy service file:

sudo cp ccats.service /etc/systemd/system/

Enable and start service with:

sudo systemctl enable ccats.service

and start it

sudo systemctl start ccats.service