Hi,
I tried to integrate the " New Module" to NS-3 as explained athttp://www.nsnam.org/docs/release/3.11/manual/html/new-modules.html. I have a struck in the step-8 given inhttp://www.nsnam.org/docs/release/3.11/manual/html/new-modules.html. I don't know how to add the module on the list of NS-3 module. I would like to know where to add the module name in src-wscript. In wscript file, Can I know the place to add the 'New Module's Name'. Kindly help me out in solving this issue.
Trunk loads of thanks in advance....
Wilson
--To view this discussion on the web visit https://groups.google.com/d/msg/ns-3-users/-/McOcKjdV96AJ.
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Hello all,
May any one share a code for packet transmission and reception?
Best Regards,
Ahmed Elawamry
To unsubscribe from this group, send email to ns-3-users+unsubscribe@googlegroups.com.
I tried to build it also and I got the same errors.
What I think is the problem (given the output) is this point (in container.h):
#ifdef __cplusplus
extern "C"
{
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavutil/mathematics.h>
}
#endif
So, I guess you have to add some libraries that might be missing (could be dependencies that you haven't install).
I guess you have to contact directly to the developers of this module and ask them if an external library/codec is needed.