Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saschb2b/redis-pcap-monitor

Pcap sniffed data stored in redis and accessed via REST with swagger gui
https://github.com/saschb2b/redis-pcap-monitor

Last synced: 18 days ago
JSON representation

Pcap sniffed data stored in redis and accessed via REST with swagger gui

Awesome Lists containing this project

README

        

# Redis Pcap Monitor
Pcap sniffed data stored in redis and accessed via REST with swagger gui

![REST](rest.jpg)

## Usage
You will need `libpcap` installed. Most OSX machines seem to have it. All major Linux distributions have it available either by default or with a package like `libpcap-dev`.

Used docker container: https://hub.docker.com/_/redis/

```
$ docker run --name some-redis -p=6379:6379 -d redis
$ npm i
$ sudo npm start
```

Go to http://localhost:3000/documentation for swagger gui.