https://github.com/cesnet/nemea-openwrt
The NEMEA packages feed
https://github.com/cesnet/nemea-openwrt
liberouter nemea openwrt-router
Last synced: about 2 months ago
JSON representation
The NEMEA packages feed
- Host: GitHub
- URL: https://github.com/cesnet/nemea-openwrt
- Owner: CESNET
- Created: 2016-07-18T14:05:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-08T14:49:45.000Z (6 months ago)
- Last Synced: 2025-10-08T16:28:25.849Z (6 months ago)
- Topics: liberouter, nemea, openwrt-router
- Language: Makefile
- Size: 10.7 MB
- Stars: 5
- Watchers: 13
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEMEA OpenWrt feed
## Description
This is an OpenWrt package feed containing primarily
[ipfixprobe](https://github.com/CESNET/ipfixprobe) IP flow exporter (monitoring
probe) and some [NEMEA system](https://github.com/CESNET/NEMEA) components to
process the flow data.
The big picture is shown in the following figure. OpenWrt devices/routers can
be deployed as monitoring probes that aggregate information about flowing
packets and extract useful information for monitoring and analysis systems. The
output of ipfixprobe running on the OpenWrt device are IP flow data that can be
exported in IPFIX data format and sent to a flow collector (storage, analysis,
intrusion/anomaly detection, visualization).

## Usage (of this feed)
To build and use the contained packages, add the following line to the `feeds.conf` file
in the OpenWrt buildroot (https://github.com/openwrt/openwrt):
```
src-git nemea https://github.com/CESNET/Nemea-OpenWRT
```
To install package definitions, run:
```
./scripts/feeds update nemea
./scripts/feeds install -a -p nemea
```
The ipfixprobe and NEMEA packages should appear in `make menuconfig` now.
Package build can be started, e.g., using:
`make package/luci-app-ipfixprobe/compile`
`make package/ipfixprobe/compile`
(to build luci (GUI) plugin and ipfixprobe)
The results will be present in `./bin/packages/` directory of the buildroot.
Note: the build process might be found in the set up
[Github action](https://github.com/CESNET/Nemea-OpenWRT/blob/master/.github/workflows/packages.yml#L37).