osdp-python icon indicating copy to clipboard operation
osdp-python copied to clipboard

Any documentation avaliable?

Open liyafe1997 opened this issue 1 year ago • 2 comments

E.g. How to setup & send a command.

liyafe1997 avatar Aug 29 '23 09:08 liyafe1997

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/

scroggyg avatar Aug 29 '23 16:08 scroggyg

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.

liyafe1997 avatar Aug 29 '23 17:08 liyafe1997