... | ... | @@ -7,6 +7,9 @@ To quote the source code README: |
|
|
> 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.
|
|
|
|
|
|
Additional technical and design details:
|
|
|
- The Agent is written in C++11.
|
|
|
- The Agent should be fairly portable. Official support for Linux and FreeBSD.
|
|
|
- ... is designed to scale well; from small embedded systems to high capacity servers. |
|
|
\ No newline at end of file |
|
|
- The Agent is written in C++11 by [eGloo Inc](https://egloo.ca).
|
|
|
- ... should be fairly POSIX-compliant and portable with official support for Linux and FreeBSD.
|
|
|
- ... is designed to scale well; from small embedded systems to high capacity, high bandwidth servers.
|
|
|
- ... is passive by design; packet capture and analysis takes no direct action on network traffic so the Agent cannot be a single point of failure.
|
|
|
- ... provides a configurable streaming JSON socket interface for external application integration.
|
|
|
- ... can be functionally extended through a plugin API by third-party developers. Various proprietary plugins are also available from eGloo Inc. |
|
|
\ No newline at end of file |