meshtastic/docs/software/js/events.md

41 lines
676 B
Markdown
Raw Normal View History

2021-04-01 17:34:44 -07:00
---
id: events
title: Subscribing to device events
sidebar_label: 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.
2021-04-01 17:34:44 -07:00
:::tip
Full guide to using RxJS is available at [rxjs.dev](https://rxjs.dev/guide/overview)
2021-04-01 17:34:44 -07:00
:::
...
:::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
2021-04-01 17:34:44 -07:00
:::
## Events
### Heartbeat
### Device Status
### Device Translation
2021-04-01 17:34:44 -07:00
### From Radio
### Data Packet
### My Node Info
### Radio Config
### Node Packet
### Position Packet
### Text Packet