Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Camunda IoT Demo
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Blatt
Camunda IoT Demo
Commits
eef02127
Commit
eef02127
authored
5 years ago
by
Jonas Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Edit readmes
parent
004dca57
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+4
-2
4 additions, 2 deletions
README.md
arduino/README.md
+2
-2
2 additions, 2 deletions
arduino/README.md
camunda/README.md
+7
-5
7 additions, 5 deletions
camunda/README.md
phpApi/README.md
+8
-0
8 additions, 0 deletions
phpApi/README.md
with
21 additions
and
9 deletions
README.md
+
4
−
2
View file @
eef02127
...
...
@@ -2,10 +2,12 @@
SoSe 18/19 - Business Software
by Roman Antoschin, Jonas Blatt and Philipp Müller
## 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:
[
PHP Website - IoT
Data
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
<img
src=
"project_architecture.png"
width=
"650"
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
arduino/README.md
+
2
−
2
View file @
eef02127
...
...
@@ -4,7 +4,7 @@
[
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=
"
4
50"
>
<img
src=
"arduino/Skizze_Schaltplan.jpg"
width=
"
5
50"
>
## Cabling
<img
src=
"arduino/Skizze_Verkabelung.jpg"
width=
"450"
>
\ No newline at end of file
<img
src=
"arduino/Skizze_Verkabelung.jpg"
width=
"550"
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
camunda/README.md
+
7
−
5
View file @
eef02127
# Camunda IoT Demo
Build with
Build with
[
camunda-bpm-spring-boot-starter-webapp
](
https://github.com/camunda/camunda-bpm-spring-boot-starter
)
## IoT receiver process
This process will be receive every minute the rfid data from the rfid
api
server.
This process will be receive every minute the rfid data from the rfid
data
server.
After receiving the data, this project will start a new sample process.
<img
src=
"camunda/process_IoT_Receiver.png"
width=
"450"
>
<img
src=
"camunda/process_IoT_Receiver.png"
width=
"650"
>
## 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"
>
This demo process will be started by the IoT receiver process for each rfid tag, received by the IoT data API.
<img
src=
"camunda/process_IoT_demo_process.png"
width=
"650"
>
This diff is collapsed.
Click to expand it.
phpApi/README.md
+
8
−
0
View file @
eef02127
# Camunda IoT Demo
## IoT Data Server
Provide two functions:
*
Store rfid data
*
Provide the stored data
## IoT API Source code
[
Source code
](
https://gitlab.uni-koblenz.de/jonasblatt/camunda-iot-demo/blob/master/phpApi/rfid.php
)
## 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment