Skip to content
Snippets Groups Projects
Commit 004dca57 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Add readme content

parent 374f02bf
No related branches found
No related tags found
No related merge requests found
# Camunda IoT Demo
\ No newline at end of file
# Camunda IoT Demo
SoSe 18/19 - Business Software
## Project parts
* Project: [Camunda Server](https://gitlab.uni-koblenz.de/jonasblatt/camunda-iot-demo/tree/master/camunda)
* Project: [PHP Website - IoT Server](https://gitlab.uni-koblenz.de/jonasblatt/camunda-iot-demo/tree/master/phpApi)
* Project: [Arduino](https://gitlab.uni-koblenz.de/jonasblatt/camunda-iot-demo/tree/master/arduino)
## Archtitecture of the system
<img src="project_architecture.png" width="450">
\ No newline at end of file
# Camunda IoT Demo
## Arduino sources
\ No newline at end of file
## Arduino rfid source
[Source code](https://gitlab.uni-koblenz.de/jonasblatt/camunda-iot-demo/blob/master/arduino/RFID_IoT_BS_final.ino)
## Circuit diagram
<img src="arduino/Skizze_Schaltplan.jpg" width="450">
## Cabling
<img src="arduino/Skizze_Verkabelung.jpg" width="450">
\ No newline at end of file
# Camunda IoT Demo
## Camunda server application
\ No newline at end of file
Build with
## IoT receiver process
This process will be receive every minute the rfid data from the rfid api server.
After receiving the data, this project will start a new sample process.
<img src="camunda/process_IoT_Receiver.png" width="450">
## Sample process
This demo process will be started by the IoT receiver process for each rfid tag, received by the IoT php API.
<img src="camunda/process/IoT_demo_process.png" width="450">
camunda/process_IoT_Receiver.png

120 KiB

camunda/process_IoT_demo_process.png

120 KiB

# Camunda IoT Demo
## php api
\ No newline at end of file
## PHP API for storing an requesting IoT data
* append new rfid data: rfid.php?action=append&tagId=123456
* receive rfid data: rfid.php?action=get
project_architecture.png

150 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment