marius.rescheleit b7390c64b2 added response action to command %!s(int64=5) %!d(string=hai) anos
..
include 4f5729cf7a added openList getListSize and getNextChunkFromFile %!s(int64=5) %!d(string=hai) anos
src b7390c64b2 added response action to command %!s(int64=5) %!d(string=hai) anos
test d45e06fc78 Put now requires to send amount of chunks %!s(int64=5) %!d(string=hai) anos
CMakeLists.txt 6f0fba14c1 Make tests optional %!s(int64=5) %!d(string=hai) anos
README.md e057cd4b1a Maintain READMEs %!s(int64=5) %!d(string=hai) anos
ccats.service 356b02fb13 created deamon %!s(int64=5) %!d(string=hai) anos

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