Changes between Version 23 and Version 24 of wireless/wifi/mesh
- Timestamp:
- 05/14/2026 11:46:13 PM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi/mesh
v23 v24 270 270 = OpenMANET 271 271 272 OpenMANET is an open source mesh project that can be run on the Gateworks SBC with a GW16167 Halow Radio.272 OpenMANET is an open source mesh project that can be run on the Gateworks SBC with a GW16167 Halow 900mhz Radio. 273 273 274 274 MANET stands for mobile ad-hoc network. … … 278 278 Venice OpenMANET Instructions here: [https://openmanet.github.io/docs/hardware/venice] 279 279 280 Download the OpenMANET file here: [https://github.com/OpenMANET/firmware/releases] 281 282 The 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 280 285 Installing is like installing any other OS onto Gateworks SBC, typically through TFTP from within u-boot. 281 286 287 Load 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 289 Boot the Gateworks SBC into u-boot and use the following commands: 290 {{{ 291 setenv serverip 192.168.1.1 292 setenv ipaddr 192.168.1.99 293 setenv image openmanet-1.6.5-venice-mm8108-usb-squashfs-sysupgrade.img.gz 294 run update_all 295 }}} 296 282 297 Once loaded, open up a connected web browser to: http://10.41.254.1/ 298 299 [[Image(openmanet.png,600px)]] 300 301 Use the Wizards section on the left to configure the !HaLow. 302 303 Use eth1 (closest to pushbutton on GW7200) for LAN and eth0 (closest to barrel jack) for WAN. 304 305
