Replies: 1 comment
-
You can take a look the Network Agnostic Data Collection (NADC) examples, which shows a few use cases: https://github.com/aws/aws-iot-fleetwise-edge/tree/v1.2.1/examples#examples-list including one what ingest a signal as string: https://github.com/aws/aws-iot-fleetwise-edge/blob/v1.2.1/examples/network_agnostic_data_collection/MyCounterDataSource.cpp#L52 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have successfully created the signal catalogs and implemented all necessary features from the cloud side. However, I am currently facing an issue where I am unable to send data to mNamedSignalDataSource as a STRING data type.
Throughout the application, the following code is used to ingest data:
However, the DecodedSignalValue function does not currently support the STRING data type:
Is there a function available in the AWS Edge app that supports ingesting string data? If possible, could you provide a sample implementation for sending string data to mNamedSignalDataSource?
Beta Was this translation helpful? Give feedback.
All reactions