<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wirelessafrica.meraka.org.za/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hvrensburg</id>
	<title>WirelessAfrica - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wirelessafrica.meraka.org.za/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hvrensburg"/>
	<link rel="alternate" type="text/html" href="http://wirelessafrica.meraka.org.za/wiki/index.php/Special:Contributions/Hvrensburg"/>
	<updated>2026-04-04T12:54:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://wirelessafrica.meraka.org.za/wiki/index.php?title=Pretoria_Mesh&amp;diff=2161</id>
		<title>Pretoria Mesh</title>
		<link rel="alternate" type="text/html" href="http://wirelessafrica.meraka.org.za/wiki/index.php?title=Pretoria_Mesh&amp;diff=2161"/>
		<updated>2006-06-20T14:24:30Z</updated>

		<summary type="html">&lt;p&gt;Hvrensburg: /* Network Log 19 June 2006 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CSIR Pretoria mesh network was setup as a test-bed mesh network in order to get an understanding of the issues that face real-world, outdoor mesh networks. Some of these issues include [[LOS]] (Line of Sight), [[Weather Proofing]] and the [[Hidden Node]] problem.&lt;br /&gt;
&lt;br /&gt;
Below is a diagram showing the current status of the mesh network, green nodes show people who are currently connected, red nodes show people who would like to be connected in the future&lt;br /&gt;
&lt;br /&gt;
[[Image:Pta-mesh3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Visualisation=&lt;br /&gt;
&lt;br /&gt;
=Nodes=&lt;br /&gt;
&lt;br /&gt;
***Please fill in information about your node e.g. Equipment, Placement (Rooftop), Hardware etc.&lt;br /&gt;
&lt;br /&gt;
[[Koppie Node]]&lt;br /&gt;
&lt;br /&gt;
[[Rodricks Node]]&lt;br /&gt;
&lt;br /&gt;
[[Davids Node]]&lt;br /&gt;
&lt;br /&gt;
[[Karels Node]]&lt;br /&gt;
&lt;br /&gt;
[[Louis Node]]&lt;br /&gt;
&lt;br /&gt;
[[Andrews Node]]&lt;br /&gt;
&lt;br /&gt;
[[Johns Node]]&lt;br /&gt;
&lt;br /&gt;
[[Johanns Node]]&lt;br /&gt;
&lt;br /&gt;
Want to join the Pretoria Mesh? &lt;br /&gt;
 &lt;br /&gt;
 1. Visit [http://www.nodedb.com/africa/za/pretoria/? NodeDB] and create a node for yourself.&lt;br /&gt;
 2. Build a node. Read the [[HowTos]] for more information on building your own node.&lt;br /&gt;
 3. Get [[Pretoria Mesh Settings]] and configure your node.&lt;br /&gt;
&lt;br /&gt;
= Network Log 30 January 2006 =&lt;br /&gt;
&lt;br /&gt;
Elardus Park went down at 5:50PM (omni and directional) after a heavy raintorm - I&#039;ll climb up tomorrow morning and have a look.&lt;br /&gt;
&lt;br /&gt;
= Network Log 1 May 2006 =&lt;br /&gt;
&lt;br /&gt;
I noticed that the elardus park tower would often lose its routing information for the elardus park mesh so I did a bit of research on the olsrd.conf file. Here is what I discovered&lt;br /&gt;
&lt;br /&gt;
The /usr/local/etc/olsrd.conf file had the following settings&lt;br /&gt;
 HelloInterval           3.0&lt;br /&gt;
 HelloValidityTime       9.0 (default 3xHelloInterval)&lt;br /&gt;
 TCInterval              5.0&lt;br /&gt;
 TCValidityTime          15.0 (default)&lt;br /&gt;
 MidInterval             5.0 (default)&lt;br /&gt;
 MidValidityTime         15.0 (default)&lt;br /&gt;
 HnaInterval             5.0&lt;br /&gt;
 HnaValidityTime         15.0&lt;br /&gt;
&lt;br /&gt;
With the validity times being so short, a large file downnload would saturate the traffic and occasionally not allow a hello packet through allowing the routing info to expire after the validity time which was 15 seconds for TC&lt;br /&gt;
&lt;br /&gt;
I changed the interval settings to those found in Freifunk firmware which are better suited for static meshes like ours, the intervals were set to:&lt;br /&gt;
&lt;br /&gt;
 HelloInterval           5.0&lt;br /&gt;
 HelloValidityTime       90.0&lt;br /&gt;
 TcInterval              15.0&lt;br /&gt;
 TcValidityTime          90.0&lt;br /&gt;
 MidInterval             15.0&lt;br /&gt;
 MidValidityTime         90.0&lt;br /&gt;
 HnaInterval             15.0&lt;br /&gt;
 HnaValidityTime         90.0&lt;br /&gt;
&lt;br /&gt;
Lets hope the network is more stable now!&lt;br /&gt;
&lt;br /&gt;
P.S. To change the /usr/local/etc/olsrd.conf on the soekris running freeBSD you must do the following&lt;br /&gt;
&lt;br /&gt;
 mount -u -w /&lt;br /&gt;
 vi /usr/local/etc/olsrd.conf&lt;br /&gt;
 sync&lt;br /&gt;
 mount -u -r /&lt;br /&gt;
&lt;br /&gt;
= Network Log 5 May 2006 =&lt;br /&gt;
&lt;br /&gt;
Added Chris Krause onto network&lt;br /&gt;
&lt;br /&gt;
WiFi: 10.1.1.52&lt;br /&gt;
LAN: 10.3.52.1&lt;br /&gt;
&lt;br /&gt;
What a mission - for some reason his Linksys with OpenWRT refused to work in client mode - I had to use our old SVEASOFT ZULU release that we built with RIP at the end of 2004 and flash it to an old Linksys 2.2 that I had lying around. &lt;br /&gt;
&lt;br /&gt;
= Network Log 10 May 2006 =&lt;br /&gt;
&lt;br /&gt;
Added Marelie Davel onto network&lt;br /&gt;
&lt;br /&gt;
WiFi: 10.51.1.23&lt;br /&gt;
LAN: 10.3.23.1&lt;br /&gt;
&lt;br /&gt;
Discovered major problem with new Freifunk firmware&lt;br /&gt;
&lt;br /&gt;
 If you have a &#039;-&#039; in the ssid it interprets this as a command line option&lt;br /&gt;
 So &amp;quot;pta-mesh&amp;quot; caused the wireless interface to fail&lt;br /&gt;
&lt;br /&gt;
Had to change all mesh node in the Pretoria wireless network to &amp;quot;ptamesh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When I changed Rodericks to &amp;quot;ptamesh&amp;quot; and reboot a very weird thing happened&lt;br /&gt;
After logging in and checking the state of the wireless interface here is what I found:&lt;br /&gt;
&lt;br /&gt;
 rodrick2istc# ifconfig wi0&lt;br /&gt;
 wi0: flags=8843&amp;lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&amp;gt; mtu 1500&lt;br /&gt;
        inet6 fe80::202:2dff:fe25:5fae%wi0 prefixlen 64 scopeid 0x4&lt;br /&gt;
        inet 10.50.1.1 netmask 0xffffff00 broadcast 10.50.1.255&lt;br /&gt;
        ether 00:02:2d:25:5f:ae&lt;br /&gt;
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11b &amp;lt;adhoc&amp;gt; (DS/11Mbps &amp;lt;adhoc&amp;gt;)&lt;br /&gt;
        status: associated&lt;br /&gt;
        ssid &amp;quot;Sector 2&amp;quot; channel 4 bssid 00:0b:6b:37:45:2b&lt;br /&gt;
        stationname &amp;quot;FreeBSD WaveLAN/IEEE node&amp;quot;&lt;br /&gt;
        authmode OPEN privacy OFF txpowmax 100 bintval 100&lt;br /&gt;
&lt;br /&gt;
Huh!! How did it change it&#039;s ssid to &#039;Sector 2 and channel to 4 when it should be ssid: ptamesh, channel 11!!!!!! &lt;br /&gt;
Is someone taking over the node?&lt;br /&gt;
&lt;br /&gt;
= Network Log 15 May 2006 =&lt;br /&gt;
&lt;br /&gt;
The Elardus park mesh is still having problems with routing tables disappearing between my node and the water tower.&lt;br /&gt;
&lt;br /&gt;
The Soekris on the water tower is running OLSR build 0.4.9 whereas the Linksys is running OLSR build 0.4.10-pre&lt;br /&gt;
There could be some minor protocol differences between them which I suspect is causing the problem&lt;br /&gt;
&lt;br /&gt;
Running olsrd in debug mode on the soekris gives me the following errors&lt;br /&gt;
&lt;br /&gt;
 10.51.1.12:INF &amp;lt;- 10.51.1.12 FAILED&lt;br /&gt;
 10.51.1.13:INF &amp;lt;- 10.51.1.13 FAILED&lt;br /&gt;
 10.51.1.14:INF &amp;lt;- 10.51.1.14 FAILED&lt;br /&gt;
 10.51.1.20:INF &amp;lt;- 10.51.1.20 FAILED&lt;br /&gt;
 Updating kernel routes...&lt;br /&gt;
 mid set: 23:06:07.405772&lt;br /&gt;
&lt;br /&gt;
 Processing TC from 10.51.1.14&lt;br /&gt;
 Received TC from NON SYM neighbor 10.51.1.13&lt;br /&gt;
 Unknown type: 130, size 64, from 10.51.1.13&lt;br /&gt;
 Processing TC from 10.51.1.12&lt;br /&gt;
 Received TC from NON SYM neighbor 10.51.1.13&lt;br /&gt;
 Received HNA from NON SYM neighbor 10.51.1.13&lt;br /&gt;
 Received HNA from NON SYM neighbor 10.51.1.13&lt;br /&gt;
&lt;br /&gt;
= Network Log 18 June 2006 =&lt;br /&gt;
&lt;br /&gt;
Strange things happening at Elardus park&lt;br /&gt;
ETX to tower from my house now at 2.2 with about 50% of packets being lost&lt;br /&gt;
&lt;br /&gt;
Checked settings at Elardus Park&lt;br /&gt;
ssid is empty??&lt;br /&gt;
similar problem to Rodericks that had its ssid changed &lt;br /&gt;
&lt;br /&gt;
  ndis0: flags=8843&amp;lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&amp;gt; mtu 1500&lt;br /&gt;
         inet6 fe80::202:6fff:fe34:21cb%ndis0 prefixlen 64 scopeid 0x1&lt;br /&gt;
         inet 10.51.1.1 netmask 0xffffff00 broadcast 10.51.1.255&lt;br /&gt;
         ether 00:02:6f:34:21:cb&lt;br /&gt;
         media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps &amp;lt;adhoc&amp;gt;)&lt;br /&gt;
         status: associated&lt;br /&gt;
         ssid &amp;quot;&amp;quot; channel 1&lt;br /&gt;
         authmode OPEN privacy OFF txpowmax 100 protmode CTS&lt;br /&gt;
&lt;br /&gt;
Could it be interference on channel 1 (Louis has an AP near him on channel 3 which can cause interference on channel 1 - maybe when the network is quite I&#039;ll do a channel change and check&lt;br /&gt;
&lt;br /&gt;
= Network Log 19 June 2006 =&lt;br /&gt;
&lt;br /&gt;
Captains log Stardate 2006&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Changed elarduspark network to channel 11&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Looks like it was an interference problem, after changing the channel on all the nodes to channel 11, the ETX values recovered to good levels again&lt;br /&gt;
&lt;br /&gt;
  IP	        Hysteresis    LinkQuality   lost   total   NLQ	  ETX&lt;br /&gt;
  10.51.1.1	0.00	      0.94	    6	   100	   1.00	  1.06&lt;br /&gt;
  10.51.1.20	0.00	      0.86	    14	   100	   1.00	  1.16&lt;br /&gt;
  10.51.1.12	0.00	      0.81	    19	   100	   1.00	  1.23&lt;br /&gt;
  10.51.1.14	0.00	      0.89	    11	   100	   1.00	  1.12&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The strange ssid problem on Elardus Park is apparently just a bug in the reporting tool of FreeBSD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*** HELP ***&lt;br /&gt;
&lt;br /&gt;
PERHAPS NOT THE CORRECT PLACE TO POST THIS MESSAGE BUT COULD ANYONE ASSIST IN CONNECTING TO THE ELARDUSPARK TOWER. &lt;br /&gt;
&lt;br /&gt;
I&#039;M ABOUT 1 KM FROM THE TOWER HOWEVER DON&#039;T HAVE LINE OF SIGHT. IT WOULD APPEAR THAT I NEED TO HAVE LINE OF SIGHT, OTHERWISE MY 802.11 CARD WONT PICK UP PTAMESH.&lt;br /&gt;
&lt;br /&gt;
ANY HELP MUCH APREACIATED.&lt;br /&gt;
&lt;br /&gt;
hvrensburgATigrade.co.za&lt;/div&gt;</summary>
		<author><name>Hvrensburg</name></author>
	</entry>
	<entry>
		<id>http://wirelessafrica.meraka.org.za/wiki/index.php?title=Talk:Pretoria_Mesh&amp;diff=2121</id>
		<title>Talk:Pretoria Mesh</title>
		<link rel="alternate" type="text/html" href="http://wirelessafrica.meraka.org.za/wiki/index.php?title=Talk:Pretoria_Mesh&amp;diff=2121"/>
		<updated>2006-06-05T14:08:22Z</updated>

		<summary type="html">&lt;p&gt;Hvrensburg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Are the network settings for ptamesh available, or how could I go about connecting?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;/div&gt;</summary>
		<author><name>Hvrensburg</name></author>
	</entry>
</feed>