Skip to content

Commit 949ad5a

Browse files
committed
Update README.md
1 parent 89e4622 commit 949ad5a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A BTLE (Bluetooth Low energy)/BT4.0 radio packet sniffer/scanner and sender ( bu
77

88
## Nov. 2015: BTLE packet sniffer/scanner btle_rx works! Support HACKRF currently. Usage:
99

10-
btle_rx -c chan -g gain -a access_addr -k crc_init -v
10+
btle_rx -c chan -g gain -a access_addr -k crc_init -v -r
1111

1212
chan: Channel number. Default value 37 (one of ADV chan). Valid value 0~39 (all ADV and DATA chan).
1313

@@ -17,7 +17,9 @@ access_addr: Access address. Default 8e89bed6 for ADV channel 37 38 39.
1717

1818
crc_init: Default 555555 for ADV channel. You should specify correct value for data channel according to captured connection setup procedure.
1919

20-
-v: verbose mode
20+
-v: Verbose mode. Print more information when there is error
21+
22+
-r: Raw mode. After access addr is detected, print out following raw 42 bytes (without descrambling, parsing)
2123

2224
**ATTENTION**: To support fast/realtime sender and scanner/sniffer, I have changed:
2325

@@ -142,7 +144,7 @@ You will see a device named as "CA1308 11950 22.626 113.823 8" in your LightBlue
142144

143145
# 3. btle_rx Usage
144146

145-
btle_rx -c chan -g gain -a access_addr -k crc_init -v
147+
btle_rx -c chan -g gain -a access_addr -k crc_init -v -r
146148

147149
chan: Channel number. Default value 37 (one of ADV chan). Valid value 0~39 (all ADV and DATA chan).
148150

@@ -152,7 +154,10 @@ access_addr: Access address. Default 8e89bed6 for ADV channel 37 38 39.
152154

153155
crc_init: Default 555555 for ADV channel. You should specify correct value for data channel according to captured connection setup procedure.
154156

155-
-v: verbose mode
157+
-v: Verbose mode. Print more information when there is error
158+
159+
-r: Raw mode. After access addr is detected, print out following raw 42 bytes (without descrambling, parsing)
160+
156161

157162
# Appendix: Packet descriptor examples of btle_tx for all formats:
158163

0 commit comments

Comments
 (0)