Since I just spent some time debugging this, I¹ll add a couple of notes for anyone trying to run the tutorial on Ubuntu 12.04:
In addition to the instructions on github[1], I had to do a few extra things. LXC: The version of lxc[2] that you will get through apt-get (0.7.5) is too old to run the tutorial, but the latest lxc (1.0.3) doesn¹t work either. You will need lxc 0.9.0 to run the tutorial (and this will require a `sudo apt-get install libcap-dev` first). Pynodestatviz: `make deb` won¹t work for pynodestatviz without a `sudo apt-get install python-stdeb`, but even after that I haven¹t gotten the viewer to work consistently. But pynodestatviz is not critical for the tutorial. [1] EMANE Tutorial Ubuntu installation guide: https://github.com/adjacentlink/emane-tutorial/wiki/Install#Ubuntu%2013.10 [2] LXC Download: https://linuxcontainers.org/downloads/ -- Devanshu Mehta MIT Lincoln Laboratory On 4/3/14, 11:49 AM, "Steven Galgano" <[email protected]> wrote: >A redesigned EMANE tutorial is now available on github: > > https://github.com/adjacentlink/emane-tutorial > >The tutorial is a guided interactive introduction to EMANE using a >series of demonstrations. > >You can access the tutorial here: > > https://github.com/adjacentlink/emane-tutorial/wiki > >The redesigned format was used during last week's Mobile Network >Modeling Technical Interchange VI. Feedback has been positive. > >-- >Steven Galgano >Adjacent Link LLC >www.adjacentlink.com >_______________________________________________ >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
