bhomssi / LoRaMatlab

LoRa Modulation and Coding Scheme Simulator on Matlab
40 stars 13 forks source link

LoRa Version #2

Open MariamEmad11 opened 1 year ago

MariamEmad11 commented 1 year ago

Which version of LoRa we work with in this code?

bhomssi commented 1 year ago

Not sure what you mean by version?

Get Outlook for iOShttps://aka.ms/o0ukef


From: Mariam Emad @.> Sent: Wednesday, April 5, 2023 5:26:48 AM To: bhomssi/LoRaMatlab @.> Cc: Subscribed @.***> Subject: [bhomssi/LoRaMatlab] LoRa Version (Issue #2)

Which version of LoRa we work with in this code?

— Reply to this email directly, view it on GitHubhttps://github.com/bhomssi/LoRaMatlab/issues/2, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMRHQVEPBAIB5RHGGGVT3YLW7RYXRANCNFSM6AAAAAAWTEKDJ4. You are receiving this because you are subscribed to this thread.Message ID: @.***>

MariamEmad11 commented 1 year ago

LoRaWAN protocol versions like v 1.1, v 1.0.4, or what version you worked with?

bhomssi commented 1 year ago

Mariam, this emulator is only for the physical layer, it does not have the mac layer stack, so it doesnt include lorawan, that is up to you to add. Ot only has the lora modulation and coding scheme, the mac layer (lorawan) is added on top.

Hope this is helpful

Bassel

Get Outlook for iOShttps://aka.ms/o0ukef


From: Mariam Emad @.> Sent: Tuesday, April 11, 2023 7:11:35 PM To: bhomssi/LoRaMatlab @.> Cc: Bassel Al Homsi @.>; Comment @.> Subject: Re: [bhomssi/LoRaMatlab] LoRa Version (Issue #2)

LoRaWAN protocol versions like v 1.1, v 1.0.4, or what version you worked with?

— Reply to this email directly, view it on GitHubhttps://github.com/bhomssi/LoRaMatlab/issues/2#issuecomment-1502962410, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMRHQVEYTTK56EBLL77ITELXAUN4PANCNFSM6AAAAAAWTEKDJ4. You are receiving this because you commented.Message ID: @.***>

MariamEmad11 commented 1 year ago

Thank you for the explanation