Abstract
Cyber-physical systems are networks of computers connected to the physical world. Often the interaction with the physical world is time critical. In that case computation and communication must be performed in real time. However, a standard implementation of a network stack is hardly time predictable. This paper addresses the challenge of real-time communication for time-critical cyber-physical systems with a time-predictable network stack. We present tpIP, a real-time implementation of the TCP/IP stack. We achieve time predictability by two properties: (1) the application interface is based on polling functions, instead of blocking sockets, that fits for periodic real-time tasks; (2) the implementation is carefully crafted to enable static worst-case execution time analysis of all functions.
AB - Cyber-physical systems are networks of computers connected to the physical world. Often the interaction with the physical world is time critical. In that case computation and communication must be performed in real time. However, a standard implementation of a network stack is hardly time predictable. This paper addresses the challenge of real-time communication for time-critical cyber-physical systems with a time-predictable network stack. We present tpIP, a real-time implementation of the TCP/IP stack. We achieve time predictability by two properties: (1) the application interface is based on polling functions, instead of blocking sockets, that fits for periodic real-time tasks; (2) the implementation is carefully crafted to enable static worst-case execution time analysis of all functions.
AB - Cyber-physical systems are networks of computers connected to the physical world. Often the interaction with the physical world is time critical. In that case computation and communication must be performed in real time. However, a standard implementation of a network stack is hardly time predictable. This paper addresses the challenge of real-time communication for time-critical cyber-physical systems with a time-predictable network stack. We present tpIP, a real-time implementation of the TCP/IP stack. We achieve time predictability by two properties: (1) the application interface is based on polling functions, instead of blocking sockets, that fits for periodic real-time tasks; (2) the implementation is carefully crafted to enable static worst-case execution time analysis of all functions.
Original language | English |
---|---|
Title of host publication | Proceedings of 2018 IEEE 21st International Symposium on Real-Time Distributed Computing : ISORC 2018 |
Number of pages | 8 |
Place of Publication | Los Alamitos, CA |
Publisher | IEEE |
Publication date | 2018 |
Pages | 75-82 |
Article number | 8421149 |
ISBN (Print) | 9781538658475 |
DOIs | |
Publication status | Published - 2018 |
Event | 21st International Symposium on Real-Time Distributed Computing. IEEE ISORC 2018 - Nanyang Technogical University, Singapore Duration: 29 May 2018 → 31 May 2018 Conference number: 21 https://cps-research-group.github.io/ISORC2018/ |
Conference
Conference | 21st International Symposium on Real-Time Distributed Computing. IEEE ISORC 2018 |
---|---|
Number | 21 |
Location | Nanyang Technogical University |
Country/Territory | Singapore |
Period | 29/05/2018 → 31/05/2018 |
Internet address |
Series | International Symposium on Object-Oriented Real-Time Distributed Computing |
---|---|
Volume | 21 |
ISSN | 1555-0885 |
Keywords
- Networking
- Real time systems
- Time predictable TCP/IP stack