yubox-node-org / AsyncTCPSock

Reimplementation of the API of me-no-dev/AsyncTCP using high-level BSD sockets
GNU Lesser General Public License v3.0
20 stars 10 forks source link

AsyncTCPSock : dead ? release ? registry deployment ? #23

Open mathieucarbou opened 1 month ago

mathieucarbou commented 1 month ago

Hello,

With some community help I am maintaining ESPAsyncWebServer.

As you can see in the README, I am explaining how to switch AsyncTCP to AsyncTCPSock.

But there are several problems:

1) AsyncTCPSock is not deployed in Arduino Registry neither PlatformIO registry 2) AsyncTCPSock has no release 3) Some Prs are waiting to be merged for Arduino 3 support. 4) Macros configurations are not well aligned with AsyncTCP

Is this project dead ?

For the moment, I decided to fork it, and merge the PR for Arduino 3, plus do some macro config alignment, retaining backward compatibility, and issue some releases.

But it would be nice to have it deployed also.

I can do all that too (deploying to Arduino Registry and PlatformIO), retaining you as the author and adding me as a maintainer.

But I first wanted to ask what is the project state.

Thanks!

DRSDavidSoft commented 3 weeks ago

I was wondering the same thing too. Very interested to know about the results! 👍🏻

mathieucarbou commented 3 weeks ago

Fo those who need, I took the liberty to fork the project, applies some PR fixes and release (tag) my dev branch.

https://github.com/mathieucarbou/AsyncTCPSock/releases

These releases can be used in the community maintained fork of ESPAsyncWebServer as explained in the README.