All Projects → omnetpp → docs.omnetpp.org

omnetpp / docs.omnetpp.org

Licence: other
OMNeT++ Documentation and Tutorials

Programming Languages

HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to docs.omnetpp.org

artery
OMNeT++ V2X simulation framework for ETSI ITS-G5
Stars: ✭ 167 (+1013.33%)
Mutual labels:  omnet, omnetpp
SDN4CoRE
SDN4CoRE (Software-Defined Networking for Communication over Realtime Ethernet) is an open-source extension for the event-based simulation of programmable (software-defined) real-time Ethernet networks in the OMNeT++ simulation system.
Stars: ✭ 21 (+40%)
Mutual labels:  omnet, omnetpp
CoRE4INET
CoRE4INET is an extension to the INET-Framework for the event-based simulation of real-time Ethernet in the OMNEST/OMNeT++ simulation system.
Stars: ✭ 39 (+160%)
Mutual labels:  omnet, omnetpp

About OMNeT++ Documentation and Tutorials

This repository contains a GitHub Pages based web site that contains tutorials for OMNeT++. The site is made available online at https://docs.omnetpp.org.

Web pages in the repo are in Markdown format (.md). One way to view them in the browser is to install a Markdown plugin into the browser; there are such plugins both for Chrome and for Firefox. Another way is to run the Jekyll-based GitHub Pages infrastructure on your local system, and connect to it from your browser -- this is the recommended way if you'd like to contribute.

To install a local GitHub Pages development environment:

First, make sure you have a working Docker environment. If you are on Ubuntu, DO NOT INSTALL Docker from the default repository, as it is out of date. Rather, follow the instructions on docker.com, https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/

Then, add yourself into the docker group. That will allow you to run docker commands without sudo. (Replace YOU with your login name.) Note that you may need to log out and log in again for the changes to take effect.

$ sudo usermod -a -G docker YOU

Then, pull the preconfigured GitHub Pages docker image:

$ docker pull madduci/docker-github-pages

Then run the jekyll server with the following command:

$ ./start_local_server

Open your browser on http://localhost:4000/

In case of problems, contact us.

-- Andras Varga

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].