-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multihop and Class C #39
Comments
Hi, what do you mean exactly with multi-hop? A mesh network between End Devices, in which each ED can act as a forwarder of messages? Is there any reference protocol you are going to follow to implement this kind of network architecture? |
Yes, a mesh network between EDs where each can act as a forwarder of messages. There are a couple of papers that I'll reference. For more details I'd prefer to email if that is okay. |
Ok, let's move this to email. I'll still keep the issue open to publicly track developments. |
Hey, was the multi-hop capability added? If not, may I offer to help in adding the functionality? |
Hey, can we use multi-hop capability? |
Since there are multiple people that seem to be interested in this, I think you guys should coordinate - feel free to use this issue to do that! To get things started, for instance, I think you could describe more in detail what you want to achieve/simulate. If needed, I can give advice and help a little bit with the design and integration of Multihop functionality. |
Gladly! The goal for me is a LoRa mesh or ad-hoc network. Basically, only a couple of end devices can communicate with the GW, and all of the other end devices acts as a forwarder to the GW. The quickest example I can find is https://nootropicdesign.com/projectlab/2018/10/20/lora-mesh-networking/ |
I think this is a good reference for what we want to achieve. Do you have a more specific design reference that contains the format of the messages that are exchanged between nodes, for instance, or the protocol the nodes follow to decide where to forward? It seems like they rely heavily on RadioHead to get the mesh network working, so we would probably need to replicate part of that codebase. I think there might be some papers in the literature showing proposals for mesh networking in LoRa, unless you want to design some original scheme I think we could use one of those as reference. |
Even if you want to design some original scheme, I'd still recommend replicating a previously research and tested protocol to make sure that you can achieve similar results before implementing an original design. @JovanRamjewan |
I'm finally starting to work towards this. I think I have finished the implementation for Class C devices, but I have someone looking at it before I create a PR to introduce it to the repo. I have a few ideas about implementation, one of them being I'm starting to create a helper class that will set the mac type for the protocol, that way it can be a simple setting to add to the code. I can and will explain more, especially in the PR when it's finished. But adding this class should make it easy for others to add more protocols in the future as well. |
@peggyopal could you share the papers you are working with? |
hi all , i was talking with David about implementing the class c and he mentioned that you (@peggyopal ) are working on it . |
Hi @houssembsir yeah, I actually finished the implementation for Class C over a month ago. |
Sorry @fedefava86 I did write up which papers I was working at, but apparently it didn't send. |
hi @peggyopal , thank you for sharing . i will have a look at your implementation. |
Hi all, I'm curious how this implementation is going I'm interested in this functionality as well and would be happy to help out if needed |
Hi all, I'm Interested (@DvdMgr @peggyopal @fmc5046 @JovanRamjewan @fedepaj ) could anyone please interact with me about this subject, am still also work to enhance Multihop communication in lorawan as the routing part ! |
Not a defect/problem/strange behaviour per se, but I'd like to contribute multi-hop capability to the module.
The text was updated successfully, but these errors were encountered: