Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
maurichampy edited this page Oct 4, 2018 · 11 revisions

Shawn

First Steps

Tutorials

Modules/Applications

  • External Application (write an own Shawn module, and create it by linking a pre-compiled Shawn library)

  • Testbedservice (connect Shawn to the Wisebed infrastructure)

  • TraCI

  • VANET (simulate the information flow in a vehicular network)

  • Visualization (visualize your simulations by creating images, live views of the network, etc.)

  • WiseML (read and write [http://www.wisebed.eu/index.php/documents/36-documents/106-wiseml-documents WiseML files])

Debugging

  • GDB (To look where and maybe why your program crashes)
  • Valgrind (To hunt down memory leaks and other hard-to-find bugs)
  • Git (Support for [http://git.or.cz git] users)

Support

iSense

Scientific References / Reference Projects

Please visit References for scientific references and reference projects.

Run in docker image

  • lsfiege/shawn-core Image with all dependencies installed for run shawn. Only needs to map shawn directory into volume. Example: docker run -ti --name shawn-core -p 8080:80 -v /local/path/to/shawn:/container/path/to/shawn lsfiege/shawn-core bash