Browse Source

Merge pull request #9215 from eglooca/netifyd-v2.88

netifyd: updated to v2.88
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
3c70dc5974
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 8 deletions
  1. +4
    -4
      net/netifyd/Makefile
  2. +9
    -4
      net/netifyd/README.md

+ 4
- 4
net/netifyd/Makefile View File

@ -16,10 +16,10 @@ PKG_INSTALL:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.com/netify.ai/public/netify-agent.git PKG_SOURCE_URL:=https://gitlab.com/netify.ai/public/netify-agent.git
PKG_SOURCE_DATE:=2019-01-03
PKG_SOURCE_VERSION:=v2.87
#PKG_SOURCE_VERSION:=e846598bbe26eb6d631f1eda922c7141245f48e3
PKG_MIRROR_HASH:=05af5b4e48ccfccf60cfb3c0b08c8bb3987d8957f17723520da4488798a7b68d
PKG_SOURCE_DATE:=2019-06-06
PKG_SOURCE_VERSION:=v2.88
#PKG_SOURCE_VERSION:=367ddd2fca4b2edd5e71145e2adea1b58f750214
PKG_MIRROR_HASH:=8ead41dc074a71626609bced1d584f8df87e39f5ad76dcca76021c1737150089
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk


+ 9
- 4
net/netifyd/README.md View File

@ -1,11 +1,11 @@
Netify Agent Netify Agent
============ ============
Copyright ©2015-2018 eGloo Incorporated ([www.egloo.ca](https://www.egloo.ca))
Copyright ©2015-2019 eGloo Incorporated ([www.egloo.ca](https://www.egloo.ca))
Deep-Packet Inspection Server
-----------------------------
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. These 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.
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. 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.
@ -44,6 +44,11 @@ Currently you can download binary packages for the following OS distributions:
- [Fedora](http://software.opensuse.org/download.html?project=home%3Aegloo&package=netifyd) - [Fedora](http://software.opensuse.org/download.html?project=home%3Aegloo&package=netifyd)
- [Ubuntu](http://software.opensuse.org/download.html?project=home%3Aegloo&package=netifyd) - [Ubuntu](http://software.opensuse.org/download.html?project=home%3Aegloo&package=netifyd)
Developer Documentation
-----------------------
Further developer documentation can be found [here](https://www.netify.ai/developer/netify-agent).
Configuring/Building From Source Configuring/Building From Source
-------------------------------- --------------------------------


Loading…
Cancel
Save