CAN1.c and CAN2.c are a simple example of configuring a CAN network to
transmit and receive data on a CAN network, and how to move information to
and from CAN RAM message objects. Each C8051F040-TB CAN node is configured
to send a message when it s P3.7 button is depressed/released, with a 0x11
to indicate the button is pushed, and 0x00 when released. Each node also has
a message object configured to receive messages. The C8051 tests the
received data and will turn on/off the target board s LED. When one target
is loaded with CAN2.c and the other is loaded with CAN1.c, one target
board s push-button will control the other target board s LED, establishing
a simple control link via the CAN bus and can be observed directly on the
target boards.
大三下學期做的計算機網絡的課程設計,文檔格式文件,有用的朋友可以下載-junior next semester so the computer network of curriculum design, document format, useful friends can be downloaded
The NCTUns network simulator and emulator is developed at NCTU, Taiwan. Its predecessor is the Harvard network simulator (invented by Prof. S.Y. Wang in 1999).
By using a novel simulation methodology, it can do several tasks that traditional network simulators cannot easily do.
基于T i n y O S 的無線傳感器網絡體系結構
無線傳感器網絡WSN(Wireless Sensor Network) 由部署在監測區域內大量廉價的傳感器節點組成,通過
無線通信方式形成multi2hop 自組織的網絡系統,其目的是協作地感知、采集和處理網絡覆蓋區域中感知
對象的信息,并發送給觀察者。本文從分析無線傳感器節點Mica 和其上運行的操作系統TinyOS 出發,
著重描述無線傳感器網絡節點應用程序體系結構和消息通信機制。