You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
I am working on a project where I have to build a mesh (ad-hoc network). I have few Beaglebone Black Wireless for that but I'm a newbie in the BBBW world. However I cannot set the board to IBSS mode; I get "Operation not supported (-95)" error. BATMAN and BABEL do not work if I just set the mode to 'mesh'. I believe there would be some way to enable the IBSS mode. I'm using
Debian9.52018-10-074GB SDIoT image.
drhun...@gmail.com
unread,
Jan 24, 2019, 12:17:22 PM1/24/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
There is no support for ad-hoc mode in the wl18xx driver. It was dropped several years ago.
Iain
M I Syed
unread,
Jan 24, 2019, 12:32:58 PM1/24/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Thanks for the reply. I believe there would be some other driver that supports ad-hoc mode?
Iain Hunter
unread,
Jan 25, 2019, 6:57:01 AM1/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
There is no support in the Wl18xx Wi-Fi device on the BBBW, neither in
the Linux driver nor the actual device firmware.
If you want ad-hoc you would need to use a USB dongle with a Wi-Fi
that does support ad-hoc, but then you might as well use a BBB for
that.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Thanks a lot for your kind reply. I will have a look
don_wrt
unread,
Jan 26, 2019, 5:43:28 AM1/26/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Hello Lain,
ad-hoc is point-to-point conn. routing and some other things are on the top of the this connections. It is needed process such a BATMAN for routing packet over multiple hops running top of this ad-hoc conn. If I am not wrong BATMAN can work on the BBBW. So, does this mean that BBBW support ad-hoc mode? or, BATMAN may work on the BBBW without need of ad-hoc?