https://github.com/comnetshh/lre-omnet
Integration of the Limited Relative Error (LRE) algorithm into the OMNeT++ simulator.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Integration of the Limited Relative Error (LRE) algorithm into the OMNeT++ simulator.
Basic Info
- Host: GitHub
- Owner: ComNetsHH
- License: gpl-3.0
- Language: C++
- Default Branch: master
- Size: 932 KB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 8 years ago
· Last pushed almost 8 years ago
https://github.com/ComNetsHH/LRE-OMNeT/blob/master/
Integration of the **Limited Relative Error algorithm** into OMNeT++ --- The LRE algorithm comes as a stand-alone implementation [here](https://github.com/ComNetsHH/LRE). It is included in this project as a Git submodule. [](https://doi.org/10.5281/zenodo.1313054) Usage --- A novel LRE network entity is implemented that encapsulates the algorithm's functionality. This OMNeT++ project builds as a shared library. To use the entity, link against this library and then add the entity into your network description. The algorithm can be configured through the NED parameters specified in the [LRE.ned](https://github.com/ComNetsHH/LRE-OMNeT/blob/master/LRE.ned). An example setup can be found in the [omnetpp.ini](https://github.com/ComNetsHH/LRE-OMNeT/blob/master/omnetpp.ini), which can also be run as an OMNeT++ project to see how LRE works in a trivial example network. Generally the LRE entity subscribes to a signal whose name must be provided by the user. The simulation time should be disabled or set to a very large value. LRE will update its internal analysis each time a signal emission is captured, and if the relative errors calculated at each Markov chain state is small enough, LRE will end the simulation. Initialize submodule --- After cloning this repository, you have to ``` git submodule init git submodule update ``` to pull the LRE implementation.
Owner
- Name: Institute of Communication Networks
- Login: ComNetsHH
- Kind: organization
- Location: Hamburg, Germany
- Website: https://www.tuhh.de/comnets
- Repositories: 41
- Profile: https://github.com/ComNetsHH
Institute of Communication Networks (ComNets) at Hamburg University of Technology (TUHH)