Skip to content

Commit

Permalink
Additional notes about Etherport and Etherport-client per @soundanalo…
Browse files Browse the repository at this point in the history
…gous review

Signed-off-by: Rick Waldron <[email protected]>
  • Loading branch information
rwaldron committed Apr 4, 2017
1 parent 3d45157 commit 691487b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ board.on("ready", () => {

#### With an Etherport object:

[Etherport](https://github.com/rwaldron/etherport) is a TCP server that can be used with [StandardFirmataEthernet](https://github.com/firmata/arduino/tree/master/examples/StandardFirmataEthernet) or [StandardFirmataWiFi](https://github.com/firmata/arduino/tree/master/examples/StandardFirmataWiFi) when configured as a TCP client (StandardFirmataEthernet can currently only be configured as a TCP client). There is also [etherport-client](https://github.com/mwittig/etherport-client) which is a TCP client that can be used with StandardFirmataWiFi when configured as a TCP server.


```js
var Etherport = require("etherport");
var Board = require("firmata");
Expand Down

0 comments on commit 691487b

Please sign in to comment.