Changes between Version 23 and Version 24 of wireless/wifi/mesh


Ignore:
Timestamp:
05/14/2026 11:46:13 PM (4 hours ago)
Author:
Ryan Erb
Comment:

add more info and screenshot for openmanet

Legend:

Unmodified
Added
Removed
Modified
  • wireless/wifi/mesh

    v23 v24  
    270270= OpenMANET
    271271
    272 OpenMANET is an open source mesh project that can be run on the Gateworks SBC with a GW16167 Halow Radio.
     272OpenMANET is an open source mesh project that can be run on the Gateworks SBC with a GW16167 Halow 900mhz Radio.
    273273
    274274MANET stands for mobile ad-hoc network.
     
    278278Venice OpenMANET Instructions here: [https://openmanet.github.io/docs/hardware/venice]
    279279
     280Download the OpenMANET file here: [https://github.com/OpenMANET/firmware/releases]
     281
     282The file to use (at the time of writing this article) is with the Venice name:
     283[https://github.com/OpenMANET/firmware/releases/download/1.6.5/openmanet-1.6.5-venice-mm8108-usb-squashfs-sysupgrade.img.gz]
     284
    280285Installing is like installing any other OS onto Gateworks SBC, typically through TFTP from within u-boot.
    281286
     287Load the openmanet-1.6.5-venice-mm8108-usb-squashfs-sysupgrade.img.gz file onto a TFTP server on a local network accessible by the Gateworks SBC.
     288
     289Boot the Gateworks SBC into u-boot and use the following commands:
     290{{{
     291setenv serverip 192.168.1.1
     292setenv ipaddr 192.168.1.99
     293setenv image openmanet-1.6.5-venice-mm8108-usb-squashfs-sysupgrade.img.gz
     294run update_all
     295}}}
     296
    282297Once loaded, open up a connected web browser to: http://10.41.254.1/
     298
     299[[Image(openmanet.png,600px)]]
     300
     301Use the Wizards section on the left to configure the !HaLow.
     302
     303Use eth1 (closest to pushbutton on GW7200) for LAN and eth0 (closest to barrel jack) for WAN.
     304
     305