Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: acm.org -
○Academic email domains
-
✓Institutional organization owner
Organization iml130 has institutional domain (www.iml.fraunhofer.de) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Repository
A decentralized communication middleware
Basic Info
- Host: GitHub
- Owner: iml130
- License: other
- Language: C++
- Default Branch: main
- Homepage: https://iml130.github.io/sola/
- Size: 8.28 MB
Statistics
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 80
- Releases: 0
Metadata Files
README.md
SOLA
:warning: This project is currently not maintained!

SOLA is decentralized communication middleware that omits the need for a dedicated communication instance. It operates on peer's local view, where each peer maintains selected links to a subset of all peers. The local view of a peer is used for its two main building blocks. The management overlay is a tree-structured peer to peer network that supports a service and peer discovery mechanism and an event dissemination, which enables a broadcast operation with the publish-subscribe message pattern.
DISCLAIMER: This project is not intended for everyday use and made available without any support. However, we welcome any kind of feedback via the issue tracker or by e-mail.
Project structure and licensing
This repository contains multiple subprojects which are published under different licenses. The top-level folder of this repository is licensed under the MIT license.
| Folder | SPDX Identifier | Description | | ---------- | ----------------| ------------------------------------------------------------------- | | daisi | GPL-2.0-only | ns-3 network simulation setup for all components and applications | | minhton | MIT | P2P tree-structured overlay network | | natter | MIT | P2P broadcasting framework with broadcasting algorithm for MINHTON | | sola | MIT | Decentralized communication middleware | | solanet | MIT | Networking utils for other components | | evaluation | MIT | Verification/Validation/Evaluation scrips |
This project uses third party software which might be licensed differently. For the licenses of third party software see the license files in the corresponding folders.
Build
If you want to build DAISI, you need to have ns-3 and some additional dependencies installed. Then, you can build DAISI from a build subdirectory as a CMake project:
sh
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -Dns3_DIR="PATH_TO_YOUR_NS3_INSTALL"
cmake --build .
Please refer to the documentation for an in depth installation guide including other options as well as further information.
Contributing
If you want to get involved, feel free to ask questions, bring ideas to discuss, or anything else. We are open-source and we like open thoughts! Just open an issue or start a discussion!
See CONTRIBUTING.md for further information.
Academic Attribution
If you use it for research, please include the following reference in any resulting publication.
plain
@inproceedings{detznerSOLADecentralizedCommunication2023,
title = {{{SOLA}}: {{A Decentralized Communication Middleware Developed}} with ns-3},
shorttitle = {{{SOLA}}},
booktitle = {Proceedings of the 2023 {{Workshop}} on ns-3},
author = {Detzner, Peter and Gödeke, Jana and Tönning, Lars and Laskowski, Patrick and Hörstrup, Maximilian and Stolz, Oliver and Brehler, Marius and Kerner, Sören},
date = {2023-06-28},
series = {{{WNS3}} '23},
pages = {78--85},
publisher = {{Association for Computing Machinery}},
location = {{New York, NY, USA}},
url = {https://dl.acm.org/doi/10.1145/3592149.3592151},
abstract = {The transformation from static production facilities into a flexible and decentralized cyber-physical production system (CPPS) is part of the current ongoing Industry 4.0. A CPPS will enable and support communication between people, machines and virtual objects, e.g., as material flow or products, alike. However, communication in CPPS relies often on centralized approaches using a message broker or is not considered at all. We present in this paper the decentralized communication middleware called SOLA with an emphasis on, but not limited to, CPPS. SOLA uses the inherent given capability to communicate of participating nodes and eliminates the need for a central instance. A structured overlay network is created and managed, which appears to its users as a single coherent system. The main building blocks of SOLA are the management overlay and the event dissemination. Within this building blocks, no single peer has a global view and all operations are based on each peer’s local view. The local view represents some selected links to a subset of all peers in the network. In addition to this, we also present how SOLA was developed with the help of the discrete-event simulator ns-3. Finally, we also show how we have used ns-3 to simulate a self-organizing material flow where participants use SOLA to communicate.},
isbn = {9798400707476},
keywords = {balanced tree,cyber-physical production system,decentral organized communication,peer-to-peer network}
}
SOLA is a composition of other components. References to the publications are provided in the dedicated documentation.
Owner
- Name: Fraunhofer IML OE130
- Login: iml130
- Kind: organization
- Location: Dortmund, Germany
- Website: https://www.iml.fraunhofer.de
- Repositories: 9
- Profile: https://github.com/iml130
AI and Autonomous Systems
Citation (CITATION.cff)
cff-version: 1.2.0
title: "SOLA"
authors:
- family-names: "Detzner"
given-names: "Peter"
- family-names: "Gödeke"
given-names: "Jana"
- family-names: "Tönning"
given-names: "Lars"
- family-names: "Laskowski"
given-names: "Patrick"
- family-names: "Hörstrup"
given-names: "Maximilian"
- family-names: "Stolz"
given-names: "Oliver"
- family-names: "Brehler"
given-names: "Marius"
- family-names: "Kerner"
given-names: "Sören"
date-released: "2023-06-02"
preferred-citation:
type: conference-paper
title: "SOLA: A Decentralized Communication Middleware Developed with ns-3"
authors:
- family-names: "Detzner"
given-names: "Peter"
- family-names: "Gödeke"
given-names: "Jana"
- family-names: "Tönning"
given-names: "Lars"
- family-names: "Laskowski"
given-names: "Patrick"
- family-names: "Hörstrup"
given-names: "Maximilian"
- family-names: "Stolz"
given-names: "Oliver"
- family-names: "Brehler"
given-names: "Marius"
- family-names: "Kerner"
given-names: "Sören"
doi: 10.1145/3592149.3592151
isbn: "9798400707476"
pages: 8
publisher:
name: "Association for Computing Machinery"
collection-title: "Proceedings of the 2023 Workshop on ns-3"
year: 2023
month: 6
conference:
name: "WNS3 2023: 2023 Workshop on ns-3"
GitHub Events
Total
- Watch event: 1
- Issue comment event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Watch event: 1
- Issue comment event: 1
- Pull request event: 2
- Create event: 1
Dependencies
- actions/cache v3 composite
- actions/cache/restore v3 composite
- actions/cache/save v3 composite
- actions/checkout v3 composite