US7149660B2 - Sensor application integration framework (SAIF) - Google Patents

Sensor application integration framework (SAIF) Download PDF

Info

Publication number
US7149660B2
US7149660B2 US11/060,146 US6014605A US7149660B2 US 7149660 B2 US7149660 B2 US 7149660B2 US 6014605 A US6014605 A US 6014605A US 7149660 B2 US7149660 B2 US 7149660B2
Authority
US
United States
Prior art keywords
sensor
sensor device
interface
api
client application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US11/060,146
Other versions
US20060195299A1 (en
Inventor
Dennis L. Kuehn
Marc A. Peters
Michael R. Mott
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Boeing Co
Original Assignee
Boeing Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Boeing Co filed Critical Boeing Co
Priority to US11/060,146 priority Critical patent/US7149660B2/en
Assigned to BOEING COMPANY, THE reassignment BOEING COMPANY, THE ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MOTT, MICHAEL R., PETERS, MARC A., KUEHN, DENNIS L.
Publication of US20060195299A1 publication Critical patent/US20060195299A1/en
Application granted granted Critical
Publication of US7149660B2 publication Critical patent/US7149660B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications

Definitions

  • the present invention generally relates to the interoperability of computer systems, and more particularly relates to the interface standardization between client applications and sensor applications.
  • COTS commercial-off-the-shelf
  • NCO network centric operations
  • system centric operations based on the concept of compatible information-sharing between multiple diverse “systems”, such as aircraft, vehicles, command centers, robotic devices and/or human-operated computing devices in order to accomplish a desired task.
  • system centric operations such as aircraft, vehicles, command centers, robotic devices and/or human-operated computing devices in order to accomplish a desired task.
  • NCO communication capabilities could be used to identify a military target, provide data to a central command from multiple field positions, monitor the activities of widespread remote personnel, receive images and data from spacecraft devices, and so forth.
  • a sensor For a typical system in an NCO network, one of the most commonly used data gathering devices is a sensor that is configured for a particular application. That is, for a system to measure parameters (e.g., temperature, velocity, etc.), or to capture images or sounds, or to monitor almost any type of activity, some form of specialized sensor device is generally incorporated into the system in order to interface with and monitor the activity of interest. For the sensor device to perform its monitoring function efficiently, a dedicated (client) software application is typically interfaced with the sensor device via the system infrastructure. Because of the wide diversity of sensor device types and applications, the dedicated client software applications may require specialized interfacing infrastructures for the satisfactory transmission of information between applications and sensor devices. In addition, the specialized interfacing software is typically dependent on the specific characteristics of the sensor hardware.
  • the interfacing software development phase is generally inhibited from completion until after the sensor hardware has been fully developed.
  • This “serial” type of design/development sequence can be relatively lengthy, as compared to a “parallel” design sequence, and can lead to undesirable system development delays.
  • the use of specialized interfaces can be relatively costly, especially in complex system environments with numerous types of sensors.
  • devices and methods are provided for standardizing the interface infrastructure between sensor devices and client applications.
  • One method comprises the steps of registering the interface definitions of the sensor device services, selecting one or more of the sensor device services corresponding to the registered interface definitions by the client application, sending command and control messages from the client application to the sensor device, sending status information from the sensor device to the client application in response to the command and control messages, sending sensor data from the sensor device to the client application, and sending data from the client application to the sensor device in response to the sensor data.
  • Standard communication protocols such as XML, SOAP, UDDI, and WSDL are typically used for the interactive interchange (handshake) of messages, status information, and data between the sensor device and the client application.
  • One exemplary device comprises a transport layer interface infrastructure configured to transfer messages and data between sensor devices and client applications.
  • Sensor device services are registered in the interface infrastructure as interface definitions, and the client applications select sensor services by accessing the corresponding interface definitions.
  • Messages and data are interactively interchanged between client applications and sensor devices via the transport layer infrastructure by means of standard communication protocols.
  • the exemplary hardware and software are generally compatible with commercial-off-the-shelf (COTS) technology.
  • COTS commercial-off-the-shelf
  • FIG. 1 is a block diagram of a conventional interface arrangement between diverse sensors and their corresponding client applications
  • FIG. 2 is a block diagram of an exemplary embodiment of a standardized interface infrastructure between diverse sensors and their corresponding-client applications;
  • FIG. 3 is a layering diagram incorporating an exemplary embodiment of a standardized interface transport layer for sensors
  • FIG. 4 is a block diagram of exemplary configuration embodiments of standardized sensor interfaces
  • FIG. 5 is a simplified communications diagram of an exemplary embodiment of a standardized sensor interface arrangement
  • FIG. 6 is a detailed communications diagram of an exemplary embodiment of a standardized sensor interface arrangement.
  • FIG. 7 is a flow diagram corresponding to the exemplary embodiment of FIG. 6 .
  • a formal interface specification can be developed for sensor hardware in the form of an abstraction of the hardware details. This abstraction is typically based on sensor hardware dependencies, and is designed to be compatible with standard operating system platforms.
  • the exemplary abstraction is typically configured as a transport layer for sensor data within the Open System Interconnection (OSI) model, and is typically linked with either the network layer or the data link layer.
  • OSI Open System Interconnection
  • the abstraction/transport layer described herein can represent a generic capability to transmit sensor information, in a similar manner to the generic capability of File Transfer Protocol (FTP) to move files between systems.
  • the disclosed sensor interface abstraction can be configured to be compatible with COTS technology.
  • FIG. 1 A typical example of a conventional interfacing arrangement 100 for diverse sensors and corresponding client applications is shown in FIG. 1 .
  • a type A sensor 102 , a type B sensor 104 , and a type C sensor 106 represent three different types of sensors.
  • sensor 102 could be a temperature sensor
  • sensor 104 could be a humidity sensor
  • sensor 106 could be an air velocity sensor.
  • each sensor ( 102 , 104 , 106 ) is interfaced with a specialized application program interface (API) 108 , 110 , 112 , respectively.
  • API application program interface
  • API's 108 , 110 , 112 are typically configured to communicate with corresponding client applications 114 , 116 , and 118 , and are used as the individual communication channels between sensors 102 , 104 , 106 and their respective client applications 114 , 116 , 118 .
  • a specialized API is generally developed serially with its associated sensor hardware in order to be fully compatible with the final hardware design. As such, the final API design may not be completed until well after the hardware development phase, tending to prolong the overall system development time.
  • the development of specialized sensor API designs e.g., 108 , 110 , 112
  • FIG. 2 an exemplary embodiment of a standardized sensor API interface arrangement 200 is shown in FIG. 2 .
  • sensors 102 , 104 , and 106 are commonly interfaced with a sensor application integration framework (herein designated SAIF API) 202 .
  • SAIF API 202 Dedicated client applications 114 , 116 , 118 are also interfaced with SAIF API 202 , through which they communicate with corresponding sensors 102 , 104 , 106 , respectively.
  • SAIF API 202 provides a generic capability to interchange information between client applications 114 , 116 , 118 and their associated sensors 102 , 104 , 106 .
  • SAIF API 202 is independent of the physical connections to sensors 102 , 104 , 106 , and is compatible with diverse client applications 114 , 116 , 118 .
  • Exemplary standardized interface SAIF API 202 is typically configured in the form of a sensor transport layer 302 within the OSI reference model 300, as shown in FIG. 3 .
  • the OSI reference model 300 was developed by the International Organization for Standardization (ISO), and is generally considered to be the primary architectural model for transferring information between networked computer systems.
  • the seven layers (Application 304 , Presentation 306 , Session 308 , Transport 302 , Network 310 , Data Link 312 , Physical 314 ) of the OSI model 300 typically represent seven separate tasks to be implemented sequentially in the transfer of information.
  • the layers are typically configured to implement their respective tasks independently, thus enabling the solutions of one layer to be updated without affecting the other layers.
  • OSI model 300 provides a communication framework
  • the actual communication is implemented by various communication protocols that operate in conjunction with the layers of OSI model 300.
  • SAIF API transport layer 302 for example, standard protocols such as Extensible Markup Language (XML), Simple Object Access Protocol (SOAP), Universal Description, Discovery and Integration (UDDI), and Web Services Definition Language (WSDL), as well as others, can be used to manage the interactions between client applications and sensor hardware.
  • XML Extensible Markup Language
  • SOAP Simple Object Access Protocol
  • UDDI Universal Description, Discovery and Integration
  • WSDL Web Services Definition Language
  • a client sensor processing application would be suitably routed from Application layer 304 to Physical layer 314 via SAIF API transport layer 302 and the other relevant layers.
  • Physical layer 314 would then typically interface with an appropriate sensor device 316 .
  • an exemplary SAIF API transport layer 302 can be incorporated within the OSI model 300 to integrate diverse types of sensors with corresponding client applications via standard communication protocols. It will be appreciated that SAIF API transport layer 302 can be layered on either Network layer 310 or on Data link layer 312 . In general, layering SAIF API transport layer 302 on Data link layer 312 is more suitable for high-bandwidth sensors, but the specific layering configuration may also be determined by other system constraints.
  • An exemplary SAIF API is typically configured to abstract the details of the underlying sensor hardware from the application. As such, an exemplary SAIF API can be used during a development phase as an interface for a sensor simulator, during a test phase as an interface for a sensor emulator, and during a final system phase as an interface for the actual sensor device. These progressive development phases are illustrated in the simplified block diagrams 400 a , 400 b , and 400 c of FIG. 4 .
  • An application 402 is interfaced with an exemplary SAIF API 404 in each of the three diagrams. In diagram 400 a , SAIF API 404 interfaces with a sensor simulator 406 that generally provides functional data, but not necessarily at the rate of the actual sensor device.
  • SAIF API 404 interfaces with a sensor emulator 408 that typically provides data that is at-rate and faithful to the structure of the sensor device being emulated.
  • SAIF API 404 is interfaced with an actual sensor device 410 operating in real time.
  • the software development of SAIF API 404 can parallel the hardware development of sensor device 410 , since changes to the sensor and/or associated interconnect hardware will generally not require changes to the SAIF interface.
  • overall system development time can be reduced, as compared to the typically lengthy process of conventional serial sensor/interface development.
  • an exemplary embodiment of a communication arrangement 500 between client applications and sensor devices is shown in the simplified block diagram of FIG. 5 .
  • an exemplary SAIF API 502 provides the interface infrastructure between a group of client applications 504 , including various applications 504 a , 504 b , 504 c , 504 d , and a group of sensor devices 506 , including corresponding sensor devices 506 a , 506 b , 506 c , 506 d .
  • client application 504 d is shown to be in communication with sensor device 506 d via SAIF API 502 .
  • information is passed from sensor device 506 d to SAIF API 502 via a standard communication protocol 508 , and information is received by sensor device 506 d from SAIF API 502 via a standard communication protocol 510 .
  • information is passed from client application 504 d to SAIF API 502 via a standard communication protocol 512 , and information is received by client application 504 d from SAIF API 502 via a standard communication protocol 514 .
  • the information passing through exemplary infrastructure SAIF API 502 not only includes typical interfacing information, such as Register Service Definitions, Lookup Services, and retrieve Service Definitions, but can also include two sensor-specific classes of service; namely, “Message” and “Data”.
  • Message services are typically Command and Control and Health and Status, and are generally relatively lightweight data messages.
  • Data services are typically Data Read and Write, and generally encompass relatively large data sets.
  • the Message and Data communication channels are typically separated to avoid overloading the Message channel with the potentially voluminous data in the Data channel.
  • Step 1 in each diagram represents the registration of service definitions from sensor device 506 d into a suitable registry (not shown) within SAIF API 502 .
  • Step 2 in each diagram represents a search by client application 504 d within SAIF API 502 for a desired service available from sensor device 506 d .
  • Step 3 in each diagram represents the retrieval of requested service definitions from SAIF API 502 by client application 504 d .
  • client application 504 d transmits Command and Control messages to sensor device 506 d via SAIF API 502 .
  • sensor device 506 d responds to the Command and Control messages by transmitting Health and Status information to client application 504 d via SAIF API 502 .
  • sensor device 506 d transmits sensor data to client application 504 d via SAIF API 502 .
  • client application 504 d sends further instructions, as appropriate, to sensor device 506 d via SAIF API 502 .
  • the type of instructions that might be sent from client application 504 d to sensor device 506 d in step 7 , above, could represent a configuration change request, or some type of format updating of sensor device 506 d .
  • the sensor data i.e., video images
  • Client application 504 d could then send the appropriate change instructions to sensor 506 d to implement the desired change (step 7 ).
  • steps 1 – 7 All of the above described information interchanges (steps 1 – 7 ) between client application 504 d and sensor device 506 d are transferred through SAIF API 502 , which effectively “uncouples” the underlying infrastructure. That is, the communication protocols for message and data transfers can be provided by standards such as XML, while SAIF API 502 provides the appropriate translation mechanisms where needed.
  • the exemplary interfacing arrangement shown in FIGS. 5 and 6 enables an interactive “hand-shake” capability for messages and data that can be transferred bi-directionally between client applications and sensor devices.
  • an exemplary SAIF API encapsulates and standardizes sensor interfaces so that the sensor devices can be provided as services to client applications.
  • a standardized interface infrastructure designated herein as a Sensor Application Integration Framework (SAIF)
  • SAIF Sensor Application Integration Framework
  • API application program interface
  • Sensor services are registered in the SAIF API as interface definitions, and the client applications search the interface definitions corresponding to desired sensor services.
  • An interactive handshake of messages and data between client applications and sensor services is typically communicated via standard communication protocols such as XML.
  • the SAIF API can function as a standard interface for sensor simulation, sensor emulation, and active sensor device.
  • the SAIF API hardware and associated software are generally compatible with commercial-off-the-shelf (COTS) technology.
  • COTS commercial-off-the-shelf

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

Methods and apparatus are provided for standardizing an interface infrastructure between sensor devices and client applications. The apparatus comprises a Sensor Application Integration Framework (SAIF) in the form of an application program interface (API) transport layer between sensor devices and client applications. Sensor services are registered in the SAIF API as interface definitions, and the client applications search the interface definitions corresponding to desired sensor services. An interactive handshake of messages and data between client applications and sensor services is implemented via the SAIF API by means of standard communication protocols such as XML. The SAIF API abstracts the details of the underlying sensor hardware from the client application, and can therefore function as a standard interface for sensor simulation, for sensor emulation, and for an active sensor device. The SAIF API hardware and associated software are generally compatible with commercial-off-the-shelf (COTS) technology.

Description

TECHNICAL FIELD
The present invention generally relates to the interoperability of computer systems, and more particularly relates to the interface standardization between client applications and sensor applications.
BACKGROUND
Interoperability between computer systems, sub-systems, and various other data processing devices is becoming increasingly important, as for example, in such areas as aerospace, defense, and homeland security. The ability to communicate between diverse system and component technologies is generally a high priority goal for both government and commercial entities. Moreover, the widespread use of commercial-off-the-shelf (COTS) products in conjunction with standardized software protocols offers an opportunity for non-commercial users, such as government/military, to maintain pace with COTS technology development in order to achieve the benefits of the technology and the concomitant reduction in overall life-cycle costs. The evolving paradigm designated “network centric operations” (NCO) is based on the concept of compatible information-sharing between multiple diverse “systems”, such as aircraft, vehicles, command centers, robotic devices and/or human-operated computing devices in order to accomplish a desired task. For example, NCO communication capabilities could be used to identify a military target, provide data to a central command from multiple field positions, monitor the activities of widespread remote personnel, receive images and data from spacecraft devices, and so forth.
For a typical system in an NCO network, one of the most commonly used data gathering devices is a sensor that is configured for a particular application. That is, for a system to measure parameters (e.g., temperature, velocity, etc.), or to capture images or sounds, or to monitor almost any type of activity, some form of specialized sensor device is generally incorporated into the system in order to interface with and monitor the activity of interest. For the sensor device to perform its monitoring function efficiently, a dedicated (client) software application is typically interfaced with the sensor device via the system infrastructure. Because of the wide diversity of sensor device types and applications, the dedicated client software applications may require specialized interfacing infrastructures for the satisfactory transmission of information between applications and sensor devices. In addition, the specialized interfacing software is typically dependent on the specific characteristics of the sensor hardware. As such, the interfacing software development phase is generally inhibited from completion until after the sensor hardware has been fully developed. This “serial” type of design/development sequence can be relatively lengthy, as compared to a “parallel” design sequence, and can lead to undesirable system development delays. Moreover, the use of specialized interfaces can be relatively costly, especially in complex system environments with numerous types of sensors.
Accordingly, it is desirable to provide a standardized sensor interface infrastructure that is independent of the specific sensor design or application. In addition, it is desirable to provide a standardized sensor interface infrastructure that is compatible with COTS technology. Furthermore, other desirable features and characteristics of the present invention will become apparent from the subsequent detailed description and the appended claims, taken in conjunction with the accompanying drawings and the foregoing technical field and background.
BRIEF SUMMARY
According to various exemplary embodiments, devices and methods are provided for standardizing the interface infrastructure between sensor devices and client applications. One method comprises the steps of registering the interface definitions of the sensor device services, selecting one or more of the sensor device services corresponding to the registered interface definitions by the client application, sending command and control messages from the client application to the sensor device, sending status information from the sensor device to the client application in response to the command and control messages, sending sensor data from the sensor device to the client application, and sending data from the client application to the sensor device in response to the sensor data. Standard communication protocols such as XML, SOAP, UDDI, and WSDL are typically used for the interactive interchange (handshake) of messages, status information, and data between the sensor device and the client application.
One exemplary device comprises a transport layer interface infrastructure configured to transfer messages and data between sensor devices and client applications. Sensor device services are registered in the interface infrastructure as interface definitions, and the client applications select sensor services by accessing the corresponding interface definitions. Messages and data are interactively interchanged between client applications and sensor devices via the transport layer infrastructure by means of standard communication protocols. The exemplary hardware and software are generally compatible with commercial-off-the-shelf (COTS) technology.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention will hereinafter be described in conjunction with the following drawing figures, wherein like numerals denote like elements, and
FIG. 1 is a block diagram of a conventional interface arrangement between diverse sensors and their corresponding client applications;
FIG. 2 is a block diagram of an exemplary embodiment of a standardized interface infrastructure between diverse sensors and their corresponding-client applications;
FIG. 3 is a layering diagram incorporating an exemplary embodiment of a standardized interface transport layer for sensors;
FIG. 4 is a block diagram of exemplary configuration embodiments of standardized sensor interfaces;
FIG. 5 is a simplified communications diagram of an exemplary embodiment of a standardized sensor interface arrangement;
FIG. 6 is a detailed communications diagram of an exemplary embodiment of a standardized sensor interface arrangement; and
FIG. 7 is a flow diagram corresponding to the exemplary embodiment of FIG. 6.
DETAILED DESCRIPTION
The following detailed description is merely exemplary in nature and is not intended to limit the invention or the application and uses of the invention. Furthermore, there is no intention to be bound by any expressed or implied theory presented in the preceding technical field, background, brief summary or the following detailed description.
Various embodiments of the present invention pertain to the area of standardizing the interface infrastructure between diverse sensor devices and their respective dedicated client applications. A formal interface specification can be developed for sensor hardware in the form of an abstraction of the hardware details. This abstraction is typically based on sensor hardware dependencies, and is designed to be compatible with standard operating system platforms. The exemplary abstraction is typically configured as a transport layer for sensor data within the Open System Interconnection (OSI) model, and is typically linked with either the network layer or the data link layer. As such, the abstraction/transport layer described herein can represent a generic capability to transmit sensor information, in a similar manner to the generic capability of File Transfer Protocol (FTP) to move files between systems. Moreover, the disclosed sensor interface abstraction can be configured to be compatible with COTS technology.
A typical example of a conventional interfacing arrangement 100 for diverse sensors and corresponding client applications is shown in FIG. 1. A type A sensor 102, a type B sensor 104, and a type C sensor 106 represent three different types of sensors. For example, sensor 102 could be a temperature sensor, sensor 104 could be a humidity sensor, and sensor 106 could be an air velocity sensor. In the FIG. 1 arrangement, each sensor (102, 104, 106) is interfaced with a specialized application program interface (API) 108, 110, 112, respectively. API's 108, 110, 112 are typically configured to communicate with corresponding client applications 114, 116, and 118, and are used as the individual communication channels between sensors 102, 104, 106 and their respective client applications 114, 116, 118. As noted previously, a specialized API is generally developed serially with its associated sensor hardware in order to be fully compatible with the final hardware design. As such, the final API design may not be completed until well after the hardware development phase, tending to prolong the overall system development time. In addition, the development of specialized sensor API designs (e.g., 108, 110, 112) can represent a significant expenditure for a system having numerous types of sensors.
In contrast to the conventional interfacing arrangement of FIG. 1, an exemplary embodiment of a standardized sensor API interface arrangement 200 is shown in FIG. 2. In this embodiment, sensors 102, 104, and 106 are commonly interfaced with a sensor application integration framework (herein designated SAIF API) 202. Dedicated client applications 114, 116, 118 are also interfaced with SAIF API 202, through which they communicate with corresponding sensors 102, 104, 106, respectively. As will be described more fully below, SAIF API 202 provides a generic capability to interchange information between client applications 114, 116, 118 and their associated sensors 102, 104, 106. As such, SAIF API 202 is independent of the physical connections to sensors 102, 104, 106, and is compatible with diverse client applications 114, 116, 118.
Exemplary standardized interface SAIF API 202 is typically configured in the form of a sensor transport layer 302 within the OSI reference model 300, as shown in FIG. 3. The OSI reference model 300 was developed by the International Organization for Standardization (ISO), and is generally considered to be the primary architectural model for transferring information between networked computer systems. The seven layers (Application 304, Presentation 306, Session 308, Transport 302, Network 310, Data Link 312, Physical 314) of the OSI model 300 typically represent seven separate tasks to be implemented sequentially in the transfer of information. The layers are typically configured to implement their respective tasks independently, thus enabling the solutions of one layer to be updated without affecting the other layers.
In a simple example of information transfer from one computer software application (A), as shown in FIG. 3, to another computer software application (B) (not shown), software application A will provide information to its associated Application layer 304. This information is then sequentially processed through the remaining layers (306, 308, 302, 310, 312, 314) and placed on an appropriate network physical medium (e.g., cables). The information is then transferred to a Physical layer associated with the software application B system, from which it is processed in reverse sequence up to the related Application layer. The information is then passed to the software application B to complete the transfer process.
While the OSI model 300 provides a communication framework, the actual communication is implemented by various communication protocols that operate in conjunction with the layers of OSI model 300. With regard to an exemplary SAIF API transport layer 302, for example, standard protocols such as Extensible Markup Language (XML), Simple Object Access Protocol (SOAP), Universal Description, Discovery and Integration (UDDI), and Web Services Definition Language (WSDL), as well as others, can be used to manage the interactions between client applications and sensor hardware. In the embodiment illustrated in FIG. 3, for example, a client sensor processing application would be suitably routed from Application layer 304 to Physical layer 314 via SAIF API transport layer 302 and the other relevant layers. Physical layer 314 would then typically interface with an appropriate sensor device 316. Information generated by sensor device 316 could also be communicated to the client sensor application in the reverse sequence, as will be further described below. Thus, an exemplary SAIF API transport layer 302 can be incorporated within the OSI model 300 to integrate diverse types of sensors with corresponding client applications via standard communication protocols. It will be appreciated that SAIF API transport layer 302 can be layered on either Network layer 310 or on Data link layer 312. In general, layering SAIF API transport layer 302 on Data link layer 312 is more suitable for high-bandwidth sensors, but the specific layering configuration may also be determined by other system constraints.
An exemplary SAIF API is typically configured to abstract the details of the underlying sensor hardware from the application. As such, an exemplary SAIF API can be used during a development phase as an interface for a sensor simulator, during a test phase as an interface for a sensor emulator, and during a final system phase as an interface for the actual sensor device. These progressive development phases are illustrated in the simplified block diagrams 400 a, 400 b, and 400 c of FIG. 4. An application 402 is interfaced with an exemplary SAIF API 404 in each of the three diagrams. In diagram 400 a, SAIF API 404 interfaces with a sensor simulator 406 that generally provides functional data, but not necessarily at the rate of the actual sensor device. In diagram 400 b, SAIF API 404 interfaces with a sensor emulator 408 that typically provides data that is at-rate and faithful to the structure of the sensor device being emulated. In diagram 400 c, SAIF API 404 is interfaced with an actual sensor device 410 operating in real time. Thus, the software development of SAIF API 404 can parallel the hardware development of sensor device 410, since changes to the sensor and/or associated interconnect hardware will generally not require changes to the SAIF interface. As such, overall system development time can be reduced, as compared to the typically lengthy process of conventional serial sensor/interface development.
An exemplary embodiment of a communication arrangement 500 between client applications and sensor devices is shown in the simplified block diagram of FIG. 5. In this embodiment, an exemplary SAIF API 502 provides the interface infrastructure between a group of client applications 504, including various applications 504 a, 504 b, 504 c, 504 d, and a group of sensor devices 506, including corresponding sensor devices 506 a, 506 b, 506 c, 506 d. In this example, client application 504 d is shown to be in communication with sensor device 506 d via SAIF API 502. As will be described in more detail below, information is passed from sensor device 506 d to SAIF API 502 via a standard communication protocol 508, and information is received by sensor device 506 d from SAIF API 502 via a standard communication protocol 510. In a similar manner, information is passed from client application 504 d to SAIF API 502 via a standard communication protocol 512, and information is received by client application 504 d from SAIF API 502 via a standard communication protocol 514.
The information passing through exemplary infrastructure SAIF API 502 not only includes typical interfacing information, such as Register Service Definitions, Lookup Services, and Retrieve Service Definitions, but can also include two sensor-specific classes of service; namely, “Message” and “Data”. Message services are typically Command and Control and Health and Status, and are generally relatively lightweight data messages. Data services are typically Data Read and Write, and generally encompass relatively large data sets. The Message and Data communication channels are typically separated to avoid overloading the Message channel with the potentially voluminous data in the Data channel.
A more detailed example of the information interchange between client application 504 d and sensor device 506 d via SAIF API 502 is illustrated in the block diagram of FIG. 6 and also in the flow diagram of FIG. 7. Step 1 in each diagram represents the registration of service definitions from sensor device 506 d into a suitable registry (not shown) within SAIF API 502. Step 2 in each diagram represents a search by client application 504 d within SAIF API 502 for a desired service available from sensor device 506 d. Step 3 in each diagram represents the retrieval of requested service definitions from SAIF API 502 by client application 504 d. In step 4 in each diagram, client application 504 d transmits Command and Control messages to sensor device 506 d via SAIF API 502. In step 5 in each diagram, sensor device 506 d responds to the Command and Control messages by transmitting Health and Status information to client application 504 d via SAIF API 502. In step 6 in each diagram, sensor device 506 d transmits sensor data to client application 504 d via SAIF API 502. Finally, in step 7 in each diagram, client application 504 d sends further instructions, as appropriate, to sensor device 506 d via SAIF API 502.
The type of instructions that might be sent from client application 504 d to sensor device 506 d in step 7, above, could represent a configuration change request, or some type of format updating of sensor device 506 d. For example, if sensor device 506 d is a remote digital camera, the sensor data (i.e., video images) that are transmitted from sensor device 506 d to client application 504 d (step 6, above) might indicate to client application 504 d that a change should be made to an operating feature of sensor device 506 d to obtain a higher quality video transmission. Client application 504 d could then send the appropriate change instructions to sensor 506 d to implement the desired change (step 7).
All of the above described information interchanges (steps 17) between client application 504 d and sensor device 506 d are transferred through SAIF API 502, which effectively “uncouples” the underlying infrastructure. That is, the communication protocols for message and data transfers can be provided by standards such as XML, while SAIF API 502 provides the appropriate translation mechanisms where needed. As indicated by steps 4 through 7, above, the exemplary interfacing arrangement shown in FIGS. 5 and 6 enables an interactive “hand-shake” capability for messages and data that can be transferred bi-directionally between client applications and sensor devices. In effect, an exemplary SAIF API encapsulates and standardizes sensor interfaces so that the sensor devices can be provided as services to client applications.
Accordingly, the shortcomings of the prior art have been overcome by providing an improved interface infrastructure for communication interchange between sensor devices and client applications. A standardized interface infrastructure, designated herein as a Sensor Application Integration Framework (SAIF), is implemented in the form of an application program interface (API) transport layer between sensor devices and client applications. Sensor services are registered in the SAIF API as interface definitions, and the client applications search the interface definitions corresponding to desired sensor services. An interactive handshake of messages and data between client applications and sensor services is typically communicated via standard communication protocols such as XML. The SAIF API can function as a standard interface for sensor simulation, sensor emulation, and active sensor device. Moreover, the SAIF API hardware and associated software are generally compatible with commercial-off-the-shelf (COTS) technology.
While at least one exemplary embodiment has been presented in the foregoing detailed description, it should be appreciated that a vast number of variations exist. It should also be appreciated that the exemplary embodiment or exemplary embodiments are only examples, and are not intended to limit the scope, applicability, or configuration of the invention in any way. Rather, the foregoing detailed description will provide those skilled in the art with a convenient road map for implementing the exemplary embodiment or exemplary embodiments. It should be understood that various changes can be made in the function and arrangement of elements without departing from the scope of the invention as set forth in the appended claims and the legal equivalents thereof.

Claims (13)

1. A method of standardizing the interface between a sensor device and a client application, the method comprising the steps of:
registering the interface definitions of the sensor device services in a sensor interface infrastructure that is implemented in a form of an API in a transport layer of an OSI model;
selecting one or more of the registered interface definitions of the sensor device services by the client application;
sending command and control messages from the client application to the sensor device;
sending status information from the sensor device to the client application in response to the command and control messages;
sending sensor data from the sensor device to the client application; and
sending data from the client application to the sensor device in response to the sensor data, wherein standard communication protocols are used for the interactive interchange of messages, status information, and data between the sensor device and the client application.
2. The method of claim 1 wherein a standard communication protocol is extensible markup language (XML).
3. The method of claim 1 wherein a standard communication protocol is Simple Object Access Protocol (SOAP).
4. The method of claim 1 wherein the standard communication protocol is Universal Description, Discovery and Integration (UDDI).
5. The method of claim 1 wherein the standard communication protocol is Web Services Definition Language (WSDL).
6. A system for standardizing the interface between a sensor device and a client application, comprising:
a sensor device having services identified by interface definitions;
a client application having look up capabilities for selecting sensor device services;
a sensor interface infrastructure that is implemented in a form of an API in a transport layer of an OSI model configured to transfer messages and data between the sensor device and the client application, wherein the client application selects a sensor service by accessing the corresponding interface definition in the interface infrastructure, and wherein messages and data are interactively transferred between the client application and the sensor device via the sensor interface infrastructure by means of standard communication protocols.
7. The system of claim 6 wherein a standard communication protocol is extensible markup language (XML).
8. The system of claim 6 wherein a standard communication protocol is Simple Object Access Protocol (SOAP).
9. The system of claim 6 wherein a standard communication protocol is Universal Description, Discovery and Integration (UDDI).
10. The system of claim 6 wherein a standard communication protocol is Web Services Definition Language (WSDL).
11. The system of claim 6 wherein the sensor device hardware and associated software are compatible with commercial-off-the-shelf (COTS) technology.
12. A universal infrastructure for integrating a sensor device with application software, comprising:
a sensor interface infrastructure that is implemented in the form of an API in a transport layer of an OSI model for transferring messages and data between the sensor device and the application software, the transport layer configured to receive interface definitions from the sensor device corresponding to available sensor device services, and the transport layer further configured to receive requests for sensor device services from the application software;
wherein the service requests are matched with the corresponding interface definitions in the transport layer, and wherein the transport layer transfers messages and data interactively between the sensor device and the application software via a standard communication protocol.
13. The universal infrastructure of claim 12 wherein the sensor device and the application software are compatible with COTS technology.
US11/060,146 2005-02-17 2005-02-17 Sensor application integration framework (SAIF) Active 2025-02-18 US7149660B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/060,146 US7149660B2 (en) 2005-02-17 2005-02-17 Sensor application integration framework (SAIF)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/060,146 US7149660B2 (en) 2005-02-17 2005-02-17 Sensor application integration framework (SAIF)

Publications (2)

Publication Number Publication Date
US20060195299A1 US20060195299A1 (en) 2006-08-31
US7149660B2 true US7149660B2 (en) 2006-12-12

Family

ID=36932910

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/060,146 Active 2025-02-18 US7149660B2 (en) 2005-02-17 2005-02-17 Sensor application integration framework (SAIF)

Country Status (1)

Country Link
US (1) US7149660B2 (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080007403A1 (en) * 2006-06-23 2008-01-10 Compal Communications, Inc. Home security system intergrating local wireless network and external communication networks
US20090150017A1 (en) * 2007-12-05 2009-06-11 Toyota Motor Engineering & Manufacturing North America, Inc. Computing platform for multiple intelligent transportation systems in an automotive vehicle
US20090319569A1 (en) * 2008-06-24 2009-12-24 Microsoft Corporation Context platform
US20090320143A1 (en) * 2008-06-24 2009-12-24 Microsoft Corporation Sensor interface
US20100251010A1 (en) * 2009-03-30 2010-09-30 The Boeing Company Computer architectures using shared storage
US20110072441A1 (en) * 2009-09-23 2011-03-24 Microsoft Corporation Message communication of sensor and other data
US20110191787A1 (en) * 2010-02-02 2011-08-04 Sun Microsystems, Inc. System and method for providing sensor data from embedded device to software development environment
US8799201B2 (en) 2011-07-25 2014-08-05 Toyota Motor Engineering & Manufacturing North America, Inc. Method and system for tracking objects
EP2860893A1 (en) 2013-10-10 2015-04-15 Thomson Licensing Sensor information communcation layer
US9098462B1 (en) 2010-09-14 2015-08-04 The Boeing Company Communications via shared memory
US9922512B2 (en) 2013-10-17 2018-03-20 Utc Fire And Security Americas Corporation, Inc. Security panel with virtual sensors
WO2019147758A1 (en) * 2018-01-24 2019-08-01 Sensoriant, Inc. System and method establishing a trust model for shared content on the internet
US10686601B2 (en) 2018-01-24 2020-06-16 Sensoriant, Inc. Consistency and consensus management in decentralized and distributed systems
US10728020B2 (en) 2018-01-24 2020-07-28 Sensoriant, Inc. Efficient mining operations in blockchain environments with non-secure devices
US10764052B2 (en) 2018-01-24 2020-09-01 Sensoriant, Inc. User identity and trust models in decentralized and distributed systems

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10331136B2 (en) 2006-02-27 2019-06-25 Perrone Robotics, Inc. General purpose robotics operating system with unmanned and autonomous vehicle extensions
US20090125918A1 (en) * 2007-11-13 2009-05-14 Microsoft Corporation Shared sensing system interfaces
DE102009029495A1 (en) * 2009-09-16 2011-03-24 Endress + Hauser Conducta Gesellschaft für Mess- und Regeltechnik mbH + Co. KG Transmitter for a multi-sensor system, in particular as field device for process automation technology and method for operating the transmitter
CN103986743A (en) * 2013-02-07 2014-08-13 伊姆西公司 Method, apparatus and system for acquiring data in Internet of Things
US9946831B1 (en) * 2015-07-07 2018-04-17 Cadence Design Systems, Inc. Method for closed loop testing of ASICs with image sensors in emulation
CN113035964B (en) * 2021-03-08 2023-02-21 中电科技集团重庆声光电有限公司 Standardized interface for repackaging sensor module

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040167750A1 (en) * 2003-02-24 2004-08-26 Pagnano Marco Aurelio De Oliveira Arrangements and methods for monitoring processes and devices using a web service

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040167750A1 (en) * 2003-02-24 2004-08-26 Pagnano Marco Aurelio De Oliveira Arrangements and methods for monitoring processes and devices using a web service

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080007403A1 (en) * 2006-06-23 2008-01-10 Compal Communications, Inc. Home security system intergrating local wireless network and external communication networks
US8126605B2 (en) 2007-12-05 2012-02-28 Toyota Motor Engineering & Manufacturing North America, Inc. Computing platform for multiple intelligent transportation systems in an automotive vehicle
US20090150017A1 (en) * 2007-12-05 2009-06-11 Toyota Motor Engineering & Manufacturing North America, Inc. Computing platform for multiple intelligent transportation systems in an automotive vehicle
US20090319569A1 (en) * 2008-06-24 2009-12-24 Microsoft Corporation Context platform
US20090320143A1 (en) * 2008-06-24 2009-12-24 Microsoft Corporation Sensor interface
US8516001B2 (en) 2008-06-24 2013-08-20 Microsoft Corporation Context platform
US8171337B2 (en) 2009-03-30 2012-05-01 The Boeing Company Computer architectures using shared storage
US20100251010A1 (en) * 2009-03-30 2010-09-30 The Boeing Company Computer architectures using shared storage
US9098562B2 (en) 2009-03-30 2015-08-04 The Boeing Company Computer architectures using shared storage
US20100257374A1 (en) * 2009-03-30 2010-10-07 The Boeing Company Computer architectures using shared storage
US9690839B2 (en) 2009-03-30 2017-06-27 The Boeing Company Computer architectures using shared storage
US8972515B2 (en) 2009-03-30 2015-03-03 The Boeing Company Computer architectures using shared storage
US20100250867A1 (en) * 2009-03-30 2010-09-30 The Boeing Company Computer architectures using shared storage
US8601307B2 (en) 2009-03-30 2013-12-03 The Boeing Company Computer architectures using shared storage
US8601308B2 (en) 2009-03-30 2013-12-03 The Boeing Company Computer architectures using shared storage
US8601309B2 (en) 2009-03-30 2013-12-03 The Boeing Company Computer architectures using shared storage
US8276159B2 (en) 2009-09-23 2012-09-25 Microsoft Corporation Message communication of sensor and other data
US20110072441A1 (en) * 2009-09-23 2011-03-24 Microsoft Corporation Message communication of sensor and other data
US10503571B2 (en) 2009-09-23 2019-12-10 Microsoft Technology Licensing, Llc Message communication of sensor and other data
US9032418B2 (en) 2009-09-23 2015-05-12 Microsoft Technology Licensing, Llc Message communication of sensor and other data
US9519529B2 (en) 2009-09-23 2016-12-13 Microsoft Technology Licensing, Llc Message communication of sensor and other data
US20110191787A1 (en) * 2010-02-02 2011-08-04 Sun Microsystems, Inc. System and method for providing sensor data from embedded device to software development environment
US9098462B1 (en) 2010-09-14 2015-08-04 The Boeing Company Communications via shared memory
US8799201B2 (en) 2011-07-25 2014-08-05 Toyota Motor Engineering & Manufacturing North America, Inc. Method and system for tracking objects
EP2860893A1 (en) 2013-10-10 2015-04-15 Thomson Licensing Sensor information communcation layer
US9922512B2 (en) 2013-10-17 2018-03-20 Utc Fire And Security Americas Corporation, Inc. Security panel with virtual sensors
WO2019147758A1 (en) * 2018-01-24 2019-08-01 Sensoriant, Inc. System and method establishing a trust model for shared content on the internet
US10686601B2 (en) 2018-01-24 2020-06-16 Sensoriant, Inc. Consistency and consensus management in decentralized and distributed systems
US10728020B2 (en) 2018-01-24 2020-07-28 Sensoriant, Inc. Efficient mining operations in blockchain environments with non-secure devices
US10764052B2 (en) 2018-01-24 2020-09-01 Sensoriant, Inc. User identity and trust models in decentralized and distributed systems
US11218315B2 (en) 2018-01-24 2022-01-04 Safeshare, Inc. System and method establishing a trust model for shared content on the internet
US11496313B2 (en) 2018-01-24 2022-11-08 Safelishare, Inc. User identity and trust models in decentralized and distributed systems

Also Published As

Publication number Publication date
US20060195299A1 (en) 2006-08-31

Similar Documents

Publication Publication Date Title
US7149660B2 (en) Sensor application integration framework (SAIF)
Lehman et al. Hitting the distributed computing sweet spot with TSpaces
US6430164B1 (en) Communications involving disparate protocol network/bus and device subsystems
EP2764453B1 (en) System and method for intersystem device exchange
US9680561B2 (en) Situational awareness and position information for satellite communication terminals
US8214102B2 (en) Methods and apparatus for providing access to vehicle electronic systems
US7894952B2 (en) Methods and apparatus for accessing vehicle electronic systems
US7809673B2 (en) Methods and apparatus for interfacing external systems with vehicle electronic systems
US20060181403A1 (en) Dynamically tasking one or more surveillance resources
Nieves et al. A UPnP service to control and manage IEEE 1451 transducers in control networks
US20020199022A1 (en) System and method for establishing and managing communications between mangement protocol different system
US7634553B2 (en) Service proxy for emulating a service in a computer infrastructure for testing and demonstration
US7627456B2 (en) Dynamically tasking one or more surveillance resources
US7269411B2 (en) Methods and systems for providing information network access to a host agent via a guardian agent
WO2006084032A1 (en) Dynamically tasking one or more surveillance resources
US20170104853A1 (en) Test and Training Enabling Architecture Gateway Implemented on a Chip
US7408457B2 (en) Dynamically tasking one or more surveillance resources
CN112099769B (en) Software radar device with unified data transmission interface
Bergamaschi et al. Generic vehicle architecture for the integration and sharing of in-vehicle and extra-vehicle sensors
US8825850B2 (en) Information processing apparatus and control method
O’rourke et al. Reagan test site distributed operations
Ravi Integration of UAVS with Real Time Operating Systems and Establishing a Secure Data Transmission
CN116708501A (en) Information processing system, method, device and product
Goughnour et al. Widely distributed C 4 ISR
Le Automatic web-based calibration of network-capable shipboard sensors

Legal Events

Date Code Title Description
AS Assignment

Owner name: BOEING COMPANY, THE, ILLINOIS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KUEHN, DENNIS L.;PETERS, MARC A.;MOTT, MICHAEL R.;REEL/FRAME:016308/0591;SIGNING DATES FROM 20050126 TO 20050130

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553)

Year of fee payment: 12