This is an old revision of the document!
Table of Contents
Administrator Guide
This guide shows how to setup an OSGi execution environment with the Middleware platform services.
The guide assume that:
- You have a java 7 JRE installed on your system
- Have basic administration knowledge of the Karaf OSGi container
MQTT Broker
The communication platforms relies on MQTT at the lowest communication layer. On linux/windows machines you can easily install the Mosquitto MQTT broker by downloading it on the official website. Ubuntu repositories alredy host a Mosquitto package, install it using apt with
sudo apt-get install mosquitto
Without any configuration you should already have an instance of mosquitto on your machine, already configured with open access on port 1883.
Karaf
Download the sensorweaver karaf bundle from this link and decompress it. The sensor weaver karaf bundle comes with custom configuration that enables it to download and start automatically sensorweaver bundles
- Karaf container
- Download
- How to install
- How to configure services