Difference between revisions of "Local APs"

From Kandos Digital Embassy
Jump to: navigation, search
(AP)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== NanoStation M5 ==  
+
== Platform ==  
 +
=== Picostation M2HP ===
 +
[http://wiki.ubnt.com/Firmware_Recovery firmware recovery]
 +
* crimping CAT5 (should use Foil Twisted Pair to earth Ubiquiti device when outside)
 +
[[File:cat5_color.gif]]
  
[https://www.youtube.com/watch?v=40gRLL2B6Vs setting up AP]
 
  
== Platform ==
 
  
* [http://www.ebay.com.au/itm/Raspberry-Pi-Ultimate-Package-RasPi-ModB-Plus-XBMC-Case-Remote-WIFI-Power-/281462933436?pt=AU_Components&hash=item41887f87bc Raspberry Pi Kit complete] (AU$113)
 
* [http://www.ebay.com.au/itm/Raspberry-Pi-8GB-Official-SD-Card-HDMI-WiFi-Remote-Power-Elegant-Case-/221572765545?pt=AU_comp_dekstop&hash=item3396c41769 or slightly different case] (AU$108)
 
* or [http://www.ebay.com.au/itm/Raspberry-Pi-16GB-microSDHC-Wireless-N-WiFi-XBMC-Media-Centre-/151440755646?pt=AU_Components&hash=item2342928bbe or this without antenna] (AU$99 + 6 for antenna)
 
  
or separately (AU$76.01) each
+
== mesh type ==
 +
 
 +
Which supports paid?
 +
* Open-Mesh
 +
 
 +
=== Pico ===
 +
* Commotion wireless [https://wiki.commotionwireless.net/doku.php?id=development_resources:router:hardware_compatibility_list supported devices] [https://commotionwireless.net/docs/cck/installing-configuring/install-ubiquiti-router/ pico setup]
 +
 
 +
* [https://manypossibilities.net/2008/04/village-telco-next-steps/ discussion on mesh telco]
 +
* [http://www.coova.org/CoovaChilli access control and DHCP with CoovaChilli]
 +
* [http://www.servalproject.org/archives/category/serval/batphone "batphone" mesh voip]
 +
 
 +
=== RPi ===
 +
* [https://commotionwireless.net/blog/2014/06/12/commotion-pi-build-rpi-mesh-node/ Commotion wireless on RPi]
 +
 
 +
# sudo apt-get install git-buildpackage bison flex python-gtk2-dev liblua50-dev libldns-dev libavahi-core-dev libavahi-common-dev lua5.1 liblua5.1-0-dev subversion libsqlite3-dev python-all autoconf cmake
 +
#
 +
 
 +
== internet ==
 +
 
 +
About 476 * 3 = 1428.  About 15 1920x1080 images an hour.  :/
 +
 
 +
== Mesh and AP setup ==
 +
 
 +
* Mesh as channel 2.  Hidden SSID?
 +
 
 +
=== AP ===
 +
 
 +
* Airmax OFF
 +
* Wireless: AP, WDS on, "KandosDigitalEmbassy", 20Mhz, 2452
 +
* Network: Bridge, DHCP: 10.232.17.20??? (might be mesh node dependent)
 +
* password set
 +
* vi /etc/nosplashdog/htdocs/splash.html comment out location line and add:
 +
            location.href=reg[1]+":2050/nodogsplash_auth/?redir=http%3A%2F%2Fdigitalembassy.mesh%2F&tok=$tok";
 +
 
 +
=== Mesh ===
  
* [http://www.ebay.com.au/itm/New-Wireless-USB-Adapter-LAN-Wifi-Dongle-for-Raspberry-Pi-802-11b-g-n-150Mbps-/121437915677?pt=AU_Components&hash=item1c46438a1d Wifi with antenna] (AU$5.99)
+
* add AP to static DHCP: ....20  "AP-x"
* [http://au.element14.com/jsp/search/productdetail.jsp?sku=2431427 Pi + 8GB noob sd (element14)] + [http://au.element14.com/jsp/search/productdetail.jsp?sku=2427498 international power (element14)] (AU$63.69)
+
* turn off rebind protection
* [http://www.dx.com/p/abs-case-box-for-raspberry-pi-b-black-346332#.VD077Y2SySc Case] (AU$6.33)
+
* vi /etc/config/network
 +
        config interface '_46'
 +
                option class 'mesh'
 +
                option proto 'commotion'
 +
                option profile 'commotion'
 +
                list dns '192.168.1.1'
  
== connectivity ==
+
== Install equipment for double setup ==
  
Ad-hoc, or mesh network? 
+
* [http://www.bunnings.com.au/arlec-5m-white-extension-lead_p4330420 Bunnings: 5m extension $5.59]
* [http://stackoverflow.com/questions/15423325/raspberry-pi-ad-hoc-networking ad hoc pi]
+
* [http://www.bunnings.com.au/arlec-10m-white-household-extension-lead_p4330421 Bunnings: 10m extension $9.68]
* [http://www.ericerfanian.com/mobile-mesh-networks-with-the-raspberry-pi-part-4/ Ad hoc pi with NAT to internet], using [http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ Babel for address routing]
+
* [http://www.bunnings.com.au/arlec-2400w-double-adaptor_p4330742 Bunnings: 2-way 240v splitter $1.60]
* [http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=66850 Ad-Hoc in N mode 150mb/s]
+
with APs over the top?
+

Latest revision as of 10:53, 10 April 2015

Platform[edit]

Picostation M2HP[edit]

firmware recovery

  • crimping CAT5 (should use Foil Twisted Pair to earth Ubiquiti device when outside)

Cat5 color.gif



mesh type[edit]

Which supports paid?

  • Open-Mesh

Pico[edit]

RPi[edit]

  1. sudo apt-get install git-buildpackage bison flex python-gtk2-dev liblua50-dev libldns-dev libavahi-core-dev libavahi-common-dev lua5.1 liblua5.1-0-dev subversion libsqlite3-dev python-all autoconf cmake

internet[edit]

About 476 * 3 = 1428. About 15 1920x1080 images an hour.  :/

Mesh and AP setup[edit]

  • Mesh as channel 2. Hidden SSID?

AP[edit]

  • Airmax OFF
  • Wireless: AP, WDS on, "KandosDigitalEmbassy", 20Mhz, 2452
  • Network: Bridge, DHCP: 10.232.17.20??? (might be mesh node dependent)
  • password set
  • vi /etc/nosplashdog/htdocs/splash.html comment out location line and add:
           location.href=reg[1]+":2050/nodogsplash_auth/?redir=http%3A%2F%2Fdigitalembassy.mesh%2F&tok=$tok";

Mesh[edit]

  • add AP to static DHCP: ....20 "AP-x"
  • turn off rebind protection
  • vi /etc/config/network
       config interface '_46'
               option class 'mesh'
               option proto 'commotion'
               option profile 'commotion'
               list dns '192.168.1.1'

Install equipment for double setup[edit]