An open API service indexing awesome lists of open source software.

https://github.com/mastashake08/web-iot

A pure Javascript library for working with IoT devices. Uses the Web Bluetooth, Web Serial, Web USB and Web NFC
https://github.com/mastashake08/web-iot

web-bluetooth web-nfc web-serial-api web-usb

Last synced: 5 days ago
JSON representation

A pure Javascript library for working with IoT devices. Uses the Web Bluetooth, Web Serial, Web USB and Web NFC

Awesome Lists containing this project

README

          

## WebIOT
Connect to and interact with your IoT devices over a variety of connections including:
- Serial
- USB
- Serial
- NFC
- More coming!

## Usage
### Installation
```
npm install @mastashake08/web-iot
```
### Usage Via Serial
```
import { SerialManager } from '@mastashake08/web-iot'

const sm = new SerialManager();

// get ports
sm.getPorts()
```

### Usage Via USB

### Usage Via Bluetooth

### Usage Via NFC

## Contributing

## Support