Posts Tagged ‘OMNet’

Omnet++ and Eclipse

Monday, April 14th, 2008

So if I’m going to take the plunge to learn c++ just so that I can use the Omnet simulator, I better have some decent tools to figure out what’s going wrong.

Since it’s likely that I’ll be doing some development on my windows machine and some on Ubuntu boxes, I’m opting for an Eclipse-based development environment. Unfortunately, it’s not so trivial to get everything working together, so here I am with yet another guide to what I’ve done to get my setup working. I hope it helps someone else out there…
(more…)

JSimpleModule Step-by-step

Tuesday, April 8th, 2008

First things first

First off, make sure that you have java installed and that you have your JAVA_HOME environment variable set. To check for java, just run java and see what happens. If there’s no program by that name, go install java…

You also want to make sure that your JAVA_HOME environment variable is set, and to make sure that there is no trailing “/” on the value. To check it: echo $JAVA_HOME

Download/Extract JSimpleModule

You can use these commands to download and extract JSimpleModule:

wget http://www.omnetpp.org/filemgmt/visit.php?lid=126
tar xzvf jsimplemodule-3.3-1.tgz

(more…)