esp-protocols icon indicating copy to clipboard operation
esp-protocols copied to clipboard

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

Open david-cermak opened this issue 1 year ago • 4 comments

Initial version

  • supports only the TCP transport for now

2.0.28~0

Features

  • Simple support for TCP listener mosquitto (2e7233d8)

Bug Fixes

  • Used v2.0.18 mosquitto and versioning based on it (daa35d4b)
  • Add component and example READMEs (ca9548f5)
  • Add ESP-2.0 licenses (fe87fd0a)
  • Add connectivity options to the example (cadf2c9d)
  • Cleanup the port layer, add CI (2f457c01) ~/repos/esp-protocols/components/mosq (feat/mosquitto)$

david-cermak avatar Jun 26 '24 10:06 david-cermak

After doing a simple google search I see few others facing the similar problem, can you please check if answers from https://stackoverflow.com/questions/34877649/warning-templates-not-found-usr-local-git-share-git-core-templates can be helpful?

shubhamdp avatar Jun 18 '24 06:06 shubhamdp

Virtually all of the google results refer to SourceTree, which I don't have installed. I'm using the standard command-line tool, and I don't experience this with any other repos.

JetForMe avatar Jun 19 '24 03:06 JetForMe

@JetForMe are you still seeing this problem? I think it is just a warning and everything works as expected, so can be ignored.

shubhamdp avatar Mar 18 '25 09:03 shubhamdp

Gosh I haven't touched that project in a while. Yeah I get it's a warning, but warnings pollute logs making it harder to spot the actual errors (and sometimes they are the actual problem). I wrote the ticket because I believe we should all strive for the cleanest builds possible.

JetForMe avatar Mar 18 '25 09:03 JetForMe