Hello ns-users! I really need your help and experience here. I want to send a text-file (simple text) as payload in a packet. Can it be done? What should i do? Should i determine new AppData such us MyData: public AppData or is there a way just to put the text-file in the PacketData? So far i just managed to put just a simple string. I determined a simple MyApp:public Application and determine a "send(int nbytes,AppData* data)" function in theUDP agent in order to send my string. But can i send a file? and if so, could you please give me a hint? I really need your help! I spent days on this and still can't figure it out... Thank you!
