中文说明: 如我先前提到,无线传感器网络 (WSN) 是不同于蜂窝网络。无线传感器网络被由大量的传感器节点,可以使用无线媒介 (空气) 进行通信。传感器节点随机部署在要监视的环境中。传感器节点分布在特设的结构。无线传感器网络中还有没有基站,并不是所有节点都听到对方。无线传感器网络是一种多跳网络。我的代码的基本部分是在给定的空间,然后将连接每个两个节点,如果随机放置传感器节点之间的距离比他们少或通信半径相等。
English Description:
Wireless Sensor Networks (WSN) is different than the Cellular Networks as I mentioned earlier. A WSN is composed of a large number of sensor nodes that communicate using a wireless medium (air). The sensor nodes are deployed randomly in the environment to be monitored. The sensor nodes distributed in ad hoc structure. In WSN there is no base station and not all nodes hear each other. The WSN is a multi-hop network. Basic part of my code is to randomly place the sensor nodes in the given space then connecting each two nodes if the distance between them less than or equal to the communication radius.