|
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.
Receiving frame ends scheduled when receiving the frame starts, the delay
is the duration the data.
This can implemented different ways depending the level realism
required. high enough,
the frame remembered and the state the receiver set busy. case the SINR gets too low any point, internal variable is
set indicate packet error.
2. When frame received the simu-
Fig. 3.
lation, its power compared with the sensitivity the receiver. this project, the following approach used, partially based the
behaviour the Simple Wireless module.Sending frame ends scheduled when sending the frame starts, the delay
depends the duration the data.5: Illustration the frame dropping algorithm. The state the variable read after the reception of
the desired packet and the packet dropped case there was error.
The behaviour illustrated Figure 3.
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.
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 starts scheduled when sending the frame starts well,
the delay the propagation delay between the sending and receiving node. If
23
. The thresh-
olds are checked SwPhy::ReceivePacket and SwPhy::ReceivePacketDone.5