-
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
How to integrate a new model #162
Comments
From the top of my head, here are some of the things you will probably need to do:
Please be more specific with your question. |
@non-det-alle I plan to extend the functionality of this module to classBLorawanEndDevice also, for the same I need to know the steps and places where I need to make changes to integrate the classBLorawanEndDevice class in the module. The steps I think of using are: adding the file for class-b-lorawan-end-device.cc and .h file in models folder
Modify lorawan-mac-helper.h and .cc file to include classBLorawanEndDevice using
Implementing a new install method in lorawan-mac-helper.cc
Add a line to lorawan-phy-helper.h for supporting the new class
implement new setDeviceType in lorawan-phy-helper.cc
build the project Please help me and correct the steps which you feel are wrong and where you feel I am doing it incorreclty and suggest the correct way |
I have worked on drafting a code for classBEndDeviceLorawanMac and an example script to test that, but I need certain instructions on how to integrate it with the module and run it, can someone please guide?
Specifications
The text was updated successfully, but these errors were encountered: