Atos-Research-and-Innovation / IoTagent-LoRaWAN

FIWARE IoT Agent for LoRaWAN protocol (with CayenneLpp and CBOR data models)
https://fiware-lorawan.readthedocs.io/en/latest/
Other
34 stars 40 forks source link

Support for SOUTHBOUND traffic in LORaWAN #110

Open Anjali-NEC opened 3 years ago

Anjali-NEC commented 3 years ago

Hi @chicco785 @jason-fox @taliaga @roberto-castillo @fgalan

As per my understanding of the code there is no SOUTHBOUND supported in LoRaWAN. (Sending measures from Orion to LoRaWAN)

Please confirm my above understanding.

jason-fox commented 3 years ago

That is also my understanding of the current status. There are three classes of LoRaWAN devices. Actuation is only available on class B devices and class B comms are not supported yet.

chicco785 commented 3 years ago

confirm, the code allows only to receive notifications from mqtt queues of a lorawan server

fgalan commented 3 years ago

As per my understanding of the code there is no SOUTHBOUND supported in LoRaWAN. (Sending measures from Orion to LoRaWAN)

Not sure if I'm understanding this correctly....

Do you mean that current version (as in master branch) of LoRaWAN agent is not able to send context updates to Context Broker?

jason-fox commented 3 years ago

Other way round @fgalan - measures into the South Port are supported, South Bound actuations are not.

fgalan commented 3 years ago

Other way round @fgalan - measures into the South Port are supported, South Bound actuations are not.

Ok. I haven't cached that subtle detail... port vs bound ;)

Thanks!

chandradeep11 commented 3 years ago

@jason-fox @chicco785 @fgalan Hi, Is there any plan to make support of southbound in IoT agent LoRaWAN

fgalan commented 3 years ago

Is there any plan to make support of southbound in IoT agent LoRaWAN

I'm not in charge of this agent :) so I'll let others to tell.

amitrnec commented 1 year ago

Hi @jason-fox @chicco785 Currently we are integrating IoT agent LoRaWAN with Scorpio Broker so as per our understanding southbound is not supported. Is there any plan to make support of southbound in IoT agent LoRaWAN ?

Thanks.

chicco785 commented 1 year ago

@amitrnec I am not more active on project. Said that, former colleagues at Martel, may do some work on the agent if relevant for their business. cc @Cerfoglg @c0c0n3

amitrnec commented 1 year ago

Hi @Cerfoglg @c0c0n3 Is there any plan to make support of southbound in IoT agent LoRaWAN ?

Thanks.

c0c0n3 commented 1 year ago

Hi @amitrnec :-)

Thank you for bringing this up again. We do recognise the need and value of this feature. Issuing commands to devices should definitely be implemented at some point in time. Unfortunately, I'm not able to say when. As you know, Martel is a staunch open source supporter and prolific contributor, but, at the moment, as much as we'd love to, we're in no position to develop this feature. As usual though, we welcome contributions from the community...