Research Breakthrough Possible @S-Logix pro@slogix.in

Office Address

Social List

How to read the data from a file in NS2?

  • The data can be read in tcl script using the following command

    set fp [open filename r]
    set data [read $fp]
    close $fp