Sunday, October 23, 2011

Microwave Network Transmission

What are we know about microwave transmission?

1. It is a technology of transmitting information or power.
2. It uses radio waves called microwaves.
3. It is widely used for point-to-point communication.

Saturday, May 7, 2011

Redirect Output Information into a File

You can redirect output information into a file and open it with any editor with this command (example):

./waf --run scratch/myfirst > log.out 2>&1

The log data is one of the ways to harness data from ns-3 simulation and only provide least amount of information.

The other ways to harness data from ns-3 simulation is through trace file data and topology animation.

The topology animation will confirms the topology visually and all the data will be in trace file data.