diff --git a/README.md b/README.md index bb0bd5bcb44fde383e674d5b5b541ae8b0a52863..84af0cb8e602d1dccbb28974d45809dbb91c1c57 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# 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 diff --git a/arduino/README.md b/arduino/README.md index f58410c9f6be68e693e91d5eb1111b00d68f5205..e296f607e7a01200c6cc17573e75d3890b2c4528 100644 --- a/arduino/README.md +++ b/arduino/README.md @@ -1,3 +1,10 @@ # 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 diff --git a/camunda/README.md b/camunda/README.md index ec66f3914ab274afda7c32727a8e45e8d07e90c1..3c5fc3bd9e7941e9e4fdd45fb32a9d1e2771d312 100644 --- a/camunda/README.md +++ b/camunda/README.md @@ -1,3 +1,12 @@ # 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"> diff --git a/camunda/process_IoT_Receiver.png b/camunda/process_IoT_Receiver.png new file mode 100644 index 0000000000000000000000000000000000000000..c57c6763fdc9f45f460bba265dab51883eaf871a Binary files /dev/null and b/camunda/process_IoT_Receiver.png differ diff --git a/camunda/process_IoT_demo_process.png b/camunda/process_IoT_demo_process.png new file mode 100644 index 0000000000000000000000000000000000000000..1045b1f6d0ae119029bc4ac96885b31751b94623 Binary files /dev/null and b/camunda/process_IoT_demo_process.png differ diff --git a/phpApi/README.md b/phpApi/README.md index ff216029bc0ff46938c5917049c4e26244ca8527..7e8c9ea135fbbffbe9ce135dfd733f888df8d627 100644 --- a/phpApi/README.md +++ b/phpApi/README.md @@ -1,3 +1,5 @@ # 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 diff --git a/project_architecture.png b/project_architecture.png new file mode 100644 index 0000000000000000000000000000000000000000..9515a5f380905504c7b30fd68a404f73b157e19e Binary files /dev/null and b/project_architecture.png differ