Feature. Add pri files for Qt integration. #30

Open
dleliuhin wants to merge 11 commits from unknown repository into master

11 Commits

Author SHA1 Message Date
Dmitrii Leliuhin 5121ed0ba9 Fix. Crc types changes. 2020-05-24 19:36:02 +03:00
Dmitrii Leliuhin 1437068bdf Fix. Remove boost dependencies. 2020-05-18 12:28:17 +03:00
Dmitrii Leliuhin 8fdd02dd38 Feature. Add pri files for Qt integration. 2020-02-07 16:22:02 +03:00
Livox-SDK f5eaa30bc8 feature:support for connecting horizon 2019-12-19 17:11:48 +08:00
Livox-SDK da19f31bc4 feature:support for conneting horizon 2019-12-19 15:25:48 +08:00
Livox-SDK 83def61d80 featrue:support for connecting horizon 2019-12-19 15:09:28 +08:00
livox 514ed7258a Merge pull request #18 from jingweiz2017/master
Bug Fix: Failed to connect lidar when multi adapter presented with fi…
2019-10-31 15:57:38 +08:00
jingweiz2017 6c62b898c0 Update network_util.cpp
Adjust the indentation.
2019-10-25 10:49:02 +08:00
Jingwei Zhang 6327176b69 Bug Fix: Failed to connect lidar when multi adapter presented with first one disconnected
Bug Description:
When you have more than one network adater on your compter, this part of the code is supposed to find one that is connecting and working fine and obtain its ip address for handshaking request.
However, it failed to do so when the first network adapter is not connected. Thus GetAdapterState returns false and we stopped trying on the other adapters.

Fix:
Try each adapter, if it is not working, we try the next one. Either we find one and we move onto the following process or we find none and quit.
2019-10-25 10:16:11 +08:00
Livox-SDK 657401cd2f fix : failed to find local ip in windows 2019-08-13 18:16:19 +08:00
Livox-SDK c243aa2797 feature:add C++ sample 2019-07-31 17:09:41 +08:00