From 836aa63b9d153dca8aa1bc6102ebac7899e3c1df Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 10 Jun 2022 09:45:14 +0200 Subject: [PATCH] Add badges to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37349b8..44af7d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ESDS: An Extensible Simulator For Distributed Systems and Cyber-Physical Systems +[![Dependency](https://img.shields.io/badge/Python-v3.10-blue)](https://www.python.org/) [![Pipeline](https://gitlab.com/manzerbredes/esds/badges/main/pipeline.svg)](https://gitlab.com/manzerbredes/esds/-/tree/main) **What is ESDS ?** It is a short learning curve and coarse-grain network simulator. It contains the essential building blocks for the simulation of *Distributed Systems*, *Cyber-Physical Systems* (CPS), *Wireless Sensors Networks* (WSN) scenarios. It was originally designed to improve node implementation flexibility/faithfulness and mitigate the learning curve compare to existing network simulators.