Writing Internet of Things Applicatations with Task-Oriented Programming

12/08/2022
by   Mart Lubbers, et al.
0

The Internet of Things (IoT) is growing fast. In 2018, there was approximately one connected device per person on earth and the number has been growing ever since. The devices interact with the environment via different modalities at the same time using sensors and actuators making the programs parallel. Yet, writing this type of programs is difficult because the devices have little computation power and memory, the platforms are heterogeneous and the languages are low level. Task Oriented Programming (TOP) is a declarative programming language paradigm that is used to express coordination of work, collaboration of users and systems, the distribution of shared data and the human-computer interaction. The mTask language is a specialized, yet full-fledged, multi-backend TOP language for IoT devices. With the bytecode interpretation backend and the integration with iTask, tasks can be executed on the device dynamically. This means that – according to the current state of affairs – tasks can be tailor-made at run time, compiled to device-agnostic bytecode and shipped to the device for interpretation. Tasks sent to the device are fully integrated in iTask to allow every form of interaction with the tasks such as observation of the task value and interaction with Shared Data Sources (SDSs). The entire IoT application – both server and devices – are programmed in a single language, albeit using two embedded Domain Specific Languages (EDSLs).

READ FULL TEXT
research
05/27/2021

Hailstorm : A Statically-Typed, Purely Functional Language for IoT Applications

With the growing ubiquity of Internet of Things(IoT), more complex logic...
research
10/27/2018

IoT Cloud Platforms: an Application Development Perspective

With the growing number of Internet of Things (IoT) devices, the data ge...
research
11/01/2019

rIoT: Enabling Seamless Context-AwareAutomation in the Internet of Things

Advances in mobile computing capabilities and an increasing number of In...
research
01/28/2022

Constellation: An Edge-Based Semantic Runtime System for Internet of Things Applications

With the global Internet of Things IoT market size predicted to grow to ...
research
05/03/2022

Implementation of an efficient, portable and platform-agnostic cryptocurrency mining algorithm for Internet of Things devices

Recently, there has been a remarkable amount of research being done in b...
research
11/29/2019

Internet of Things in Geospatial Analytics

Digital Earth was born with the aim of replicating the real world within...
research
12/15/2020

Computation Against a Neighbour

Recent works in contexts like the Internet of Things (IoT) and large-sca...

Please sign up or login with your details

Forgot password? Click here to reset