Skip to content

clholzin/relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay - Container Network Capture and Graph

Current POC View based on Network traffic capture of packet data and displayed as particles in D3.js through websocket.

intention

Build

docker build -t relay ./relay

docker build -t hub ./hub

docker build -t accept ./accept

docker build -t send ./send

Start up

docker run -d --privileged --name relay relay

docker run -d -p 9999:9999 --name hub hub

docker run -d --privileged -h accept --name accept accept

./send/sender.sh

About

Distributed network container packet capture visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published