Why doesn the omnet GUI simulation correspond to whats happening in the TinyOS dbg output when running Surge?
When I run the simulation, the omnet GUI only displays broadcast packets sent between the nodes, but the dbg output displays that Surge is sending data packets (i.e. packets with ADC info) and routing information. The messages that are seen on console window come from TinyOS; whereas, the events in TK GUI belong to OMNeT++ itself. That’s the difference. You can of course export the routing table to OMNeT++, but this requires some mapping between TinyOS routing table and OMNeT++ GUI which is not there yet.
Related Questions
- When running a simulation from Project Navigator, the default simulation time is 1000 ns. How can I make the simulation run longer and/or change the default run time?
- I created a ping packet in Simulation Mode and ran it. Why do I still see packets/frames (like CDP) running on the network after the ping process is completed?
- Why doesn the omnet GUI simulation correspond to whats happening in the TinyOS dbg output when running Surge?