Skip to content

Commit 27a4d6e

Browse files
authored
Update README.md
1 parent aa2c715 commit 27a4d6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ Some information for the commonly used fields in `configuration.json`. Variables
3232
|`os_ip_address`| Operator-side (`os`) IP, that is, the IP of the computer running this program.|
3333
|`clutch_virtual_key_code`| The key which will be used to emulate the clutch, as a Windows [Virtual-Key Code](https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes) |
3434
|`additional_virtual_key_codes`| A list of additional keys that can be used for arbitrary purposes on the receiving end, as Windows [Virtual-Key Codes](https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes)|
35+
36+
## Protocol V3
37+
38+
Example sender C++-like (pseudo)code.
39+
40+
https://github.com/SmartArmStack/smart_arm_master_windows/blob/aa2c715573a0e3aed9ae458666828cbf4965b85e/protocol_v3_example.cpp#L1-L75

0 commit comments

Comments
 (0)