me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
714 stars 426 forks source link

Arduino Library Registry #147

Open r41d opened 2 years ago

r41d commented 2 years ago

Hello there :)

Have you considered submitting this library to the official Arduino Library Registry? (https://github.com/arduino/library-registry)

That way, this library could easily be installed in the Arduino IDE via the built-in Library Manager.

The same holds true for ESPAsyncTCP and ESPAsyncWebServer of course :)

r41d commented 2 years ago

As far as I can tell everything in the library.properties files of these three libraries already look great, the only thing that would be necessary would be a PR on the registry repo and setting a git tag (https://github.com/arduino/library-registry/blob/main/FAQ.md#submission-requirements)

stale[bot] commented 2 years ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

r41d commented 2 years ago

Bad bot! Don't just close issues when no author has said anything yet

stale[bot] commented 2 years ago

[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.

r41d commented 2 years ago

So, no intention of including this lib in the Arduino package registry?

roblatour commented 1 year ago

I would love to have it added into the the Arduino package registry as well

stale[bot] commented 1 year ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

per1234 commented 1 year ago

Due to the lack of action/interest from @me-no-dev in registering the library in Arduino Library Manager, a community member forked this repository and the other two related libraries and registered the forks:

So I think it is fine to let the bot have its way and close the issue.

Related