Simple UDP protocol emulating a IoT device sending temperature data.
1 byte | 4 bytes |
---|---|
unit8 | float32 (big-endian) |
Sensor ID | Measured temperature in °C |
temperature_data.py
: Python script for sending and receiving temperature data (no requirements, should "just work" with Python 3)temperature_client.lua
: Wireshark dissector for this protocol, registers for UDP port 4567dump.pcap
: Example capture file