livox 0.1.1

An (unofficial) library to pull data from Livox devices
docs.rs failed to build livox-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

livox-rs

Livox on Travis CI

A Rust library for streaming data from Livox LiDAR devices

To get started, connect your computer to a network with a Livox device on it (I tested with a single MID-40), and run the example:

cargo run --example dump

It should tell the LiDAR to power on, and stream data to a points.laz file.