Auflistung nach Autor:in "Fessel, Karl"
1 - 2 von 2
Treffer pro Seite
Sortieroptionen
- KonferenzbeitragModulare und konfigurierbare Remote Labore mit Edrys(21. Fachtagung Bildungstechnologien (DELFI), 2023) Dietrich, André; Fessel, Karl; Zug, SebastianDas Konzept der Remote-Labore kombiniert eine hohe Verfügbarkeit von Lehrmaterial-ien mit relevanten Herausforderungen realer Applikationen. Damit bilden sie einen Baustein zur Flexibilisierung und Studierendenzentrierung der Lehre. Gegenwärtige Implementierungen setzen diese Ziele mit statisch konfigurierten und auf individuelle Lernziele zugeschnittenen, server-basierten Applikationen um. Das im Rahmen des CrossLab-Projektes weiterentwickelte Frame-work Edrys, realisiert konzeptionell einen interpreterbasierten Ansatz. Der Lehrende definiert die Lehrinhalte und Konfigurationsparameter des Remote-Labors in einer Beschreibungsdatei. Dazu implementiert Edrys ein parametrisierbares und modulares Konzept (für Code-Editoren, inter-aktive Visualisierungen, Formate für Lehrinhalte) und bettet diese in eine Gesamtspezifikation ein.
- TextdokumentProgramming IoT applications across paradigms based on WebAssembly(INFORMATIK 2020, 2021) Fessel, Karl; Dietrich, André; Zug, SebastianThe key to IoT applications' success is the opportunity to exploit data generated by one node for various applications. Solutions for this are either centralized server systems, which aggregate the data and answer corresponding requests from different clients, or the concepts of edge computing, in which individual nodes take over the provision and processing of data directly. Although the advantages of immediate processing are obvious, edge computing concepts have so far been limited to more powerful nodes. Embedded in the DoRIoT project, we transfer the idea to low performance devices. This includes challenging questions related to security, scheduling and coordination issues. Additionally, we have to support the programming process itself. In order to achieve sufficient acceptance in the programming community we have to ensure that “freely programmable” is not bounded by hardware oriented programming paradigms and languages. Furthermore, the developer should be able to implement IoT-requests based on standard building blocks in a programming language of his choice. In this paper we introduce the architecture and a tool-chain to cope with these challenges based on a WebAssembly-interpreter (WAMR) embedded in the DoRIoT software stack. The prototypical integration provides the applicability of WASM compiler tool-chain, originally focused on web-applications, and supports the orchestration of multiple requests in parallel.