Replies: 3 comments 14 replies
-
You need to implement the protocol on your own. This library is just sending and receiving raw messages. |
Beta Was this translation helpful? Give feedback.
10 replies
-
I am trying, to make Lora comunication for agriculture, 1 message per 3-5
min
…On Thu, Nov 4, 2021, 3:59 PM IoTThinks.com ***@***.***> wrote:
@IoTThinks <https://github.com/IoTThinks> what are you talking about?
This library will support multiple devices no problem.
@DEAD-GOST <https://github.com/DEAD-GOST> Because this library is very
low level and only send raw packets it's up to you to implement your own
addressing system. The LoRaDuplexCallback example shows this in a very
basic way where the first byte of each packet is the destination, the
next is the source and the rest is the data packet. The receiving side
can then parse this packet to determine where it is destined.
So, how many devices can it handle
How many nodes do you have?
And how frequent do you want to send the messages? E.g: 1 message /
minute...
I love to start everything simple first especially at small scale.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#528 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJW7CNUXKTA3UPQP4ZZSLL3UKJOATANCNFSM5HIOCWCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Actually, what if we are targeting a small-small section of farm, like filling up, or when it is over flow |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this Compitable with 1 Receiver and multiple transmitters.
I mean will the message won't collide. or I have to implement the Network Protocol myself
Beta Was this translation helpful? Give feedback.
All reactions