LoRaWAN module installation issues

34 views
Skip to first unread message

Maryum Hina

unread,
May 25, 2024, 9:31:52 AMMay 25
to ns-3-users
Hi,
 I am having trouble with installing LoRaWAN module in ns-3-dev . 
Same error for NS-3.40.

complete steps i followed are attached. 

Thank you in advance
LoRaWAN_Error.txt

Tom Henderson

unread,
May 25, 2024, 10:40:33 AMMay 25
to ns-3-...@googlegroups.com
lorawan 0.3.1 is compatible with ns-3.41 (not ns-3.40). I don't know
whether a version exists that is compatible with ns-3.40 You may have a
mismatch in the branches of code that you are using.

I just tried the following and it works for me:

git clone https://gitlab.com/nsnam/ns-3-dev.git
cd ns-3-dev
git checkout -b ns-3.41-release ns-3.41
cd contrib
git clone https://github.com/signetlabdei/lorawan.git
cd lorawan/
git checkout -b v0.3.1-release v0.3.1
cd ../../
./ns3 configure --enable-examples --enable-tests
./ns3 build
.
> --
> Posting to this group should follow these guidelines
> https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
> <https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting>
> ---
> You received this message because you are subscribed to the Google
> Groups "ns-3-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ns-3-users+...@googlegroups.com
> <mailto:ns-3-users+...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ns-3-users/8a743d84-805e-4a95-a650-d6157256041an%40googlegroups.com <https://groups.google.com/d/msgid/ns-3-users/8a743d84-805e-4a95-a650-d6157256041an%40googlegroups.com?utm_medium=email&utm_source=footer>.

Message has been deleted

Maryum Hina

unread,
May 26, 2024, 8:35:41 PMMay 26
to ns-3-users
Thanks a bundle. It worked now.
Reply all
Reply to author
Forward
0 new messages