LivoxProto1: Implemented Device and getOrCreateDevice

Includes everything from sending heartbeat msgs to performing
the connection handshake. We also accept many params to
provider-params to customize and make things easier.
This commit is contained in:
2025-09-06 20:06:38 -04:00
parent 25234c4229
commit a0d577bf81
18 changed files with 1906 additions and 403 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ option(ENABLE_LIB_livoxProto1 "Enable Livox Protocol v1 backend lib" OFF)
if(ENABLE_LIB_livoxProto1)
add_library(livoxProto1 SHARED
livoxProto1.cpp
livoxProto1Core.cpp
livoxProto1Device.cpp
livoxProto1Protocol.cpp
core.cpp
device.cpp
protocol.cpp
broadcastListener.cpp
)