osdp-python
osdp-python copied to clipboard
Any documentation avaliable?
E.g. How to setup & send a command.
You should acquire a copy of the OSDP standard, this provides the documentation and examples of how to implement the protocol. https://www.securityindustry.org/industry-standards/open-supervised-device-protocol/
You should acquire a copy of the OSDP standard, this provides the documentation and examples of how to implement the protocol. https://www.securityindustry.org/industry-standards/open-supervised-device-protocol/
I have that OSDP Spec pdf. But this library is really lack of documentation. E.g. How to send a single command from this library, this is not "part of OSDP itself". Anyway, I have turned to another open-source library called libosdp, which supports both python and C/C++, and it is well-documented.