ESPUSB - Chat about the software components

User avatar
By timg11
#93652 The espusb code provides a nice websockets interface that is suitable for a browser interaction, but not scriptable as far as I can tell.

I'm looking for a way to send a keycode from a script. Using curl would be fine, or I can even directly send a UDP packet.

I'm trying to decipher the message forma required by the issue() function to send a keyboard keypress.

I've started a thread on the espusb github issues page

If anyone has successfully scripted the espusb, please post here or there.
User avatar
By timg11
#93659 @rpiloverbd, my goal is to provide a replacement Wake on LAN for a system where the WOL function no longer works. The system is still able to wake on Keyboard, so I want to send a key to wake it. I need to send the wake command from a shell script, not a manual interaction. Both the original development by @cnlohr on github and the video you linked demonstrate a manual operation. BTW, the youtube poster omri says a link to the code was posted, but I don't find it.