LoRa/LoRaWAN tutorial 21: OTAA, ABP and LoRaWAN Security

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 23

  • @jithin_isaac
    @jithin_isaac 6 лет назад +21

    In the near future, Your video series will surely become the starting point for anyone who wants to work on lorawan... :)
    Though I've extensively worked on lorawan, many of my doubts have been cleared by watching your videos.. thanks!

    • @Sefton.
      @Sefton. 6 лет назад

      Already has one person entering the field watching!

    • @meghanathreddy875
      @meghanathreddy875 5 лет назад

      since u have worked lot on lorawan
      pls clarify my doubt
      does enddevice can communicate directly with network server,if so wht is the use of using gateway

  • @Toto-cm5ux
    @Toto-cm5ux 2 года назад

    Thank you for my exam !

  • @TheSiddwazz
    @TheSiddwazz 5 лет назад

    Very well described and simply explained procedure for LoRaWAN beginners.

  • @viveksingh-dx2cs
    @viveksingh-dx2cs 4 года назад

    Hi The video tutorials are very well explained, I am new to LoRa, I am exploring if a text file around 200kb can be transferred? Even if in pieces? how much time it will take at 2 km distance at EU bands

  • @xuhuang648
    @xuhuang648 6 лет назад

    Nice video, thank you!

  • @dhanush2060
    @dhanush2060 3 года назад

    How many lora node can communicate with single channel gate way.

  • @CutterCo
    @CutterCo 3 года назад

    If I buy some end device which needs a connection the a specific network server, how does the gateway know which network server to send the message?

    • @Mobilefish
      @Mobilefish  3 года назад

      You specify it yourself. See www.mobilefish.com/download/lora/lora_part28.pdf page 54,55 and 56

    • @CutterCo
      @CutterCo 3 года назад

      @@Mobilefish Ok, at the gateway... I was a little confused about this. So the network server and gateway are paired. That's fine. I was actually curious how the message ends up in the right application server. Does the network server keep a map of the AppKeys and addresses of all application servers in the world or how does it work? Is the mapping updated between network servers? Or can the message travel between network servers until the right application server is found (if it's not found in the first one)? Are there other components in addition/between network servers that handle finding the right application server (sort of routers or name servers)?

  • @jjjulien
    @jjjulien 5 лет назад

    Hi, thank you for the video. I'm not sure to understand. During the video you say that network server can decrypt payload and at the end you write "it's possible to have end-to-end encryption" Does the network server have an access to the LoRa data ?

    • @Mobilefish
      @Mobilefish  5 лет назад

      Read: www.thethingsnetwork.org/forum/t/separation-and-distribution-of-otaa-keys/17225 and www.thethingsnetwork.org/forum/t/where-is-appskey-stored-and-handled/29819/2

  • @MU3LL3S
    @MU3LL3S 3 года назад

    I got a simple questions. Is this code valid for another host/server apart from TTN? Can you use the IDs and Keys from another provider???? Thanks

    • @Mobilefish
      @Mobilefish  3 года назад

      To be honest I do not know. But if I were you I would ONLY use the IDs and keys generated by the other provider.

  • @Teutathis
    @Teutathis 5 лет назад

    If I may ask, Do you know of any publicly available pen testing tools made specifically for LoRaWAN?

    • @Mobilefish
      @Mobilefish  5 лет назад

      Sorry I do not know but if you do please let me know. I am also curious.

  • @meghanathreddy875
    @meghanathreddy875 5 лет назад

    pls clarify my doubt
    does enddevice can communicate directly with network server,if so wht is the use of using gateway

    • @Mobilefish
      @Mobilefish  5 лет назад +1

      An end device does NOT communicate directly with network server.
      An end device communicates with a gateway (thru LoRa radio) and the gateway sends the received data to the network server using an internet connection.
      Note: It is possible to install a network server onto a gateway.
      If you find this confusing. Think of the following:
      Your (4G) mobile phone (= end device) sends data to your mobile operator mast (= gateway) and your mobile operator sends the transmitted data to a server for example (google) (= network server)

  • @edelstoff4802
    @edelstoff4802 5 лет назад

    What does "EUI" mean? I know the meaning, but don't know how it's written. Please help :)
    Great Vid btw. Keep up the work.

    • @Mobilefish
      @Mobilefish  5 лет назад

      EUI = Extended Unique Identifier. A globally unique number.

  • @mahmoudgamal1214
    @mahmoudgamal1214 4 года назад

    What is MIC? and How it is generated?

    • @CutterCo
      @CutterCo 3 года назад

      Correct me if I'm wrong. I'm still learning myself. But I think it goes like this: MIC stands for Message Integrity Code. It tells if the message has been forged or not by some other party. It is calculated from the message with a help of a secret key (AppKey) which only end device and network server know. If you don't know the secret code, you can't end up in the same MIC that end device or network server can calculate. Calculating and verifying MIC prevents e.g. forging the source, destination or the payload of the message.