Skip to content

firejox/omnetpp-dock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omnetpp-dock deploy to docker hub

Docker image for network simulator omnetpp with Simu5G support based on x11docker

Installation

You can pull the image from dockerhub or clone and built this project locally

docker pull firejox/omnetpp-dock

Usage

The following command will start omnetpp automatically. The omnetpp source code will be located in/omnetpp.

x11docker firejox/omnetpp-dock

If you want to start an interactive shell, just run

x11docker -i firejox/omnetpp-dock

Experimental Images

Without x11docker

The image with tag xpra is the experimental image for open the GUI without relying on x11docker. It use xpra to run seamleass GUI application. It use the network port 9876 to connect by default. Here is an example.

  • Server
docker run -p host:port:9876 firejox/omnetpp-dock:xpra
  • Client
xpra attach tcp://host:port

warning: Do not expose the port on public network, because there is no authentication and encryption.

About

OMNET++ with Simu5G in docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published