Pflanzer, Jonas 0015e7cd9f Resolve "US21.1: User deletion (Server)" 5 éve
..
include e2ab8c089f implement very basic ssl, todo allow server to run without ssl and get ssl fully running (broken right now, complains about no shared cipher) 5 éve
src 0015e7cd9f Resolve "US21.1: User deletion (Server)" 5 éve
test 0015e7cd9f Resolve "US21.1: User deletion (Server)" 5 éve
CMakeLists.txt 370568912e Revert partly "fixed function signature from openGetFile" 5 éve
Daemon-Config-Reference.md e2ab8c089f implement very basic ssl, todo allow server to run without ssl and get ssl fully running (broken right now, complains about no shared cipher) 5 éve
README.md e057cd4b1a Maintain READMEs 5 éve
ccats.service 356b02fb13 created deamon 5 éve
createsslfiles.sh e2ab8c089f implement very basic ssl, todo allow server to run without ssl and get ssl fully running (broken right now, complains about no shared cipher) 5 éve

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