Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

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