goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
138 stars 71 forks source link

Add checks that a pd is online before queueing commands. #12

Closed te-johan closed 4 years ago

te-johan commented 4 years ago

Adding restriction so that you cannot queue commands then the pd is not online. Without this it will start to send command before the security challenge is done.

Signed-off-by: Johan Carlsson johan.carlsson@teenage.engineering