libosdp v3.0.5
- Created
- Updated
An cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP)
# 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
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No transitive dependencies.
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (by openssl )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Siddharth Chandrasekaran