libosdpv3.2.7
- Updated
An cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP)
- Project website: https://github.com/osdp-dev/libosdp
- Documentation: https://doc.osdp.dev
#Usage
libosdp provides CMake targets:
find_package(LibOSDP CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libosdp::osdp>,libosdp::osdp,libosdp::osdpstatic>)libosdp provides pkg-config modules:
# Open Supervised Device Protocol (OSDP) Library
libosdp#Supported Platforms
All platforms supported.
#Features
No features defined.
#Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (through openssl)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Siddharth Chandrasekaran
Weihang Ding
toge