-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sparkling eyes. #4
Comments
Unfortunately, The author (maintainer) Philbowles has passes away on June 2022. You can either check the original ESPAsyncWebServer, or Phil's introduced H4AsyncWebServer, he made an implementation of Websockets. there, but no authentication is present. |
Thank you for the information. Iam really sorry. |
No problem, @zekageri. You can keep an eye on my forks of H4 libraries, if any update occurs. |
Yeah, I did watch h4 libs. Unfortunately it can not be integrated to an existing system. It sure looks promising but incompatible with my project. But I will build a project with it one day. |
@HamzaHajeir So you picked up all h4 lib? Including the ESPAsyncWebServer and the Async tcp too? Are they reliable? |
I've utilized H4AsyncWebServer in a project, I've not faced errors with it until now xD. For H4AsyncTCP and H4AsyncMQTT, I'm in debugging and fixing them to reach a reliable level. And perhaps upgrading them (TLS and MQTT 5.0). At their current state, these are honestly more reliable than the previous ones. Would be more robust after publishin the updates. |
The thing is that i desperately searching for a fork of |
I see, I've already tested (with limited time) the functionality of both MQTT and Webserver combined, they function as expected. Just AsyncWebServer might not work if you've enabled H4AT_DEBUG level to a high one, perhaps to timing. Yes, H4AsyncWebserver has different logic, to me I was going to work on ESPAsync. one, but it didn't work and decided later to fully convert to H4*s. At some point, you might make a small sketch combining H4 libraries and validate reliability before deciding whether to change or not. |
The problem is that I afraid to make a project at this point. If you test the normal libs, they work as expected as long as you keep your endpoints below a few and minimal. As soon as you build a bigger project with more endpoints and events and more then 3-4 client socket connections they start to fail. Iam afraid of minimal tests. But I will definitely try it |
I see, you might simulate the situation by multiple instances in that
simple sketch.
If you have a MVCE replicates the crashes by those libraries, you can
convert them into H4 ones with minimum efforts, then test.
…On Wed, Mar 29, 2023, 22:05 DrRandom ***@***.***> wrote:
The problem is that I afraid to make a project at this point. If you test
the normal libs, they work as expected as long as you keep your endpoints
below a few and minimal. As soon as you build a bigger project with more
endpoints and events and more then 3-4 client socket connections they start
to fail. Iam afraid of minimal tests. But I will definitely try it
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3O7J4LF5S3JYNXAIALUM3W6SBXRANCNFSM6AAAAAAVOK4Y4Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @zekageri You can checkout the stable H4AsyncWebServer, use my fork, a complete PlatformIO environment for H4Plugins is available. You might check dependencies under platformio.ini. |
So the license prevents the commercial use? |
Yeah unfortunately, it's an upcoming issue to resolve, I think we'll start
a discussion soon for this particular issue. You can join the Facebook
group to participate and get updates.
…On Sun, Jul 9, 2023, 13:11 DrRandom ***@***.***> wrote:
So the license prevents the commercial use?
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3O7J3EPDI4RUAKPQLTB4LXPJ7VDANCNFSM6AAAAAAVOK4Y4Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
… On Sun, Jul 9, 2023, 13:24 Hamza Hajeir ***@***.***> wrote:
Yeah unfortunately, it's an upcoming issue to resolve, I think we'll start
a discussion soon for this particular issue. You can join the Facebook
group to participate and get updates.
On Sun, Jul 9, 2023, 13:11 DrRandom ***@***.***> wrote:
> So the license prevents the commercial use?
>
> —
> Reply to this email directly, view it on GitHub
> <#4 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AH3O7J3EPDI4RUAKPQLTB4LXPJ7VDANCNFSM6AAAAAAVOK4Y4Y>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
I think i have applied to this group but never got accepted. My name is Zékány Gergő on facebook |
I have just reapplied |
I see, it's unfortunate that he is the only admin ... It's another issue. I think many people are in the waiting list. Can you send me your account link, so at least if we made a group chat or another group you can get in. |
Yes, no problem. |
Checkout the request
في الاثنين، 10 يوليو 2023 في 2:42 م تمت كتابة ما يلي بواسطة DrRandom <
***@***.***>:
… Yes, no problem.
https://www.facebook.com/gergo.zekany.39/
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3O7JYNUBHE576GF57CR43XPPTCFANCNFSM6AAAAAAVOK4Y4Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
My eyes sparkled when I saw this magical library.
Unfortunately, I soon had to realize that I could not use it without the websocket implementation. :(
Is there any chance that this functionality will be implemented?
The text was updated successfully, but these errors were encountered: