Skip to content

100% Open-Source Packet Capture Agent for HEP

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Joonake/captagent

 
 

Repository files navigation

Travis

CaptAgent 6 Project

#####The Next-Generation capture agent for Sipcapture's Homer Project

Download the latest code from our repository and compile it on your system.

Capagent requires: libexpat, libpcap, libtool, automake to compile.

  cd /usr/src
  git clone -b captagent6 https://github.com/sipcapture/captagent.git captagent
  cd captagent
  ./build.sh
  ./configure
  make && make install

IMPORTANT:

If you want to enable SSL transport or Payload-Compression use the following flags (req: libssl-dev, openssl-devel ):

  ./configure --enable-ssl --enable-compression
  make && make install

Captagent should be now ready to be configured.

Configuration

Captagent 6 provides a modular configuration structure supporting includes. To get familiar with the new configuration please see https://github.com/sipcapture/captagent/tree/master/conf


Support

If you found a bug or issue with the code, please raise an Issue on the project tracker.

If you have specific questions or require professional support please contact us at support@sipcapture.org

HomerFlow

Developers

Contributions to our project are always welcome! If you intend to participate and help us improve CAPTANGENT, we kindly ask you to sign a CLA (Contributor License Agreement) and coordinate at best with the existing team via the homer-dev mailing list.


If you use CAPTAGENT in production, please consider supporting us with a donation

Donate

About

100% Open-Source Packet Capture Agent for HEP

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.3%
  • Shell 1.8%
  • Elixir 1.3%
  • M4 1.1%
  • Makefile 0.8%
  • Lex 0.5%
  • Other 1.2%