Commit Graph

10 Commits

Author SHA1 Message Date
Jingwei Zhang 74f63da255 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 32723c6d61 fix : failed to find local ip in windows 2019-08-13 18:16:19 +08:00
Livox-SDK 72233ab118 feature:add C++ sample 2019-07-31 17:09:41 +08:00
Livox-SDK e91b6feb13 fix:size initial to fix the hub lvx file generate 2019-05-28 17:22:21 +08:00
Livox-SDK a490a93b20 feature:support save lvx file for lidar; 2019-05-06 12:33:55 +08:00
Livox-SDK ba2af205cc feature:
1.Add spdlog to save log file
2.Add program options to connect specific broadcast code and decide whether to save log file
3.Add comments in readme for windows 64-bit project compilation
2019-04-12 10:09:56 +08:00
Livox-SDK f79261c631 [A]Add sdk version
[B]Fix bug in README file
2019-02-27 11:56:23 +08:00
Livox-SDK 41a770c1a2 [A]Support for windows.
[B]Modify README.md.
2019-02-01 20:41:45 +08:00
Jesse Kaukonen 6d063352b6 bug fix: Fix mismatching delete operator
cmd.packet.data is allocated using new[] and freed using delete. Use delete[]
instead.
2019-02-01 12:58:23 +02:00
Livox-SDK 0f1015a1da [A]add sdk_core. 2019-01-18 23:07:03 +08:00