Skip to content

zigen/omnetpp-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMNeT++ on wasm

prerequisotes

  • docker

getting started

$ ./build_all.sh

build tictoc sample (on docker)

$ ./docker_run.sh
$ cd omnetpp/samples/tictoc
$ emmake make index.html

browse wasm pages (on host machine)

$ cd omnetpp/samples/tictoc/out/emcc-release
$ python -m http.server

then go to http://localhost:8000

export patch

$ cd omnetpp
# commit changes
$ git format-patch -o ../patches 71d8fab..HEAD