Lukáš Poláček

Results 6 issues of Lukáš Poláček

`yarn test` passes. Review is recommended with hidden whitespace changes.

I'm using USB devices that contain a UART bridge, so they communicate over a serial port bridged via USB. I've used `pyudev` previously but I want to make my app...

It handles the low-level meshtastic BLE protocol, including the 3 characteristics used to read from and write to the radio. It also converts BLE errors into internal errors. The high-level...

**Summary** There's `Result::inspect_err` since Rust 1.76, it allows for more readable error inspection. I've also added `InternalStreamError::write_error` function which reduces boiler-plate. **Related Issues** Minor cleanup **Checklist** - [x] Tests pass...

**Summary** Added BLE support using tokio's `DuplexStream`. The newly introduced `build_ble_stream` accepts a name or MAC address of a BLE device. I've merged existing functions of BleHandler: - `filter_map` and...

**Is your feature request related to a problem?** Connecting to a device via BLE is not supported. **Describe the solution you’d like** Use the `btleplug` crate for easy cross-platform BLE...

enhancement