This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
maurichampy edited this page Oct 4, 2018
·
11 revisions
-
External Application (write an own Shawn module, and create it by linking a pre-compiled Shawn library)
-
Testbedservice (connect Shawn to the Wisebed infrastructure)
-
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])
- 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)
- Subscribe to the mailing list by writing an 'empty' mail to shawn-subscribe@itm.uni-luebeck.de
- Use Sourceforge Forums of Shawn
- iSense hardware
- iSense software
- iSense application development
- Simulating Pacemate and iSense applications using Shawn
- How to install iSense Shawn
- How to install iSense with web compile
- How to use iSense with MPS430
Please visit References for scientific references and reference projects.
-
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