Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downlink Support #8

Open
htdvisser opened this issue Dec 17, 2021 · 0 comments
Open

Downlink Support #8

htdvisser opened this issue Dec 17, 2021 · 0 comments

Comments

@htdvisser
Copy link
Contributor

In the ingest pipeline:

  • Processor: Extract downlink URLs and API key from the webhook headers:
    X-Downlink-Apikey, X-Downlink-Push, X-Downlink-Replace
  • Processor: Store the downlink URLs and API key:
    ${net_id}/${application_id}.${device_id}@${tenant_id}.

Add a downlink pipeline:

  • Input: Define Redis Stream, RabbitMQ topic/queue, MQTT topic for downlinks
  • Processor: De-duplicate
  • Processor: Load the downlink URLs and API key:
    ${net_id}/${application_id}.${device_id}@${tenant_id}
  • Output: http_client

Add a processor pipeline:

  • Input: Same as existing process
  • Processor: If uplink has some specific fport/payload, generate a downlink
  • Output: Downlink stream/topic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant