Re: [ns] hai im doing synchronisation protocol.

2014-05-15 Thread knudfl
> @jega > " Assertion size_>0 failed" aborted A (dirty) fix : Edit ( line 749 ) from assert(size_> 0); to //assert(size_> 0); In ns-2.xx/, delete 'ns', and tpsn/tpsn_udp.o Run $ make : And you have a new executable 'ns'. If you get "Floating point exception" with

Re: [ns] hai im doing synchronisation protocol.

2014-05-13 Thread knudfl
> @jega > TPSN $ *ns-tpsn* tpsn.tcl : ns: tpsn/tpsn_udp.cc:749: virtual void TpsnUdpAgent::sendmsg(int, AppData*, nsaddr_t, const char*): Assertion `size_> 0' failed. Looks like you are the first one to use the TPSN code in the 7 years since it was made ? Here are the links. And hopefully somebo

[ns] hai im doing synchronisation protocol.

2014-05-13 Thread Jega Kumaran
hai ns users i have just download a synchronisation protocol (TPSN by burak kulakli) from his thesis. but i have an error- " Assertion size_>0 failed" aborted - while running the senmsg function . please reply me . i am in critical situation to finish my project.