Hi Everybody I was working on wireless simulation for some time now and found that draw lines of grid (on the topography) with distances in the nam visualizer was very useful for me to know exactly where nodes are placed in the network, especially when simulating dynamic networks and testing dynamic networks behavior.
I thought it could be nice to share this modified nam version with you guys, maybe someone could find it useful. How to install it: Copy and replace the files view.h and view.cc with the ones that are in the /nam-1.14 folder. Copy and replace the file build-ui.tcl with the one that in the /nam-1.14/tcl folder. In the terminal window (under the /nam-1.14 folder) type: ./configure sudo make sudo make install How to use it: To add the grid in the nam window, click Views -> Show grid. To increase or decrease the grid click on keyboard <+> or <-> buttons respectively. Note that I don't have any previous experience of nam programming and I have'nt found any documentation. There may be some more elegant ways to program it, but it works for me. Michael
