Skip to content

Create a simple implementation for websockets #2

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

Closed
fhessel opened this issue Dec 19, 2017 · 1 comment
Closed

Create a simple implementation for websockets #2

fhessel opened this issue Dec 19, 2017 · 1 comment
Assignees
Labels

Comments

@fhessel
Copy link
Owner

fhessel commented Dec 19, 2017

The server should support websockets to allow browser-based APIs to adjust values in a streaming manner without interruptions due to resource resolving etc.
This could be used to control outputs of the ESP32 in real time, e.g. a PWM-enabled pin or to stream readings from the ADC to the application without big overhead.

A possible way of implementation could be to create a new type of callback function, that is not called just once to handle a specific request, but several times during each call of the HTTPSServer's loop() function.

@fhessel
Copy link
Owner Author

fhessel commented Sep 5, 2018

Duplicate of #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant