Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you have requested a response, then an arbitrary number can be added to the id tag of the Note, which allows you to match the response with the original request. When "id" is supplied to a Note, then the response (which comes as the rsp parameter of diagResponse() callback) will contain a matching "id" tag.

NOTE: Responses are expected to be used sparingly, as

...

they work against the spirit of the typical LoRa communications

...

model as well as the core of the Sparrow application design pattern. Responses can be an invaluable tool during the early development of a Sparrow application, but they should be removed (unless critical to the application) before an application

...

is considered ready for production.

Integrating a Custom Sensor into CMake

...