mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
add supported connection methods to readme
This commit is contained in:
parent
c7d604eea9
commit
b6f5618882
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,15 @@ This library can be used in a Web Browser to connect to MeshCore Companion devic
|
|||
|
||||
It can also be used in NodeJS to connect to MeshCore Companion devices over TCP/WiFi or USB Serial.
|
||||
|
||||
## Supported Connection Methods
|
||||
|
||||
- Web Browser
|
||||
- BLE: [BleConnection](./src/connection/ble_connection.js)
|
||||
- USB/Serial: [WebSerialConnection](./src/connection/web_serial_connection.js)
|
||||
- NodeJS
|
||||
- TCP/WiFi: [TCPConnection](./src/connection/tcp_connection.js)
|
||||
- USB/Serial: [NodeJSSerialConnection](./src/connection/nodejs_serial_connection.js)
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue