You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tutorial shows us how to implement a Solokey extension where we can exchange "ping" and "pong" messages.
So far, I was able to implement, build, and upload the updated firmware to my Solokey.
However, the document doesn't mention how to send messages to Solokey.
I didn't find any issues and documents in this repo that provides instructions on how to do this.
Can anyone help me with this?
I'd be happy to update the documentation if I've managed to send the messages :)
Thanks!
The text was updated successfully, but these errors were encountered:
solo key ping --help
Usage: solo key ping [OPTIONS]
Send ping command to key
Options:
-s, --serial TEXT Serial number of Solo to use
--udp Communicate over UDP with software key
--ping-data TEXT Data to send (default: pong)
--help Show this message and exit.
solo key ping --ping-data hello
ping returned: b'hello'
took 7 ms
Hello,
This tutorial shows us how to implement a Solokey extension where we can exchange "ping" and "pong" messages.
So far, I was able to implement, build, and upload the updated firmware to my Solokey.
However, the document doesn't mention how to send messages to Solokey.
I didn't find any issues and documents in this repo that provides instructions on how to do this.
Can anyone help me with this?
I'd be happy to update the documentation if I've managed to send the messages :)
Thanks!
The text was updated successfully, but these errors were encountered: