[Question] best way to connect from smart watch #596
Closed
drunkscientist
started this conversation in
Questions
Replies: 1 comment 2 replies
-
in 2.1 the telnet is the way to go for remote app Currently only file upload need http which is not necessary fo you if just monitoring/control |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so im writing an app for the TTGO-watch, as discussed here, and im trying to decide the best way to get data from the printer to the watch. opening a telnet connection might be fine while the user is staring at their wrist, but for basic status updates im wondering if it would be more efficient to use the webUI somehow? just have the watch pull data from a url whenever the display turns on(is there an api?)? websockets? im very new to the 'networking' part of programming so im quite unsure. my first goal is get some connection and display the printers status on the watch, eventually i would like to be able to send custom serial commands, possibly leverage the macros from the webUI
Beta Was this translation helpful? Give feedback.
All reactions