espressif/adf_event_hub

0.5.0~1

Latest
uploaded 6 hours ago
ADF domain-scoped publish-subscribe event hub with queue and callback delivery modes

changelog

# Changelog

## v0.5.0~1

### Changes

- Added Component Registry badge to README.md and README_CN.md

## v0.5.0

### Features

- Initial version of `adf_event_hub`
- Domain-scoped publish/subscribe event hub with queue and callback delivery modes
- Subscription filtering by event id set or ANY_ID wildcard
- Thread-safe module (internal mutex); callback delivery runs in the publisher task; queue mode uses caller-provided FreeRTOS queues with `adf_event_hub_delivery_done()` for shared payload lifetime

Links

Supports all targets

License: Custom

To add this component to your project, run:

idf.py add-dependency "espressif/adf_event_hub^0.5.0~1"

download archive

Stats

  • Archive size
    Archive size ~ 90.21 KB
  • Downloaded in total
    Downloaded in total 6 times
  • Weekly Downloads Weekly Downloads (All Versions)
  • Downloaded this version
    This version: 0 times

Badge

espressif/adf_event_hub version: 0.5.0~1
|