Hi hello i have achieved sending the data from the linux host in which simulator is installed to any simulated by using ncat.
open another terminal and try send data by using :
ncat -vv 10.1.1.2 8888 -u
then type the data to be sent to simulated node.
we can check the data transmission by using wireshark.
But i need help in the case if want to send some data from external PC(other than the one in which ns-3 is installed) then what is the procedure.
thanks in advance.