You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
54 implement knxip connector for building automation (#55)
* initial implementation knx connector for tokio
* initial implementation embassy knx connector
* format and rename demo
* update Makefile
* fix clippy errors and warnings
* update devcontainer CI workflow for improved efficiency
* persist watch receiver to avoid infinite subscription loop
* fix group adress parsing and refactor documentation for clarity
* remove conflicting memory.x from knx-pico to ensure correct STM32 memory layout
* implement outbound publishing for the tokio connector
* fix clippy
* implement outbound publishers for embassy
* update embassy
* fix clippy
* feat: Enhance KNX connector with ACK handling and timeout detection
- Added production status documentation in lib.rs.
- Refactored tokio_client.rs to implement pending ACK tracking for outbound telegrams.
- Introduced timeout detection for ACKs, with logging for timed-out sequences.
- Updated group address parsing in examples to handle various data formats.
- Added comprehensive integration tests for connection state management and frame building.
- Implemented unit tests for group address parsing and formatting.
* add knx-pico submodule
* update submodules
* Update Ethernet device type and configuration in KNX and MQTT demos
* fix: Update knx-pico dependency path to avoid version conflicts
* update knx-pico
* update knx pico
* reexport dpt from knx-pico crate
* use dpt en/decoding from knx-connector crate
* Refactor KNX connector to utilize knx-pico for type-safe group address handling and protocol parsing
* update embassy
* update README's
* Update examples/tokio-knx-connector-demo/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/tokio-knx-connector-demo/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments