-
Notifications
You must be signed in to change notification settings - Fork 178
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
Can i add RF network at this Gateway? #201
Comments
Just implement SensorNetAddress and SensorNetwork classes in src/Linux/NRF24L01 directory as same as src/Linux/udp/SensorNetwork.cpp and SensorNetwork.h. |
So i just create new Folder for src/Linux/NRF24L01 and copy SensorNetwork.cpp and SensorNetwork.h from src/Linux/udp,is that right? Then what should i do so this gateway can run RF network or i mean what should i change in that file so this gateway can recognize RF Network?? I'm new for this please help me Sir thank You Sir |
Implement SensorNetworkAddress and SensorNetwork classes for your network
devise by yourself.
2020年5月9日(土) 23:18 Kevin <notifications@github.com>:
… So i just create new Folder for src/Linux/NRF24L01 and copy
SensorNetwork.cpp and SensorNetwork.h from src/Linux/udp,is that right?
Then what should i do so this gateway can run RF network or i mean what
should i change in that file so this gateway can recognize RF Network?? I'm
new for this please help me Sir
thank You Sir
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#201 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3X2BD4MJX6DMMVJIKRVWLRQVQ2FANCNFSM4M4PEYPA>
.
|
Okay Sir Thank you |
I want to use arduino nano + NRF24L01 as a MQTT-SN client just like this git https://github.com/bittailor/BtMqttSn
And then this git as my gateway, but there is some problem because i use RF network and in this git just have Xbee and UDP network, so can i add RF network to this gateway? If i can, then what should i do? And what should i changer or add??
The text was updated successfully, but these errors were encountered: