thin-edge.io icon indicating copy to clipboard operation
thin-edge.io copied to clipboard

The open edge framework for lightweight IoT devices

Results 475 thin-edge.io issues
Sort by recently updated
recently updated
newest added

**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...

idea

**Describe the bug** A string `MQTT Device` can be prepended to the name of some devices in Cumulocity when using thin-edge.io: ![image](https://github.com/user-attachments/assets/4a350d43-6fc2-4662-a864-700547c458b3) `MQTT Device` is prepended by Cumulocity [1] if...

bug
theme:c8y

**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...

idea
theme:childdevices
theme:workflows

**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...

documentation

## 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...

refactoring

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...

documentation
theme:installation

**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...

documentation

**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...

idea

## 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...

improvement
theme:az
theme:flows

## 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]...