Gerry, The emane doxygen output contains information on how to write a custom event generator but it only goes as far as what classes to derive from. There is not much complexity to the "make/compile/link" part. If you have a specific problem, please post enough information so someone can help.
To the best of my knowledge a large portion of the community has switched to using Python generators. I would not suggest developing a new generator as a plugin to emaneeventservice. At some point in the future, generator plugins will be deprecated along with event agent plugins. There are examples on how to use the Python emanesh.events module in the emane source and in the emane-tutorial [1]. There is also an example project on how to send events into emane (C++) using the protocol buffer specifications directly [2]. [1] https://github.com/adjacentlink/emane-tutorial/wiki/Demonstration-1#activity-3---welcome-back-10 [2] https://github.com/adjacentlink/emane-example-cpp-events -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 07/28/2016 04:12 PM, Myers, Gerald L CTR USARMY ATEC (US) wrote: > I have EMANE running on multiple machines so that hurdle is past. I've > read through the EMANE DevGuide but I still don't have a clear picture > of how to write my own Event Generator. There are code fragments in the > DevGuide but nothing about how to "make/compile/link" the code. > I'm using the eel generator code and Makefile as guides but with no > success. Is there another document that covers building and integrating > custom event generators? > > > > Gerry Myers > Contractor, GeeksAndNerds, Inc. > ECS/DTCC Lab > US Army Redstone Test Center > Redstone Arsenal, Alabama 35898 > (256)842-2028 (lab-general) > [email protected] <mailto:[email protected]> > > > > _______________________________________________ > emane-users mailing list > [email protected] > http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users > _______________________________________________ emane-users mailing list [email protected] http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users
