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
- Host: GitHub
- URL: https://github.com/mastashake08/web-iot
- Owner: mastashake08
- License: mit
- Created: 2023-02-24T23:01:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T18:38:38.000Z (over 2 years ago)
- Last Synced: 2025-11-23T10:00:01.041Z (7 months ago)
- Topics: web-bluetooth, web-nfc, web-serial-api, web-usb
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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