-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feature/easynetworkmanager #54
base: master
Are you sure you want to change the base?
Conversation
- total project refactor and simplification
- getting closer - total refactor of state manager, rest api, and camera handler
- getting closer - total refactor of state manager, rest api, and camera handler, led_manager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, yeah, holy crap. This is HUGE, I love it!
It's a lot of really good work, thank you! It's good to see the things we've been talking about that we wanted to finally tackle and rewrite/fix or outright remove got taken care of, things are looking way better now!
- replace old network stack
Looks really good to me. The only thing I'm worried about is the async streaming server as the last time I tried that, it didn't work that great for some users. But we can't know without trying, eh? So, we ready to merge? :D |
This pull request simplifies the code base and migrates the entire network stack to my custom library
EasyNetworkManager
- which was originally inspired by the network stack I made forOpenIris
.Along with migrating the network stack notable changes are:
/wifimanager
to set Wifi credentials. Instead of users having to use the REST API.