User:Zubow: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
* McExOR
** Taubheit durch Route Discovery (hier Netz nicht dicht genung; Knoten 30 hat lediglich den
Knoten 27 im CS und dieser ist wegen RREQ taub). Wenn man den Mac-Retry auf 10 hochsetzt
kommt das Paket wieder an:

<pre>
./jist --nocache jist.swans.Main -c src\swans.properties brn.simulation.Simulation --location 1 --traffic 1 --radio 0 --field 6000x200 --density 200x250 -c 5 -p 6 --routing 3 --cssize 3 -y 2 --start 100000 --end 300000 -k 1 -w 0 -u 2 -q 2 -b 1 --etxperiod 5000 --etxtau 100000 -v disc_log6000x200_200x250_ch5 -g
</pre>

* TODO für Demo
** Knotenausfall simulieren -> Rerouting

sysctl -w dev.ath.phyerr=1

Topologie
<pre>
wgt21 ---> wgt55 ---> wgt54-
| |
| ---> wgt52 ---> wgt51 <-
</pre>

Z.b. Route wgt21 --> wgt52 --> wgt51
und dem Ausfall von Knoten wgt52, d.h. Rerouting
wgt21 --> wgt55 --> wgt54 --> wgt51

Javis & Swans [http://www.cs.technion.ac.il/~gabik/Javis4Swans.html]
Javis & Swans [http://www.cs.technion.ac.il/~gabik/Javis4Swans.html]


Line 16: Line 41:
==================================
==================================
There seems to be the belief that SnR would become "too negative to communicate". This is false. It is the same as Olber's paradox -- if there are infinitely many stars in an infinite universe, why isn't the sky bright at night? (the stars have not been transmitting for an infinite time)
There seems to be the belief that SnR would become "too negative to communicate". This is false. It is the same as Olber's paradox -- if there are infinitely many stars in an infinite universe, why isn't the sky bright at night? (the stars have not been transmitting for an infinite time)

== MCExOR ==
TODO:
* Metriken zwischen den Kandidaten sollte ausgewogen sein. Z.Z. haben alle bis auf den SafeNB eine ähnliche Metrik zu uns selbst.

Latest revision as of 07:49, 30 April 2006

  • McExOR
    • Taubheit durch Route Discovery (hier Netz nicht dicht genung; Knoten 30 hat lediglich den

Knoten 27 im CS und dieser ist wegen RREQ taub). Wenn man den Mac-Retry auf 10 hochsetzt kommt das Paket wieder an:

./jist --nocache jist.swans.Main -c src\swans.properties brn.simulation.Simulation --location 1 --traffic 1 --radio 0 --field 6000x200 --density 200x250 -c 5 -p 6 --routing 3 --cssize 3 -y 2 --start 100000 --end 300000 -k 1 -w 0 -u 2 -q 2 -b 1 --etxperiod 5000 --etxtau 100000 -v disc_log6000x200_200x250_ch5 -g
  • TODO für Demo
    • Knotenausfall simulieren -> Rerouting

sysctl -w dev.ath.phyerr=1

Topologie

wgt21 ---> wgt55 ---> wgt54-
  |                         |
  | ---> wgt52 ---> wgt51 <-

Z.b. Route wgt21 --> wgt52 --> wgt51 und dem Ausfall von Knoten wgt52, d.h. Rerouting wgt21 --> wgt55 --> wgt54 --> wgt51

Javis & Swans [1]

McEXOR Simulation

Devilish OR


  • C to Java Translater

[2]

  • GNU-Radio & Meshnetworks

[3]


  • Zitate
======================

There seems to be the belief that SnR would become "too negative to communicate". This is false. It is the same as Olber's paradox -- if there are infinitely many stars in an infinite universe, why isn't the sky bright at night? (the stars have not been transmitting for an infinite time)

MCExOR

TODO:

  • Metriken zwischen den Kandidaten sollte ausgewogen sein. Z.Z. haben alle bis auf den SafeNB eine ähnliche Metrik zu uns selbst.