Manuals
These pages come from the same sources that man reads on an
installed system. Cross-references between these pages are links; all
other cross-references go to
man.openbsd.org.
OpenHAP
- openhapd.conf(5)
- OpenHAP daemon configuration file
- hapctl(8)
- control utility for openhapd
- openhapd(8)
- HomeKit Accessory Protocol daemon
OpenHAP modules
- App::OpenHAP(3p)
- HomeKit Accessory Protocol server for OpenBSD
- App::OpenHAP::Devices(3p)
- the configured devices of the bridge
- App::OpenHAP::Host(3p)
- the host of the Protocol::HAP engine
- App::OpenHAP::Tasmota::Device(3p)
- a Tasmota device as a HAP accessory
- App::OpenHAP::Tasmota::Heater(3p)
- Tasmota heater/switch HAP accessory
- App::OpenHAP::Tasmota::Lightbulb(3p)
- Tasmota light HAP accessory
- App::OpenHAP::Tasmota::Sensor(3p)
- Tasmota temperature-sensor HAP accessory
- App::OpenHAP::Tasmota::Thermostat(3p)
- Tasmota thermostat HAP accessory
- App::OpenHAP::Test::Integration(3p)
- base module for OpenHAP integration tests
Protocol modules
- Protocol::HAP(3p)
- HomeKit Accessory Protocol library
- Protocol::HAP::Accessory(3p)
- base class for HAP accessories
- Protocol::HAP::Bridge(3p)
- HAP bridge accessory
- Protocol::HAP::Characteristic(3p)
- HAP characteristic definitions
- Protocol::HAP::Controller(3p)
- a blocking HAP controller client
- Protocol::HAP::Crypto(3p)
- randomness and crypto primitives for HAP
- Protocol::HAP::HTTP(3p)
- the HTTP/1.1 subset codec of HAP
- Protocol::HAP::Pairing(3p)
- HAP pairing protocol implementation
- Protocol::HAP::SRP(3p)
- SRP-6a implementation for HAP pairing
- Protocol::HAP::Server(3p)
- the sans-IO HAP accessory-server engine
- Protocol::HAP::Service(3p)
- HAP service definitions
- Protocol::HAP::Session(3p)
- encrypted session state for HAP connections
- Protocol::HAP::SetupCode(3p)
- the rules of the HomeKit setup code
- Protocol::HAP::Store(3p)
- the persistence contract of Protocol::HAP
- Protocol::HAP::Store::File(3p)
- the store contract over files
- Protocol::HAP::Store::Memory(3p)
- the store contract over plain hashes
- Protocol::HAP::TLV(3p)
- TLV8 encoder and decoder for the HAP protocol