当前位置: 首页 > 工具软件 > DSpace > 使用案例 >

SOSP论文dSpace: Composable Abstractions for Smart Spaces 总结

柯立果
2023-12-01

Major Contributions

  1. dSpace is an open and modular programming framework designed to simplify and speed up the development of smart space applications.
  2. aSpace provides two core components:
    a. digivices for device control and actuation
    b. digidata for processing IoT data.
  3. dSpace also introduces new abstractions such as mount, yield, and pipe to allow for the composition of digivices and digidata into higher-level structures.
  4. The framework and architecture is compatible with Kubernetes

Motivation

The growth in the number of IoT devices being used in homes, offices, and retail spaces is transforming the way we live and work. This trend has led to a need for systems that can support the development of smart space applications.

Both research and industry solutions have addressed this need by providing unified device abstractions, common system services, and policy languages, as well as addressing the challenges of discovery, localization, and networking of IoT devices.

The work that has been done in this area has made it easier to discover, network, and program individual devices, but there is still more work to be done in this field.

 类似资料: