https://github.com/comnetshh/centrality-based-geographic-greedy-routing-simulator

This is the implementation of S-BCR routing algorithm and related analysis on Python.

https://github.com/comnetshh/centrality-based-geographic-greedy-routing-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 (7.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

This is the implementation of S-BCR routing algorithm and related analysis on Python.

Basic Info
  • Host: GitHub
  • Owner: ComNetsHH
  • License: lgpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created over 1 year ago · Last pushed over 1 year ago

https://github.com/ComNetsHH/Centrality-Based-Geographic-Greedy-Routing-Simulator/blob/main/

# Centrality-Based-Geographic-Greedy-Routing-Simulator
This is the implementation of S-BCR routing algorithm and related analysis on Python.

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14639845.svg)](https://doi.org/10.5281/zenodo.14639845)



## Copyright and License

**Copyright (C) 2025 Musab Ahmed, Institute of Communication Networks, Hamburg University of Technology, Hamburg, Germany**

This program is free software: you are free to redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see [GNU Licenses](https://www.gnu.org/licenses/).

## Overview
The S-BCR Routing Algorithm Simulator is a Python-based implementation for evaluating the S-BCR routing algorithm. 
It includes an example on betweenness centrality calculation and performs routing simulations with and without Slurm compatibility.

### Execution
Run the simulation using the run.sh script:
```bash
cd code
chmod +x run.sh
./run.sh
```

Owner

  • Name: Institute of Communication Networks
  • Login: ComNetsHH
  • Kind: organization
  • Location: Hamburg, Germany

Institute of Communication Networks (ComNets) at Hamburg University of Technology (TUHH)

GitHub Events

Total
  • Release event: 3
  • Watch event: 1
  • Push event: 6
  • Create event: 3
Last Year
  • Release event: 3
  • Watch event: 1
  • Push event: 6
  • Create event: 3