Jonas Pflanzer 424382f216 Add some notes | il y a 4 ans | |
---|---|---|
.. | ||
include | il y a 4 ans | |
src | il y a 4 ans | |
test | il y a 4 ans | |
CMakeLists.txt | il y a 4 ans | |
CovertProtocol.md | il y a 4 ans | |
Daemon-Config-Reference.md | il y a 4 ans | |
README.md | il y a 4 ans | |
ccats.service | il y a 5 ans | |
createsslfiles.sh | il y a 4 ans |
mkdir build
cd build
cmake ..
make
To build tests just set the ENABLE_TESTS
variable to true and rebuild the program.
cmake .. -DENABLE_TESTS=true
make
Currently the first argument is the network interface for the sniffer.
bin/ccats lo
make test
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