Bambu library
Bambu is a library for Rust ecosystem that interacts with BambuLab 3D printers that are LAN mode enabled.
Supported features
- Interact with MQTT server to send requests and receive responses.
- Access the camera feed.
- Access files stored on the SD card.
Getting Started
Prerequisites
- Rust and Cargo installed.
Building the Project
To build the project, run:
Running examples
One of the examples is a simple mjpeg stream server. Run it with:
Running the Project
To run the tests, use:
cargo test
License
This project is licensed under the MIT License. See the LICENSE file for details.
Author
- Michał Papierski michal@papierski.net