Skip to content

Commit

Permalink
Strategies README title
Browse files Browse the repository at this point in the history
gioblu committed Mar 13, 2018
1 parent 6078c07 commit 21f4716
Showing 7 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/strategies/Any/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Any

The `Any` strategy includes virtual inheritance and let PJON objects change from a strategy to another after instantiation or a collection of PJON objects with different strategies to be treated agnostically.

1 change: 1 addition & 0 deletions src/strategies/EthernetTCP/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### EthernetTCP

**Medium:** Ethernet port, wired or WiFi

1 change: 1 addition & 0 deletions src/strategies/GlobalUDP/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### GlobalUDP

**Medium:** Ethernet port, wired or WiFi

3 changes: 2 additions & 1 deletion src/strategies/LocalUDP/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### LocalUDP

**Medium:** Ethernet port, wired or WiFi

With the LocalUDP PJON strategy, multiple devices with Ethernet ports can use PJON to communicate with each other on a local subnet, wired or over WiFi or both. Take a look at the [video introduction](https://www.youtube.com/watch?v=cxEUqkK5BQg) for a brief showcase of its features.
With the `LocalUDP` PJON strategy, multiple devices with Ethernet ports can use PJON to communicate with each other on a local subnet, wired or over WiFi or both. Take a look at the [video introduction](https://www.youtube.com/watch?v=cxEUqkK5BQg) for a brief showcase of its features.

#### Why PJON over UDP?
If a cabled or wireless Ethernet network exists, using this to let devices communicate can be easier than to pull new wires or utilize other radio communication modules.
1 change: 1 addition & 0 deletions src/strategies/OverSampling/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### OverSampling

**Media:** Radio, Wire |
**Pins used:** 1 / 2
1 change: 1 addition & 0 deletions src/strategies/SoftwareBitBang/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### SoftwareBitBang

**Medium:** Wire |
**Pins used:** 1 / 2
1 change: 1 addition & 0 deletions src/strategies/ThroughSerial/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### ThroughSerial

**Medium:** Hardware/Software Serial port |
**Pins used:** 1 or 2

0 comments on commit 21f4716

Please sign in to comment.