Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saschb2b/redis-pcap-monitor
- Owner: saschb2b
- Created: 2016-11-05T09:52:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T22:04:12.000Z (about 8 years ago)
- Last Synced: 2024-11-09T03:42:08.379Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 19 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.