How to make App5 in python? what is difference between app4 and app5?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Both
• DeepStream Version
5.0

• Issue Type( questions, new requirements, bugs)
questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
deepstream-test4 and test5
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,
I would like to know that how I can make the app5 in python ( make the c version to python).
what is the major difference between app5 and app4, How is it possible to make the app5 using app4 sample files from python?
If the major difference is that app5 is sending the messages using the message broker to the cloud? Can I use the test4 python version and use this link to connect the device to aws IoT? [Publish MQTT messages to AWS IoT Core using Python](https://How do I publish MQTT messages to AWS IoT Core from my device when using Python?)

Regards

Both test4 and test5 sample demonstrates message conversion and broker plugin usage. they both can send message to broker. your case to aws IoT. major difference is test5 support components properties setting in configuration. test4 sample is the easy way to start with. please follow sources/libs/azure_protocol_adaptor/device_client/README to setup.