Ledger-Donjon / visplot

Side-channel traces visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visplot

A side-channel trace visualizer based on vispy.

Where matplotlib excels at producing article-grade outputs, it is cumbersome to use during result analysis - when one needs to look around to find what's going on.

Design

Fast display and responsive panzoom, thanks to vispy (hold right-click and move around to see it in action).

No visual clogging: traces are drawn with smooth colors until you select them. Selection is done with a click. Multiple traces can be selected by holding CTRL

(the demo below runs at 60 FPS)

demo.gif

About

Side-channel traces visualizer

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


Languages

Language:Python 100.0%