-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: implements webapp for telemetry #59
Conversation
wtf is this for a shit description. just give some example code |
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.
lgtm
Start webserver by starting Telemetry server,
Send text to webserver using send_text with the text and the label.
Send image to webserver using send_image with the image and the label of the image.
display image in html file using websocket-image with the id of the label.
display text in html file using websocket-text with the id of the text.