|
Kategorie: Diplomové, bakalářské práce |
Tento dokument chci!
Tato práce zkoumá vhodnost a požadavky návrhu simulací pro simulátor NS-3 pro případ bezdrátových sítí používaných v měřící infrastruktuře společnosti Kamstrup. V práci jepopsán simulátor NS-3 a je vytvořena základní implementace dvou protokolů. WirelessM-Bus jako příklad jednosměrného protokolu pro zařízení napájené z baterií. Simulace Wireless M-Bus je porovnána s daty naměřenými v reálném systému. NS-3 poskytuje flexibilní prostředí pro vývoj simulací různých síťových protokolů, včetně těch určených pro sítě inteligentních měřidel.
This can implemented different ways depending the level realism
required.Sending frame ends scheduled when sending the frame starts, the delay
depends the duration the data.
2.
lation, its power compared with the sensitivity the receiver.
The behaviour illustrated Figure 3. Whenever any
other message arrives, the SINR calculated the beginning and the end the
reception check the SINR ratio the frame being decoded stayed higher than
the required value. Receiving frame ends scheduled when receiving the frame starts, the delay
is the duration the data. case the SINR gets too low any point, internal variable is
set indicate packet error.5: Illustration the frame dropping algorithm.
Model Frame Dropping
When the receiving functions are scheduled and run for each the nodes, the
simulation needs decide whether the node was actually listening and whether the
frame got successfully decoded given the signal level and interference.5.
3. Receiving frame starts scheduled when sending the frame starts well,
the delay the propagation delay between the sending and receiving node. 3. The state the variable read after the reception of
the desired packet and the packet dropped case there was error. high enough,
the frame remembered and the state the receiver set busy. If
23
. When frame received the simu-
Fig. The thresh-
olds are checked SwPhy::ReceivePacket and SwPhy::ReceivePacketDone. this project, the following approach used, partially based the
behaviour the Simple Wireless module