Skip to content
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

Implement serial-browser bridge sample #5

Open
matiasinsaurralde opened this issue Jan 14, 2021 · 0 comments
Open

Implement serial-browser bridge sample #5

matiasinsaurralde opened this issue Jan 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@matiasinsaurralde
Copy link
Owner

The main idea behind this is to implement a sample with the following characteristics:

  • Main program would implement an HTTP server with Websockets support as well as a very simple HTML page for the client.
  • It should only support a single client.
  • When this client connects, go-mcu (running on the server side) starts a discovery process and finds the NodeMCU-enabled device.
  • If the initial synchronization step (Sync) succeeds on the server side, a device_connected event is sent to the client.
  • The client is now able to interact with the device through WS, e.g. query hwinfo, etc.

Most of the experimentation will be done here until it lands on the main go-mcu repo.

@matiasinsaurralde matiasinsaurralde added the enhancement New feature or request label Jan 14, 2021
@matiasinsaurralde matiasinsaurralde self-assigned this Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant