Data- and Service-Centric Orchestration
- f the Internet of Things
Overview Sheet Table of Contents:
Tutorial: Overview Video Walkthrough Emulated IoT device Idea of the Game Goals/Steps of the Tutorial Virtual Machine overview Installed software Folder Structure Code Structure Starting services/agents from binaries Interacting with the VSL using the console service Tutorial TLDR Tutorial: The different steps Part 1: Overlay and Services Task 1: Start a knowledge KA and observe its initial messages Task 2: Start a second KA and and see what both agents exchange. Task 3: Start the gatewayService.jar Task 4: Use the console service to check the result Task 5: Stop everything Part 2: Building a devices digital twin as context model Task 1: Complete the context model of the board Gateway service Task 2: Complete the playercontrol context model Task 3: Play the game Task 4: Stop everything Part 3: Building the game logic and mashing up services Task 1: Complete the subscriptions and VirtualNode registrations of the Gateway Task 1.1: Complete subscriptions of the Gateway Task 1.2: Complete the virtual node registrations of the Gateway Task 2 (optional): Test if your code is working