Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 447 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 447 Bytes

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