Skip to content

Commit 997c089

Browse files
committed
docs: 📝 update readme
1 parent 8fae727 commit 997c089

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ Built for headless servers (NAS boxes, Intel NUCs, etc.) where typing WiFi passw
99
```mermaid
1010
flowchart LR
1111
subgraph Flipper Zero
12-
A1[Manual Entry] --> A[InfraFi App]
13-
A2[NFC Tag Scan] --> A
14-
A3[Saved Networks] --> A
12+
A[InfraFi App]
13+
A1[Manual Entry]
14+
A2[NFC Tag Scan]
15+
A3[Saved Networks]
16+
A1 --> A
17+
A2 --> A
18+
A3 --> A
1519
end
1620
1721
subgraph Linux Server
18-
B1[LIRC RX] --> B[infrafid daemon] --> B2[WiFi Connect]
22+
B[infrafid daemon]
23+
B1["IR RX (/dev/lirc0)"]
24+
B2[WiFi Connect]
25+
B3["IR TX (ACK)"]
26+
B1 --> B --> B2
27+
B -.-> B3
1928
end
2029
21-
A -- IR RC-6 36kHz --> B1
30+
A -- "IR (RC-6, 36kHz)" --> B1
31+
B3 -. "ACK (OK/FAIL)" .-> A
2232
```
2333

2434
The Flipper encodes WiFi credentials as a sequence of **RC-6 IR messages** and blasts them at the server's CIR (Consumer IR) receiver. The `infrafid` daemon decodes the transmission and connects to the network automatically. No pairing, no Bluetooth, no network required — just line-of-sight IR.

0 commit comments

Comments
 (0)