ترجمه مقاله نقش ضروری ارتباطات 6G با چشم انداز صنعت 4.0
- مبلغ: ۸۶,۰۰۰ تومان
ترجمه مقاله پایداری توسعه شهری، تعدیل ساختار صنعتی و کارایی کاربری زمین
- مبلغ: ۹۱,۰۰۰ تومان
ABSTRACT
We present ELIoT, a development platform for Internet-connected smart devices. Unlike most solutions for the emerging “Internet of Things” (IoT), ELIoT allows programmers to implement functionality running within the networks of smart devices without necessarily leveraging the external Internet, and yet enables the integration of such functionality with Internet-wide services. ELIoT thus reconciles the demand for efficient localized performance, e.g., reduced latency for implementing control loops, with the need to integrate with the larger Internet. To this end, ELIoT’s programming model provides IoT-specific inter-process communication facilities, while its virtual machine-based execution caters for the need of software reconfiguration and the devices’ heterogeneity. Moreover, ELIoT addresses network-wide integration concerns by enabling standard-compliant interactions through REST and CoAP interfaces, with the added ability to dynamically reconfigure REST interfaces as application requirements evolve. We demonstrate the features and effectiveness of ELIoT based on a smart-home application, and quantitatively derive performance figures atop two hardware platforms compared to implementations using plain C or Java using the AllJoin framework. Compared to the C implementation, our results indicate that the performance cost for the increased programming productivity brought by ELIoT is still viable; for example, memory consumption in ELIoT is comparable, whereas the processing overhead remains within practical limits. Compared to the Java implementation using AllJoin, ELIoT provides a similar level of abstraction in programming, with much better performance both in memory consumption and processing overhead.
9. Conclusions
We presented ELIoT, a development platform for the IoT that allows developers to combine localized and Internet-wide interactions. ELIoT builds upon Erlang by adapting its inter-process communication facilities to the specifics of IoT applications, using custom language syntax and semantics. The VM-based execution supports the diverse IoT hardware and provides the necessary software reconfiguration capabilities. ELIoT nodes export reconfigurable REST interfaces for standard-compliant interactions, while a dedicated VM tailored to mainstream IoT devices supports the distributed executions of ELIoT applications, and a custom simulator aids testing and debugging using hybrid configurations of real and simulated devices. By comparing, both qualitatively and quantitatively, the implementation of a smart-home application using ELIoT and standard C, we found that the former facilitates development by producing more concise and more readable code that is easier to test and debug. The performance penalty is, on the other hand, limited. For example, memory usage in ELIoT is often comparable to the C counterparts, whereas CPU usage remains within practical limits.