Jade Mattsson
Jade Mattsson
### Missing feature Espressif's web server component also provides support for WebSockets. This is currently not exposed via the `httpd` module. ### Justification Websockets can provide a far more responsive...
- [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well (if not,...
- [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well (if not,...
Follow-up to the mighty #719. The original NodeMCU authors suspended active contributions to this project in summer 2015 and transferred the responsibility for the support and maintenance of the project...
- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...
Fixes #3648. - [x] This PR is for the `dev-esp32` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well...
- [x] This PR is for the `dev-esp32` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well (if not,...
A small module to interface with the mDNS support on the IDF. This allows an ESP32 device to become discoverable on the network easily, as well as find other devices/services...