GithubHelp home page GithubHelp logo

Comments (8)

gerfen avatar gerfen commented on May 31, 2024 1

@levalencia Here is my understanding of those names:

deveui - is an ID in the IEEE EUI64 address space used to identify a device
fcnt - is the frame counter
gtwid - is the gateway ID

Perhaps someone from the project team can confirm when it's convenient? :)

from iotedge-lorawan-starterkit.

ronniesa avatar ronniesa commented on May 31, 2024

Hi,
Redis is used for the following functionality:

  • in a mulligatawny scenario to coordinate who will send the downstream join, down msg or ack.
  • for message deduplication strategy. We don't send the message to redis but with the deveui, fcnt and gtwid we can detect if the message was already processed by another gateway.
  • we also cache some twins data to avoid the throttling of the device registry in very large deployments.

Hope this helps

from iotedge-lorawan-starterkit.

levalencia avatar levalencia commented on May 31, 2024

so If I leave the redis connection string empty, it wont hurt?

as I am doing a PoC, I will only have one field gateway

from iotedge-lorawan-starterkit.

ronniesa avatar ronniesa commented on May 31, 2024

Unfortunately currently it is not possible to run the kit without redis.

from iotedge-lorawan-starterkit.

levalencia avatar levalencia commented on May 31, 2024

can you please let me know what this means:

deveui, fcnt and gtwid

thanks in advance

from iotedge-lorawan-starterkit.

Mandur avatar Mandur commented on May 31, 2024

FYI, I investigated the requirements to remove the Redis Cache dependency in case of single gateway and that would take substantial time to properly test the stability of the system. Additionally if we really want to support it we would need to include this configuration in our E2E tests, that would require even more work. For now I will park this and we might revisit the suggestion when we have more time

from iotedge-lorawan-starterkit.

levalencia avatar levalencia commented on May 31, 2024

thanks, dont worry not urgent.
I added a 2nd gateway in my PoC for better testing and I will use redis as well.

from iotedge-lorawan-starterkit.

Mandur avatar Mandur commented on May 31, 2024

I will close this issue, feel free to reopen if you have more questions on Redis

from iotedge-lorawan-starterkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.