# netify-agent **Repository Path**: codergeek/netify-agent ## Basic Information - **Project Name**: netify-agent - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-16 - **Last Updated**: 2023-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Netify Agent Copyright ©2015-2021 eGloo Incorporated ([www.egloo.ca](https://www.egloo.ca)) CI Status: [![pipeline status](https://gitlab.com/netify.ai/public/netify-agent/badges/master/pipeline.svg)](https://gitlab.com/netify.ai/public/netify-agent/-/commits/master) ## Network Intelligence - Simplified The [Netify Agent](https://www.netify.ai/) is a deep-packet inspection server. The Agent is built on top of [nDPI](http://www.ntop.org/products/deep-packet-inspection/ndpi/) (formerly OpenDPI) to detect network protocols and applications. Detections can be saved locally, served over a UNIX or TCP socket, and/or "pushed" (via HTTP POSTs) to a remote third-party server. Flow metadata, network statistics, and detection classifications are stored using JSON encoding. Optionally, the Netify Agent can be coupled with a [Netify Cloud](https://www.netify.ai/) subscription for further cloud processing, historical storage, machine-learning analysis, event notifications, device detection/identification, along with the option (on supported platforms) to take an active role in policing/bandwidth-shaping specific network protocols and applications. ## Download Packages Supported platforms with installation instructions can be found [here](https://www.netify.ai/get-netify). Alternatively, binary packages are available for the following OS distributions (manual install): - [AlmaLinux](https://download.netify.ai/netify/almalinux/) - [CentOS](http://download.netify.ai/netify/centos/) - [Debian](http://download.netify.ai/netify/debian/) - [Endian](https://www.endian.com/) - [NethServer](http://download.netify.ai/netify/nethserver/) - [OpenWrt](https://downloads.openwrt.org/snapshots/packages/) - [Ubuntu](http://download.netify.ai/netify/ubuntu/) ### Runtime Requirements - [Linux] Ensure that the nfnetlink and nf_conntrack_netlink kernel modules are loaded if NAT detection is enabled. ## Download Source When cloning the source tree, ensure you use `--recursive` to include all sub-modules. ### Build Requirements Netify requires the following third-party packages: - libcurl - libpcap - zlib - [Linux] libmnl - [Linux] libnetfilter-conntrack Optional: - google-perftools/gperftools/libtcmalloc (will use bundled version when not available) ### Configuring/Building From Source Read the appropriate documentation in the doc directory, prefixed with: `BUILD-*` Generally the process is: ```sh ./autogen.sh ./configure make ``` ## Online Documentation Further user and developer documentation can be found [here](https://www.netify.ai/resources). The project Wiki is available [here](https://gitlab.com/netify.ai/public/netify-agent/-/wikis/home). ## License Netifyd is dual-licensed under commercial and open source licenses. The commercial license gives you the full rights to create and distribute software on your own terms without any open source license obligations. Netifyd is also available under GPL and LGPL open source licenses. The open source licensing is ideal for student/academic purposes, hobby projects, internal research project, or other projects where all open source license obligations can be met. Netifyd uses to the following libraries: - nDPI - LGPL license - inih - 3-Clause BSD license - gperftools - Google license