From e22f25cc619b469785a5eba1444320ca47a45562 Mon Sep 17 00:00:00 2001 From: Enrico Jorns Date: Thu, 7 Dec 2017 11:22:32 +0100 Subject: [PATCH] README.md: Add RAUC hawkBit Client to list of clients supporting hawkBit (#603) Signed-off-by: Enrico Joerns --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18386bd91..5ca2799b9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ There are clients outside of the Eclipse IoT eco system as well, e.g.: * [SWupdate](https://github.com/sbabic/swupdate) which is a Linux Update agent with focus on a efficient and safe way to update embedded systems. +* [rauc-hawkbit](https://github.com/rauc/rauc-hawkbit) which is a python-based hawkBit client application and library for the [RAUC](https://github.com/rauc/rauc) update framework. + # Getting Started We are providing a [Spring Boot](https://projects.spring.io/spring-boot/) based reference [Update Server](hawkbit-runtime/hawkbit-update-server) including embedded H2 DB for test and evaluation purposes.