mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
f2e22d63c9
Thanks to aspell and languagetool. Hand picked from these, there are too many strange things in the English language to be perfectly syntactical.
676 B
676 B
id | title | sidebar_label |
---|---|---|
events | Subscribing to device events | Events |
Preface
The event system that the library uses is provided by RxJS, this is the fundamental way in which to interact with devices and the mesh network.
:::tip Full guide to using RxJS is available at rxjs.dev :::
... :::info Many of the packet types that the device is designed to send are automatically processed and decoded for you in their own event stream :::