A project for IoT classes at AGH UST, Poland
Developed by:
- Krzysztof Nalepa, @kraleppa
- Jakub Solecki, @jakubsolecki
- Mateusz Obrzut, @matt628
- Krzysztof Widenka, @krzwid
The aim of the project was to develop a software agent implementation for the device VirtualCopernicusNG enabling its management and control using the Node Red tool. The project developed sample programs.
Dowload local Node-RED from website: https://nodered.org/docs/getting-started/local
Run it by typing in terminal node-red
.
Node-RED is hosted now locally.
Default server is http://127.0.0.1:1880/
Import flows.json
from Flows
directory, deploy the flows on Node-RED.
It's possible to build custom flows.
- Choose button
- Assign actions to button
- Click deploy
- Initialize device again
Both of the devices use flows described in the corresponding README
Usage of physical device is described in the corresponding README
Usage of virtual device is described in the corresponding README