Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qrp73 committed Jul 14, 2024
1 parent aae9873 commit 86feb41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@ Simulate device bootloader, can be used for testing and analyze firmware updater
Where ```/dev/ttyUSB1``` is a name of serial port which is used for UV-K5 device simulation.


## Protocol sniffer mode

```
$ ./k5tool -sniffer
```

Can be used for diagnostic purpose. In this mode the tool don't sends anything, just monitor for packets on RxD line in a loop and prints decrypted packets to console.


## Parse hex data

```
Expand Down

0 comments on commit 86feb41

Please sign in to comment.