You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see that a lot of work has gone into this component and I'm grateful for this, but I cannot find a guide on migrating from an application which is using the functions in aws_iot_mqtt_client.c (for example) to use the new coreMQTT component.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
migration guide from IDF 4 to IDF 5 for esp-aws-iot
migration guide from IDF 4 to IDF 5 for esp-aws-iot (CA-342)
Aug 10, 2024
vishwamartur
added a commit
to vishwamartur/esp-aws-iot
that referenced
this issue
Nov 3, 2024
Related to espressif#227
Add a migration guide for transitioning from IDF 4 to IDF 5 for esp-aws-iot.
* **Migration Guide**:
- Add a new file `MigrationGuide_IDF4_to_IDF5.md` with detailed steps and examples for migrating from `aws_iot_mqtt_client.c` to coreMQTT.
- Include sections on updating dependencies, configuration, code, network context, callback functions, testing, and documentation.
* **README Update**:
- Add a link to the new migration guide in the `README.md` file.
- Update the `README.md` file to mention the availability of the new migration guide.
I can see that a lot of work has gone into this component and I'm grateful for this, but I cannot find a guide on migrating from an application which is using the functions in
aws_iot_mqtt_client.c
(for example) to use the new coreMQTT component.I've read over the IDF4 to IDF5 migration guide at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/release-5.x/5.0/index.html, but these guides do not address anything in the esp-aws-iot component.
The text was updated successfully, but these errors were encountered: