espressif / esp-protocols

Collection of ESP-IDF components related to networking protocols
181 stars 126 forks source link

[mosq]: Support for TCP listener mode of mosquitto broker on ESP32 #606

Closed david-cermak closed 2 weeks ago

david-cermak commented 3 months ago

Initial version v2.0.28_0

gabsuren commented 2 months ago

I see CI build-target tests, what about run-target tests?

david-cermak commented 2 weeks ago

I see CI build-target tests, what about run-target tests?

I will add a target test before first release

david-cermak commented 2 weeks ago

1) Merge this to master first before creating a release 2) Component name mosquitto 3) Test locally scenario with 5 clients publishing each second and running over weekend (on esp32)

david-cermak commented 2 weeks ago

I see CI build-target tests, what about run-target tests?

Target tests have been added for designated IDF branches and they pass: https://github.com/espressif/esp-protocols/actions/runs/10846059208/job/30098329113?pr=606#step:4:160

david-cermak commented 2 weeks ago

@euripedesrocha @alisitsyn @kostaond @espressif-abhikroy Thanks for your review. This PR has been updated and target tests added. Could you please take another look and approve if okay with you?