Skip to content

Instantly share code, notes, and snippets.

@krbvroc1
krbvroc1 / JoinFail_DTLS.pcapng
Last active February 16, 2021 16:31
Thread DTLS Success vs Failure
@krbvroc1
krbvroc1 / z-wave-uart.md
Created April 16, 2018 18:50 — forked from tenderlove/z-wave-uart.md
Aeotec Z-Wave Z-Stick Gen 5 UART protocol

Z-Stick Serial API

The Z-Stick does bi-directional communication over a UART. The connection speed is 115200, '8N1'. There are "requests" and "responses". The client software can make requests to the Z-Stick, and it will send responses. But it seems the Z-Stick can make requests of the client software too. I have yet to figure out the requests the Z-Stick sends to the client software.

Packets