Skip to content
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

Open
peggyopal opened this issue Sep 26, 2019 · 17 comments
Open

Multihop and Class C #39

peggyopal opened this issue Sep 26, 2019 · 17 comments

Comments

@peggyopal
Copy link
Contributor

Not a defect/problem/strange behaviour per se, but I'd like to contribute multi-hop capability to the module.

@DvdMgr
Copy link
Member

DvdMgr commented Sep 27, 2019

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?

@peggyopal
Copy link
Contributor Author

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.

@DvdMgr
Copy link
Member

DvdMgr commented Sep 30, 2019

Ok, let's move this to email. I'll still keep the issue open to publicly track developments.

@JovanRamjewan
Copy link

Hey, was the multi-hop capability added? If not, may I offer to help in adding the functionality?

@frkngksl
Copy link

frkngksl commented Mar 6, 2020

Hey, can we use multi-hop capability?

@DvdMgr
Copy link
Member

DvdMgr commented Mar 6, 2020

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.

@JovanRamjewan
Copy link

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/

@DvdMgr
Copy link
Member

DvdMgr commented Mar 20, 2020

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.

@peggyopal
Copy link
Contributor Author

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

@peggyopal
Copy link
Contributor Author

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.
SO! @JovanRamjewan have you started implementation yet? Where would you like to communicate about this? Here? Email?

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.

@fedepaj
Copy link

fedepaj commented Apr 11, 2020

@peggyopal could you share the papers you are working with?

@houssembsir
Copy link

hi all , i was talking with David about implementing the class c and he mentioned that you (@peggyopal ) are working on it .
it will be a great help if you can share your implementation.
also im working on application layer for the network server . the goal is to have downlink data from network server not only ACK to evaluate the lorawan network performance on downlink.

@peggyopal
Copy link
Contributor Author

Hi @houssembsir yeah, I actually finished the implementation for Class C over a month ago.
Can be seen here.
I need to do a bit of refactoring and edit the documentation a bit but it works as it stands right now.

@peggyopal
Copy link
Contributor Author

Sorry @fedefava86 I did write up which papers I was working at, but apparently it didn't send.
I'm currently implementing this paper but was also looking at others, such as this paper. If you like I can point you in the direction of other papers I've read as well.

@houssembsir
Copy link

hi @peggyopal , thank you for sharing . i will have a look at your implementation.

@DvdMgr DvdMgr changed the title Multihop Multihop and Class C Jul 21, 2020
@fmc5046
Copy link

fmc5046 commented Feb 17, 2021

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

@SalahEddineElgharbi
Copy link

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants