Versions Compared

Key

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

To In order to speed up and simplify the end-user application development, LoRaWAN network operators and users can push raw data messages from Nwave parking sensors for further processing at Nwave Cloud services.

Currently, Nwave Cloud provides an ingestion method through the HTTP interface. This is - the simplest way for development and debugging.Nwave provides an HTTP endpoint for the ingestionand most universal API interface type.

The dedicated HTTP endpoint URL is: https://in.lorawan.source.nwave.io/v1/ingest

The endpoint receives only POST requests and requires an authorization token. You can follow this guide to generating generate a token.

The basic request body can contain only required message object fields:

...

Info

received_at ideally must be the real time timestamp of message reception by a LoRaWAN station. This field is used for data analytics. If station reception time is not available (or not precise enough) the LNS broker time reception time shall be used.

...