Skip to content

Memory and performance imrovements #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

Merged
merged 12 commits into from
Jun 14, 2024
Merged

Conversation

dkerr64
Copy link

@dkerr64 dkerr64 commented Jun 8, 2024

@cfurter during development of HomeKit-RATGDO, @jgstroud and I found that we needed to make changes to Arduino-HomeKit-ESP8266 to make it more memory efficient and improve pairing reliability.

Although I started from the original HomeKit server, I found that I needed to pull in enhancements and fixes from others, including you. Your fork seems to be the furthest along and so I offer up this pull request that merges in the changes @jgstroud and I made, plus a minor one from @JKoss2.

As the commit history on my master branch is very messy, I started fresh from your master and attributed the changes to the author in the commit comment.

Hopefully you find this useful.

@dkerr64
Copy link
Author

dkerr64 commented Jun 8, 2024

BTW... if you merge this, then it will get attached to the PR you opened on the original source. Unfortunately no one seems to be paying attention to it, which is another reason I opened the PR on your branch !!

jgstroud and others added 6 commits June 8, 2024 14:04
When performing a OTA firmware update, we need to shutdown the HomeKit sever because all network processing (including pings) stop during file uploads.  So system cannot process incoming TCP requests, risking out-of-memory crashes as buffers fill up.
@cfurter
Copy link
Owner

cfurter commented Jun 14, 2024

hey, thanks for this. I am travelling at the moment and will merge once I get home.

@cfurter cfurter merged commit 118c1b2 into cfurter:master Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants