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