aboutsummaryrefslogtreecommitdiff
path: root/utils/netwhere/Makefile
Commit message (Collapse)AuthorAge
* netwhere: fix compilation with newer libmicrohttpdRosen Penev2020-07-25
| | | | | | | | | | | | API change. Cleaned up Makefile. Fixed license information. Remove pointless CMAKE_INSTALL. This is not needed in InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* netwhere: fix memory corruption problemBen Smith2017-12-26
| | | | | | | Compile tested: brcm47xx, OpenWRT rb8edaf4 Run tested: brcm47xx, ASUS RT-N16, DESIGNATED DRIVER (Bleeding Edge, 5014x5) Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
* netwhere: simple packet monitorBen Smith2017-09-25
netwhere is a simple packet monitor that serves summarized captured data as a JSON document over a REST endpoint. Once installed the netwhere example site is available at /netwhere?collector=IP:8080. Signed-off-by: Ben Smith <le.ben.smith@gmail.com>