⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 无线传感器网络操作系统源代码
💻
字号:
Package: net.tinyos.tossimDescription: GUIs for TOSSIM network traffic visualization/interactionAuthor: Philip Levis <pal@cs.berkeley.edu>This package contains applications for interacting with a TOSSIM(TinyOSS SIMulator) execution. It provides a GUI for visualizingnetwork traffic as well as injecting packets into the network atstartup (static injection). For more information on TOSSIM and itscapabilities, read nest/doc/tossim.pdf.Executables: net.tinyos.tossim.TossimGUInet.tinyos.packet.TossimGUI        usage: java net.tinyos.packet.TossimGUI [-r <filename]		    -r allows packets for static injection to be specified.		    Refer to tossim.pdf for details.        descr: Visualized TOSSIM network traffic. The time specified        is when the transmit function is called, not when transmission        begins; in a congested network, there can be a significant        amount of backoff between the two. The checkboxes on the left        allow for the visible messages to be filtered; only packets        sent by motes with checked IDs will be visualized. Packets can        be clicked on to see the full data in the packet.	NOTE: The GUI must be started BEFORE the simulation begins.Classes:TossimGUI.java:The main GUI class.ButtonPanel.java, MotePanel.java, PacketDialog.java, PacketPanel.java:The parts of the GUI.BitListener.java:Interface that listens for TOSSIM bit data and transforms it into a usefulstructure. Currently unimplemented.CommReader.java:Class that spawns Threads to listen for messages and issue callbackson listeners when they arrive. Currently only responds to RFM packet events.PacketListener.java:Interface that listens for TOSSIM packets beign received and processesthem (a simple callback mechanism). Currently implemented by PacketPanel.PacketSender.java:Class that reads in a file of packets, waits for a connection from thesimulator, then transmits those packets in the format expected by thesimulator.RFMPacket.java:Structure that represents an RFM packet to the simulator: 8 byte time,2 byte moteID, and 36 byte packet.UARTListener.java:Listener interface for UART events.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -