Skip to content

bosch-io/hawkbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

113e528 · Jan 9, 2017
Nov 17, 2016
Dec 13, 2016
Dec 13, 2016
Dec 7, 2016
Dec 13, 2016
Dec 23, 2016
Dec 23, 2016
Nov 3, 2016
Oct 31, 2016
Dec 23, 2016
Dec 23, 2016
Nov 17, 2016
Dec 13, 2016
Dec 9, 2016
Dec 23, 2016
Dec 23, 2016
Dec 13, 2016
Dec 23, 2016
Dec 23, 2016
Dec 13, 2016
Oct 6, 2016
Jan 9, 2017
Jan 21, 2016
Sep 23, 2016
Feb 24, 2016
Jan 21, 2016
Nov 9, 2015
May 18, 2016
Dec 13, 2016
Nov 8, 2016
Oct 27, 2016
Jan 21, 2016
Jul 20, 2016
Dec 19, 2016
Nov 17, 2016

Repository files navigation

Eclipse hawkBit™ - Update Server

Eclipse hawkBit is an domain independent back end solution for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure.

Build: Circle CI Codacy Badge SonarQuality Maven Central

Documentation

see hawkBit Documentation

Contact us

  • Want to chat with the team behind hawkBit? Join the chat at https://gitter.im/eclipse/hawkbit
  • Having issues with hawkBit? Open a GitHub issue.
  • You can also check out our Project Homepage for further contact options.

hawkBit sandbox

We offer a sandbox installation that is free for everyone to try out hawkBit. However, keep in mind that the sandbox database will be reset from time to time. It is also not possible to upload any artifacts into the sandbox. But you can use it to try out the Management UI, Management API and DDI API.

https://hawkbit.eu-gb.mybluemix.net/UI/

Compile, Run and Getting Started

We are not providing an off the shelf installation ready hawkBit update server. However, we recommend to check out the Example Application for a runtime ready Spring Boot based update server that is empowered by hawkBit. In addition we have guide for setting up a complete landscape.

hawkBit (Spring boot) starters

Next to the Example Application we are also providing a set of Spring Boot Starters to quick start your own Spring Boot based application.

Clone and build hawkBit

$ git clone https://github.com/eclipse/hawkbit.git
$ cd hawkbit
$ mvn clean install

Start hawkBit example app

Example Application

$ java -jar ./examples/hawkbit-example-app/target/hawkbit-example-app-#version#.jar

Start hawkBit device simulator

Device Simulator

$ java -jar ./examples/hawkbit-device-simulator/target/hawkbit-device-simulator-#version#.jar

Generate Getting Started data

Example Management API Client

$ java -jar ./examples/hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-#version#.jar

Releases and Roadmap

  • We are currently working on the first formal release under the Eclipse banner: 0.1 (see Release 0.1 branch).
  • The master branch contains future development towards 0.2. We are currently focusing on:
    • Rollout Management for large scale rollouts.
    • Clustering capabilities for the update server.
    • Upgrade of Spring Boot and Vaadin dependencies.
    • And of course tons of usability improvements and bug fixes.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 87.6%
  • JavaScript 10.2%
  • HTML 1.2%
  • CSS 0.9%
  • Shell 0.1%
  • Batchfile 0.0%