IOT / OT — LIVE DEMO

Continue datastroom.
Zonder sporen.

Every reading, every sensor block, and every firmware update is encrypted in transit and destroyed after retrieval. DPI sees only identical 5MB blocks — always, regardless of content.

GESIMULEERDE APPARATEN — LIVE
MRI Scanner
DICOM · health.paramant.app
0.0
MB scan data
PLC S7-1500
Modbus · iot.paramant.app
0
batches verwerkt
Windmolen WM-07
SCADA · iot.paramant.app
0.0
kW vermogen
STREAM LOG — BURN-ON-READ
relay.paramant.app — live stream
0 blokken verstuurd
Wachten op eerste transmissie...
HOE STREAM MODE WERKT
01 — HASH
Predictable hash
Zender en ontvanger berekenen dezelfde hash zonder te communiceren.
SHA256(
device_id
+ secret
+ tijdsbucket
)
02 — VERSTUUR
512KB blokken
Data is encrypted and sent as a fixed-size block. DPI cannot distinguish traffic patterns.
POST /v2/stream
X-Api-Key: pgp_
TTL: 60s
Size: exact 512KB
03 — OPHALEN
Burn-on-read
Ontvanger haalt op via dezelfde hash. Na ophalen: data vernietigd. Geen tweede kans.
GET /v2/stream/:hash
→ 200 eerste keer
→ 404 daarna
04 — HERHAAL
Volgende bucket
Na 60 seconden wijzigt de tijdsbucket. Nieuwe hash, nieuw blok. Continue stroom zonder coördinatie.
bucket =
⌊timestamp/60⌋
→ auto rotate
INSTALLATIE & GEBRUIK
# Installeer paramant-agent op Raspberry Pi / ARM64
wget https://relay.paramant.app/dl/paramant-agent_1.0.0_arm64.deb
sudo dpkg -i paramant-agent_1.0.0_arm64.deb
 
# Configureer
sudo nano /etc/paramant/agent.conf
KEY=pgp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DEVICE=windmolen-007
RELAY=https://iot.paramant.app
 
# Start als service
sudo systemctl enable --now paramant-agent
✓ paramant-agent gestart — verstuurt elke 30s een heartbeat
 
# Of pipe van sensor rechtstreeks
cat /dev/ttyUSB0 | paramant-agent --key pgp_xxx --device plc-001
DOWNLOAD
Raspberry Pi / ARM64
Werkt op Pi 3, Pi 4, Pi 5 en elke ARM64 Linux distributie. Inclusief systemd service.
wget relay.paramant.app/dl/paramant-agent_arm64.deb sudo dpkg -i paramant-agent_arm64.deb
Download ARM64 .deb →
Linux x64 / Server
Voor Ubuntu, Debian, CentOS servers. Werkt ook als Docker sidecar container.
wget relay.paramant.app/dl/paramant-agent_amd64.deb sudo dpkg -i paramant-agent_amd64.deb
Download x64 .deb →