diff --git a/README.md b/README.md index debada6..5c6ebb4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # D4 core +![](https://www.d4-project.org/assets/images/logo.png) + D4 core are software components used in the D4 project. The software includes everything to create your own sensor network or connect to an existing sensor network using simple clients. @@ -75,3 +77,8 @@ cd server The web interface is accessible via `http://127.0.0.1:7000/` +### Screenshots of D4 core server management + +![](https://raw.githubusercontent.com/D4-project/d4-core/master/doc/images/main.png) +![](https://raw.githubusercontent.com/D4-project/d4-core/master/doc/images/sensor-mgmt.png) +![](https://raw.githubusercontent.com/D4-project/d4-core/master/doc/images/server-mgmt.png) diff --git a/doc/images/main.png b/doc/images/main.png new file mode 100644 index 0000000..ce7cb89 Binary files /dev/null and b/doc/images/main.png differ diff --git a/doc/images/sensor-mgmt.png b/doc/images/sensor-mgmt.png new file mode 100644 index 0000000..87c985e Binary files /dev/null and b/doc/images/sensor-mgmt.png differ diff --git a/doc/images/server-mgmt.png b/doc/images/server-mgmt.png new file mode 100644 index 0000000..01ced33 Binary files /dev/null and b/doc/images/server-mgmt.png differ