Develop an "AgriNode bundle " for Eclipse Kura (using Bitreactive)
In my previous post: MOSQUITTO (MQTT BROKER) DEMO . (MQTT broker is installed into a Gateway with host IP: 172.16.1.1:1883). In this demo, I build a bundle which is installed in Kura . For my project, the bundle purpose is to send an MQTT message from the Gateway to sensor nodes every specific time which can be set by a user via Kura UI. This means that the gateway will send a command for requiring data from sensor nodes. Therefore, sensor nodes need to subscribe the topic that the gateway publishes to. The figure below illustrates this demo: In the figure, the "Gateway" is a Raspberry Pi 2. The "sensor node" will be Arduino ESP8266 but in this demo, I use an Android phone for monitoring message from the gateway. If you are interested in this demo please follow these steps: Requirements: - Raspberry Pi 2 with Kura and Mosquitto installed. - Eclipse Java Neon with Bitreactive installed. Step 1: Build a...