thin-edge.io
thin-edge.io copied to clipboard
The open edge framework for lightweight IoT devices
**Is your feature request related to a problem? Please describe.** When an entity is deleted from the entity store of the agent, the mapper reacts to this by removing the...
**Describe the bug** A string `MQTT Device` can be prepended to the name of some devices in Cumulocity when using thin-edge.io:  `MQTT Device` is prepended by Cumulocity [1] if...
**Is your feature request related to a problem? Please describe.** thin-edge.io supports automatically uploading the associated workflow log file on failure via the following setting: ```sh c8y.operations.auto_log_upload=on-failure ``` Currently this...
**Is your documentation request related to a problem? Please describe.** With #3036 (task) #3196 (PR), we implemented a way to support basic auth and SmartREST1.0 with thin-edge.io. However, the feature...
## Is your refactoring request related to a problem? Please describe. As mentioned in https://github.com/thin-edge/thin-edge.io/pull/3236#discussion_r1843488529, current design of `Operations` struct and `c8y_api::operations` module presents an API that is a bit...
Built 1.3.1 source code as mentioned in build document available at https://thin-edge.github.io/thin-edge.io/contribute/build/ As per document, after successful build, running **ls -l target/debug/** should list tedge-mapper, but it does not show...
**Is your documentation request related to a problem? Please describe.** Highlight which Cumulocity Device Management features thin-edge.io delivers out of the box. **Describe the improvement you'd like** Create a new...
**Is your feature request related to a problem? Please describe.** thin-edge.io should allow services to register support for operations via the `/cmd/` topic, and such supported operations should be sent...
## Proposed changes - [x] Tedge flows can invoke transformation functions implemented in Rust - [x] Tedge flows provide builtin transformations (such as add-timestamp or set-topic) - [x] A mapper...
## Proposed changes Use the existing `TEdgeConfigC8yDto` (etc.) structs to deserialise separate mapper config files, with a view to supporting the `tedge config` CLI fully. ### Still TODO - [x]...