Konker Platform is an Open Source Platform for the Internet of Things (IoT). It is developed by Konker and the community.
The Platform allows easy connection and management of devices using HTTP or MQTT protocols.
Konker Platform runs and compiles on Java 8.
It has a compile-time dependency on Lombok (see below) and r untime dependencies on Eclipse Jetty, MongoDB, Redis and Mosquitto.
- Quadcore CPU
- 8 GB of memory
- 10 Vcore
- 8GB of memory
Just install the Lombok plugin.
java -jar $MAVEN_REPOSITORY/org/projectlombok/lombok/$VERSION/lombok-$VERSION.jar
- Click on "Specify Location"
- Select the eclipse executable
- Click on Install / Update
- Restart the Eclipse
Konker Platform is built by using Apache Maven
maven package
If you want to run the Konker Open Platform on your own desktop, we offer a Docker image with allin resources to help you. Please visit : https://hub.docker.com/r/konkerlabs/konker-platform/
If you need some help, please contact-us on [email protected]
Konker provides a hosted Konker Platform. Please, contact us at http://www.konkerlabs.com .
If you built your package with maven, the Konker Platform can be deployed as a web application on your favorite servlet container (we use jetty). You will need to customize the application.conf file to your needs. See application.conf.example on how to do that.
All Branchs and Pull Requests are submited to Github Action, before merge ci need to give you a gree light, for more info please se https://github.com/KonkerLabs/konker-platform/actions
Copyright 2017 Konker Labs
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.