wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

CompC++ #150

Open butjar opened 3 years ago

butjar commented 3 years ago

The COST/CompC++ source files are not available from the official website anymore. The only source for CompC++ I found exists on the SENSE website at the download section http://ita.cs.rpi.edu/download/. I recommend to check in the CompC++ source code, since it would be really bad, if SENSE disappears at some point as well. Fortunately, the authors have approved the distribution of their source code for:

non-commercial research purposes

The pre-build cxx binary is of course platform dependent. This PR adds the CompC++ source code and Makefiles to build both binaries CompC++'s cxx and komondor_main. This is no sophisticated build automation, but should be a first step.

butjar commented 3 years ago

Please have a look at #151 for a more sophisticated build pipeline with cmake