LoRa & Basic Ingest

0

I'm just now learning about the Basic Ingest feature which could be a great fit for our use case. We're interested primarily in LoRa Device -> Gateway -> AWS Wireless -> Basic Ingest -> Rule -> 3rd Party Application

Where we're interested in getting the Lora encoded messages into the 3rd party application as quickly and cheaply as possible. Even considering doing the Lora payload decoding outside of AWS too.

Basic Ingest seems to be a nice fit, but it's not clear how to properly utilize for Lora devices in AWS.
For example, non-Lora devices allow you to specify the topic at the device level. Whereas Lora devices do not.

Also, Lora Wireless Destinations are not clear on whether to specify the basic ingest topic (which calls the rule using $aws/rules/basic_ingest_rule OR to call a rule directly? I understand Basic Ingest is about bypassing the message broker to call rules directly, but which is the correct method?

Should I use:

Enter a rule name Enter the name of the rule or a rule/topic that will process the messages sent to this destination. (where the basic_ingest_rulerule is selected)

or

Publish to AWS IoT Core message broker If you need a publish/subscribe broker to distribute messages to multiple subscribers (where the topic is $aws/rules/basic_ingest_rule)

질문됨 2년 전270회 조회
1개 답변
0
수락된 답변

Hi. Unfortunately Basic Ingest does not apply to LoRaWAN messages. Per the documentation: https://docs.aws.amazon.com/iot/latest/developerguide/iot-basic-ingest.html

Basic Ingest optimizes data flow by removing the publish/subscribe message broker from the ingestion path, making it more cost effective.

The publish/subscribe message broker it not normally involved in LoRaWAN message ingestion, hence there is nothing for basic ingest to remove.

For the destination, to optimize for cost, you should use a rule as in the destination. You can use the rule to send the base64 encoded binary payload directly onto another service; you are not obligated to first decode it with a Lambda.

profile pictureAWS
전문가
Greg_B
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠