Sunday, May 13, 2007

ZigBee
Brief Overview
ZigBee is a PAN technology on the IEEE 802.15.4 standard. Unlike Bluetooth or wireless device, ZigBee devices have the ability to form a mesh network between nodes.


A mesh network is a local area network (LAN) that employs one of two connection arrangements, full mesh topology or partial mesh topology. A full mesh topology is shown in the picture. [A mesh network is reliable and offers redundancy. If one node is not available, all others can still communicate directly or through intermediate nodes.]


Recent news on ZigBee
When multiple ZigBee wireless personal area networks (WPANs) are in close proximity to each other, contentions and collisions in transmissions will lead to increased packet delays. However, there is no existing study on how delay performance would be affected in a crowded real-life environment where each person walking down a busy street would be wearing a ZigBee WPAN.

Experiment carried out in real a real world environment
To be pragmatic, we derived a mobility pattern from the analysis of a real-life video trace. Then, we estimated the delay performance from the video trace by combining data collected from ZigBee experiments. The results show that the 300 ms packet delay requirement will not be met for only 11% of the time. When failure occurs, it will last for an average duration of 1.4 s.

Wednesday, May 09, 2007

Bandwidth Monitor for ur Debian
This is a small bandwidth monitor. Monitors up to 16 interfaces and shows totals at the same time.
Here is the installation in Debian.

#apt-get install bmw

This installs the tool and try the following command to try it.

#bmw

For more information, look in man pages. The output of the above command is as follows.

Bandwidth Monitor 1.1.0

Iface RX(KB/sec) TX(KB/sec) Total(KB/sec)


lo 0.000 0.000 0.000

eth0 0.327 0.326 0.653

eth1 0.000 0.000 0.000

Total 0.327 0.326 0.653

Hit CTRL-C to end.

See, It's really easy. Now you can check ur bandwidth with no trouble. Try it & feel it. Bye. C u.