mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
Merge pull request #213 from bettse/master
Add homebrew details to blueshark manual
This commit is contained in:
commit
e1d6d3eeb9
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,8 @@ Built-in battery can support standalone mode, off-line sniffing, off-line readin
|
||||||
|
|
||||||
### 4. COMPILATION / FLASHING
|
### 4. COMPILATION / FLASHING
|
||||||
|
|
||||||
|
#### From Source
|
||||||
|
|
||||||
Please download the latest source code from Rfid Research Group's Github repo:
|
Please download the latest source code from Rfid Research Group's Github repo:
|
||||||
https://github.com/RfidResearchGroup/proxmark3
|
https://github.com/RfidResearchGroup/proxmark3
|
||||||
|
|
||||||
|
@ -58,6 +60,12 @@ To compile the client and firmware with FPC support, the easiest way is to
|
||||||
You are now ready to run the client with the serial port you got from your BT device on your laptop etc.
|
You are now ready to run the client with the serial port you got from your BT device on your laptop etc.
|
||||||
See instructions below.
|
See instructions below.
|
||||||
|
|
||||||
|
#### Homebrew (macOS)
|
||||||
|
From the [homebrew-proxmark3 readme](https://github.com/RfidResearchGroup/homebrew-proxmark3)
|
||||||
|
|
||||||
|
1. `brew tap rfidresearchgroup/proxmark3`
|
||||||
|
2. `brew install --with-blueshark proxmark3`
|
||||||
|
|
||||||
### 5. CONNECT WITH BLUETOOTH
|
### 5. CONNECT WITH BLUETOOTH
|
||||||
|
|
||||||
You can have both USB cable connect and BT active at the same time and connect to either serial port.
|
You can have both USB cable connect and BT active at the same time and connect to either serial port.
|
||||||
|
|
Loading…
Reference in a new issue