RASC: Enhancing Observability&Programmability in Smart Spaces

📅 2026-01-20
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limited observability and programmability of device actions in existing IoT systems, which hinder effective management of heterogeneous operations with varying durations. To overcome this, the authors propose RASC (Request-Acknowledge-Start-Complete), a four-phase action abstraction that explicitly models key stages of IoT actions beyond conventional RPC, enabling fine-grained observation and control for the first time. A prototype implementation built on Home Assistant demonstrates capabilities including precise completion-time prediction, rapid fault detection, fine-grained dependency programming, and efficient scheduling. Experimental results show that, while meeting latency service-level objectives (SLOs), the proposed approach improves scheduling performance by 10%–55% over the state-of-the-art for typical IoT actions lasting several minutes.

Technology Category

Application Category

📝 Abstract
While RPCs form the bedrock of systems stacks, we posit that IoT device collections in smart spaces like homes, warehouses, and office buildings--which are all"user-facing"--require a more expressive abstraction. Orthogonal to prior work, which improved the reliability of IoT communication, our work focuses on improving the observability and programmability of IoT actions. We present the RASC (Request-Acknowledge-Start-Complete) abstraction, which provides acknowledgments at critical points after an IoT device action is initiated. RASC is a better fit for IoT actions, which naturally vary in length spatially (across devices) and temporally (across time, for a given device). RASC also enables the design of several new features: predicting action completion times accurately, detecting failures of actions faster, allowing fine-grained dependencies in programming, and scheduling. RASC is intended to be implemented atop today's available RPC mechanisms, rather than as a replacement. We integrated RASC into a popular and open-source IoT framework called Home Assistant. Our trace-driven evaluation finds that RASC meets latency SLOs, especially for long actions that last O(mins), which are common in smart spaces. Our scheduling policies for home automations (e.g., routines) outperform state-of-the-art counterparts by 10%-55%.
Problem

Research questions and friction points this paper is trying to address.

observability
programmability
IoT
smart spaces
action abstraction
Innovation

Methods, ideas, or system contributions that make the work stand out.

RASC
observability
programmability
IoT abstraction
smart spaces
🔎 Similar Papers
No similar papers found.
A
Anna Karanika
University of Illinois Urbana-Champaign
K
Kai-Siang Wang
University of Illinois Urbana-Champaign
H
Han-Ting Liang
University of Illinois Urbana-Champaign
S
Shalni Sundram
University of Illinois Urbana-Champaign
Indranil Gupta
Indranil Gupta
Professor, Computer Science, University of Illinois Urbana-Champaign
Distributed SystemsCloud Computing