npmjs.org : @teaghy/mqtt
```typescript import Mqtt from '@teaghy/mqtt'; const host = '127.0.0.1'; const port = 1883; const client = new Mqtt(`ws://${host}:${port}/mqtt`, { clientId: 'iot_' + Math.random().toString(16).substr(2, 8), // clientId: 'HLInitMessages',
Registry
- JSON
- codemeta.json
purl: pkg:npm/%40teaghy/mqtt
License:
Status: removed
Latest release: almost 3 years ago
First release: almost 3 years ago
Namespace: teaghy
Downloads: 7 last month
Last synced: about 1 year ago
Loading...
Readme
Loading...