defermat / synspot

Interactive psychostimulating character-mode depictions of interconnect activity. You know, for kids.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

synspot

Written for thotcon 0x6, synspot is a retro styled visualization of pcap traffic

Getting started

git clone https://github.com/nosteve/synspot.git
npm install -g maxmind-geolite-mirror
mkdir -p /usr/local/share/GeoIP
/usr/local/bin/maxmind-geolite-mirror
  • Install synspot node modules
cd synspot
npm install
  • Process pcap file
node parse-pcap.js myfile.pcap
  • Open index.html in a browser

About

Interactive psychostimulating character-mode depictions of interconnect activity. You know, for kids.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 99.8%Language:CSS 0.2%Language:HTML 0.1%