A PhoenixSource builds upon a PacketSource to provide the following features: - automatic reading and dispatching of packets (registerPacketListener and deregisterPacketListener) - automatic source restarting (via setResurrection), off by default PhoenixSources are threads and hence need to be started. PhoenixSources are not PacketSources (direct reads are no longer allowed, open and close is less meaningful with automatic restart). net.tinyos.message.MoteIF builds upon a PhoenixSource, not a PacketSource. PhoenixSources are built using the makePhoenix methods in BuildSource
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.