Skip to main content

Posts

Showing posts from January, 2018

IoT gateway with Raspberry Pi using Eclipse Kura

The gateway uses a Raspberry Pi with Eclipse Kura  to run the application that controls the relay board, Eclipse Leshan to communicate with the sensor, and Eclipse Paho to communicate with the server. The sources of the project are available on GitHub:  https://github.com/brusdev/smart-solar-heating-system/tree/master/gateway Eclipse Kura Eclipse Kura offers a platform that can live at the boundary between the private device network and the local network, public Internet or cellular network providing a manageable and intelligent gateway for that boundary capable of running applications that can harvest locally gathered information and deliver it reliably to the cloud. Eclipse Kura can be installed on a Raspberry Pi but it requires Raspbian, gdebi and OpenJDK. You can find the detailed instrucions on official web site:  https://eclipse.github.io/kura/intro/raspberry-pi-quick-start.html The Kura development environment may be installed on a Windows, Linux, or Mac OS. The set