bjoern.butzin created page: home authored by Björn Butzin's avatar Björn Butzin
...@@ -10,6 +10,7 @@ Furthermore, we will introduce the observe mechanism. ...@@ -10,6 +10,7 @@ Furthermore, we will introduce the observe mechanism.
* (Copper plugin for Mozilla Firefox) * (Copper plugin for Mozilla Firefox)
The following points will be covered by this tutorial: The following points will be covered by this tutorial:
1. Installation of Copper Plugin for Mozilla Firefox 1. Installation of Copper Plugin for Mozilla Firefox
2. Introduction of jCoAP (based on Task 1) 2. Introduction of jCoAP (based on Task 1)
3. Import of prepared project into Eclipse 3. Import of prepared project into Eclipse
...@@ -26,7 +27,8 @@ The following points will be covered by this tutorial: ...@@ -26,7 +27,8 @@ The following points will be covered by this tutorial:
-- http://ws4d.org/ -- http://ws4d.org/
-- https://gitlab.amd.e-technik.uni-rostock.de/ws4d/jcoap -- https://gitlab.amd.e-technik.uni-rostock.de/ws4d/jcoap
• Task 1 – Sequence Diagram: • Task 1 – Sequence Diagram
Server Side Server Side
Client Side Client Side
...@@ -68,13 +70,13 @@ Client Side ...@@ -68,13 +70,13 @@ Client Side
* the resulting GUI should look like this: * the resulting GUI should look like this:
* We have prepared some FIXME and TODO annotations: * We have prepared some FIXME and TODO annotations:
** Just open the „Task“ view * Just open the „Task“ view
** FIXMEs are for the first task (message exchange) * FIXMEs are for the first task (message exchange)
** TODOs are for the second task (observe and AC control) * TODOs are for the second task (observe and AC control)
* If you do not have a „Task“ view: * If you do not have a „Task“ view:
** Window > Show View > Other * Window > Show View > Other
** Type „task“ * Type „task“
** Select „General > Task“ view * Select „General > Task“ view
## 4. Task 1: Implementation of client/server and enable simple message exchange ## 4. Task 1: Implementation of client/server and enable simple message exchange
... ...
......