esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
frame Directory Reference
Directory dependency graph for frame:
include/esphome/api/frame

Files

 frame_helper.hpp
 Abstract frame codec: turns a byte stream into ESPHome message frames and back, independent of the underlying transport/socket.
 
 noise_frame_helper.hpp
 Noise-encrypted ESPHome frame codec (Noise_NNpsk0_25519_ChaChaPoly_SHA256).
 
 plaintext_frame_helper.hpp
 Plaintext (unencrypted) ESPHome frame codec.