I want to send telemetry data from Azure iot edge device to IoTHub through OPC publisher module.
OPC publisher can be configured to encode the message either Json ("--me=Json") or Uadp ("--me=Uadp") before sending. OPC Publisher parameters
https://github.com/Azure/Industrial-IoT/blob/main/docs/modules/publisher-commandline.md
So I configured my edge device to send the message in uadp message encoding format as its compact and compressed , However When I monitor the message received to IoTHub, its unreadable.
Any one can help how we can decode the uadp message to readable format in IoTHub so I can process it in Azure stream analytics.
Why its possible to decode the message to UADP io opc publisher but not able to decode it in cloud side
Thanks