Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: gpl-3.0
|
| 5 |
+
tags:
|
| 6 |
+
- fog-computing
|
| 7 |
+
- edge-computing
|
| 8 |
+
- network-simulation
|
| 9 |
+
- omnet++
|
| 10 |
+
- discrete-event-simulation
|
| 11 |
+
pretty_name: Simcan2Fog
|
| 12 |
+
repository: https://github.com/UlyssesDeAguilar/Simcan2Fog
|
| 13 |
+
summary: >-
|
| 14 |
+
Discrete-event simulation platform for fog, edge and cloud environments.
|
| 15 |
+
Official implementation for the SoftwareX (2025) publication.
|
| 16 |
+
publications:
|
| 17 |
+
- doi: 10.1016/j.softx.2025.102424
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Simcan2Fog: Fog Computing Simulation Framework
|
| 21 |
+
|
| 22 |
+
Official repository for the paper: **"Simcan2Fog: A discrete-event platform for the modelling and simulation of Fog computing environments"** published in *SoftwareX* (2025).
|
| 23 |
+
|
| 24 |
+
## 💡 Overview
|
| 25 |
+
Simcan2Fog is an open-source framework built on **OMNeT++ 6.3.0** and **INET 4.5.4**. It provides a high-level abstraction for simulating complex hierarchical architectures, focusing on:
|
| 26 |
+
- **Multi-tier offloading policies.**
|
| 27 |
+
- **Service discovery (DNS-based).**
|
| 28 |
+
- **SLA and Energy efficiency management.**
|
| 29 |
+
|
| 30 |
+
## 🚀 Key Features
|
| 31 |
+
- **Hierarchical Node Management:** Flexible fog node deployment across multiple layers.
|
| 32 |
+
- **Advanced Networking:** Full stack support via INET, including TCP/UDP and Pub/Sub (MQTT/RabbitMQ style).
|
| 33 |
+
- **Reproduction:** Fully compatible with the [Zenodo Artifact](https://zenodo.org/records/16282495).
|
| 34 |
+
|
| 35 |
+
## 📖 Citation
|
| 36 |
+
If you use this framework, please cite:
|
| 37 |
+
```bibtex
|
| 38 |
+
@article{deaguilar2025,
|
| 39 |
+
title = {Simcan2Fog: A discrete-event platform for the modelling and simulation of Fog computing environments},
|
| 40 |
+
journal = {SoftwareX},
|
| 41 |
+
year = {2025},
|
| 42 |
+
doi = {10.1016/j.softx.2025.102424},
|
| 43 |
+
author = {Ulysses {de Aguilar} and Pablo C. Cañizares and Alberto Núñez}
|
| 44 |
+
}
|