This invention relates to a controller embedded in a device (an “embedded controller”) that retrieves data from a remote server for a specific instance of the device.
A device may contain an embedded controller, such as a microprocessor, to monitor and control its operation. Any type of device may have an embedded controller, including, but not limited to, home appliances, such as washing machines, dishwashers, and televisions, and manufacturing equipment, such as robotics, conveyors and motors.
Embedded controllers, also referred to as “embedded devices”, are often connected to an internal network, such as a local area network (LAN), with an interface to the Internet. Other devices on the internal network may communicate with the embedded controllers over the internal network. However, the embedded controllers are not generally addressable from the Internet.
In general, in one aspect, the invention is directed to a controller embedded in a device for retrieving data from a server. The controller sends a command to the server that identifies an instance of the device and receives, from the server and in response to the command, data that is specific to the instance of the device. The data identifies additional data to retrieve for the device.
This aspect of the invention may include one or more of the following. The command may include an operational parameter for the device and the data may include an updated value for the operational parameter. The command may include plural operational parameters for the device and the data may include updated values that differ from current values of the operational parameters.
The data may include a list of operational parameters. In this case, the embedded controller sends a second command to the server, which includes operational parameters from the list, and receives, from the server and in response to the second command, updated values of one or more of the operational parameters included in the second command. The data may include a list of operations to be performed by the controller. In this case, the embedded controller parses the operations from the list and performs the operations from the list.
The data may include a configuration file for the device. The command identifies the instance of the device by a device type and/or one or more of a serial number and a universal unique identifier. The embedded controller sends the command to the server periodically. The server runs the Hypertext Transfer Protocol and the command contains Extensible Markup Language code. The device receives the data via the Hypertext Transfer Protocol.
The command may include a first operational parameter for the device and the data may include a second operational parameter that is unrelated to the first operational parameter. The data may include a uniform resource locator. The uniform resource locator is used to obtain additional data that relates to the device. The data may include an indication that additional data for the device is present at the server. A second command is sent to the server to retrieve the additional data. The server retrieves the additional data in response to the second command. Parameters in the command determine a content of the data. The data may be encrypted when the data is received and then decrypted. The data may contain a digital signature when the data is received, which is then authenticated. The data may include a list of operations to be performed by the controller. The list of operations includes Simple Object Access Protocol calls that are scripted using Extensible Markup Language.
In general, in another aspect, the invention is directed to a server for sending data over a network to a controller embedded in a device. The server receives a command from the embedded controller, identifies an instance of the device from information in the command, retrieves data that is specific to the instance of the device, and sends the data to the embedded controller. The data identifies additional data for the embedded controller to retrieve.
This aspect of the invention may include one or more of the following features. The command may include a device type and/or one or more of a serial number and a universal unique identifier. The instance of the device may be identified based on the device type and/or one or more of the serial number and the universal unique identifier. The server may parse the device type and one or more of the serial number and universal unique identifier from the command prior to identifying the instance of the device.
The command may include an operational parameter for the device. The data may include an updated value of the operational parameter. The data may include a list of operational parameters for the device. The server receives a second command from the embedded controller, which includes an operational parameter from the list of operational parameters, obtains an updated value of the operational parameter, and sends the updated value of the operational parameter to the embedded controller.
The data may include a list of operations to be performed by the embedded controller. The data may include a configuration file for the device. The server may receive the data specific to the instance of the device and store the data in memory, from which it is retrieved. The data specific to the instance of the device may be received via a Web page generated by the server. The server may run the Hypertext Transfer Protocol and the command may contain Extensible Markup Language code. The data may be stored in a queue and retrieved from the queue.
In general, in another aspect, the invention is directed to a system that includes a controller embedded in a device that is capable of communicating over a computer network, and a server that is capable of communicating over the computer network. The embedded controller sends a command to the server over the computer network that identifies an instance of the device and, in response, the server (i) identifies the instance of the device based on the command, (ii) retrieves data that is specific to the instance of the device, and (iii) sends the data to the embedded controller over the computer network. The data identifies additional data for the embedded controller to retrieve.
This aspect of the invention may include one or more of the following features. The embedded controller is not remotely-addressable from the computer network. The computer network is the Internet. The server runs the Hypertext Transfer Protocol and the command may contain Extensible Markup Language code.
Other features and advantages of the invention will become apparent from the following description, including the claims and drawings.
Device 11 is connected to an internal network 12, such as a LAN. A router or modem 14 couples internal network 12 to an external network 15, such as the Internet/World Wide Web (Web). External network 15 runs TCP/IP (Transmission Control Protocol/Internet Protocol) or some other suitable protocol. Network connections are via Ethernet, telephone line, wireless, or other transmission media.
External network 15 contains a server 19, which is a computer or any other processing device. Server 19 communicates with embedded controller 17 over external network 15 and internal network 12. Embedded controller 17 has a local IP (Internet Protocol) address that can be resolved within internal network 12. However, this local IP address may not be recognizable by devices on external network 15, such as server 19. As such, server 19 may not be able to directly address device 11.
Embedded Controller
Embedded controller 17 runs software 20, which includes web client application 21 and operating software 22. Web client application 21 includes a TCP/IP protocol stack that allows embedded controller 17 to communicate over external network 15. Device operating software 22 provides an interface between Web client application 21 and a database 24. Through device operating software 22, embedded controller 17 retrieves data stored in database 24 and stores data in database 24.
Database 24 is stored in a memory 25 on device 11 or internal to embedded controller 17. Database 24 stores data, including operational parameters, configuration files, and identification information for device 11.
The operational parameters constitute settings and/or control instructions for the device 11, which are implemented by embedded controller 17. The types of operational parameters that are stored in database 24 depend on the nature of device 11. For example, if device 11 is a heating/cooling system, the operational parameters may include temperature levels, humidity levels, airflow controls, vent/duct open/close controls, and fan motor speed settings. A configuration file is a file that contains a set of one or more operational parameters for an instance of device 11.
What is meant by “instance” is the specific identity of device 11 as distinguished from other identical devices. The identification information stored in database 24 identifies the instance of device 11. This identification information includes, but is not limited to, data identifying the type of the device, a common (or “friendly”) name for the device, the manufacturer of the device, the model name of the device, the model number of the device, the serial number of the device, and a universal unique identifier (UUID) for the device.
The device type specifies a uniform resource locator (URL) for the device, which includes the name of the device. This information identifies a Web site that is associated with, and generated by, server 19 for the device. For example, a device type might be:
Server 19 is a computer that runs HTTP (Hypertext Transfer Protocol). Server 19 includes a controller 27, such as a microprocessor, for executing software to perform the functions described below. To avoid confusion in terminology, the following reads as though those functions are performed by server 19, even though software in controller 27 of server 19 performs the functions.
Server 19 executes Web server software 29 to communicate over external network 15. Web server software 29 also hosts a Web page associated with device 11. The Web page (not shown) is displayed on computer 13 of a user, such as the owner of device 11, who may input updated operational parameters for the device. These input updated operational parameters are transmitted to Web server software 29 over external network 15. Web server software 29 stores the updated parameters in database 30.
Web server software 29 stores and retrieves data in database 30 using application logic 32. Application logic 32 is software for accessing database 30 using the CGI (Common Gateway Interface) protocol. CGI is a well-known protocol for accessing a database. The operational parameters can be stored in database 30 individually or as part of a configuration file for an instance of device 11.
Database 30 is stored in a memory 31, which is inside of, or external to, server 19. Database 30 stores data associated with device 11, including the operational parameters noted above. Other data that may be stored for device 11 is described below.
The Data Transfer Process
Embedded controller 17 executes software 20 to retrieve data, such as operational parameters, from remote server 19. Server 19 executes software 34 to send the data to embedded controller 17.
Process 40 generates and sends (201) a command to server 19. The command, or a modified version thereof, is sent by embedded controller 17 to server 19 periodically. It is through this command that embedded controller 17 polls server 19 to determine if there are any new/updated operational parameters for device 11.
The command includes data identifying device 11. The data identifies the specific instance of device 11 and includes a device type field and one or both of a device serial number field and a device QUID. The command may also include the common name field, the manufacturer name field, the model name field, and the model number field, as set forth above.
The command may be either an HTTP GET command or an HTTP post command. The data included in those commands is similar, with the difference being that the HTTP GET command retrieves a document, such as a configuration file, that contains operational parameters and the HTTP POST command retrieves individual operational parameters. An example of an HTTP GET command is shown in Appendix A and an example of an HTTP POST command is shown in Appendix B.
The HTTP POST and GET commands shown in Appendices A and B contain XML (eXtensible Markup Language) commands. XML is a self-describing computer language in the sense that fields in the XML code identify variables and their values in the XML code. For example, as shown in the Appendices, the “manufacturer” field identifies a manufacturer, e.g., Sony®, and is delineated by “<manufacturer>” to indicate the start of the field and “</manufacturer>” to indicate the end of the field. XML is used because it can be generated, parsed and read relatively easily by server 19 and embedded controller 17.
As noted, the GET command is used to retrieve a document from server 19. The document to be retrieved corresponds to the fields in the GET command, in particular to the device type, serial number and/or UUID fields. By contrast, the POST command is used to retrieve individual operational parameters. The operational parameters that are to be retrieved are listed in the POST command itself. Changing these parameters changes the information the server provides to the embedded controller. By way of example, as shown in Appendix B, the operational parameters include airflow, humidity, motor and vent values for the fictitious “widget” device. The current values of these parameters are specified in the POST command shown in Appendix B as follows:
The updated values of these parameters are returned by server 19 to embedded controller 17 in a reply POST command. The updated values of these parameters are specified in the POST command shown in Appendix B as follows:
As shown, both the POST and GET commands include the URL of the device in the device type field. As described below, this directs server 19 to a Web site associated with device 11 and, thereafter, in the case of a GET Command, to retrieve a specific Web page that is generated for the device by server 19 or any other device in communication with network 15. It is noted that, since the POST command retrieves parameters, not a document like the GET command, the POST command need not include a URL of the device.
Referring back to
Process 41 identifies (204) the instance of device 11 based on the information parsed from the command. That is, process 41 uses the device type, serial number, and UUID field information to identify the instance.
If the Command is a POST Command
The remaining identification information from the command is used to narrow the search through database 30 down to data for the specific instance of device 11. The device serial number and/or UUID are used to retrieve operational parameters specific to device 11.
Once the appropriate data has been identified (204), process 41 retrieves (205) that data using application logic 32. Process 41 compares the values of the operational parameters to those included in the POST command. If the values are the same, process 41 returns an indication that there are no new/updated values for device 11. If the values of the operational parameters are different, process 41 adds the appropriate updated value fields to the POST command and sends (206) the POST command, with the updated operational parameters, back to embedded controller 17. Thus, only those operational parameters that differ from their original values are returned to embedded controller 17 in the POST command.
If the Command is a GET Command
As was the case above with the POST command, the remaining identification information from the command is used to narrow the search through database 30 down to data for the specific instance of device 11. In particular, the device serial number and/or UUID are used to retrieve (205) a configuration file that is specific to device 11. Process 41 sends (206) the configuration file to embedded controller 17. The configuration file may be a Web page identified by the URL in the device type field. This Web page is generated by server 19 using parameters stored in database 30 and then sent to device 11. It is noted that the complete Web page itself need not be stored. Alternatively, the GET command may retrieve separate configuration files and Web pages.
Process 40 in embedded controller 17 receives (207) the data (operational parameters or configuration file) from server 19 in response to sending (201) the command. Process 40 uses the data to update/reset device 11. For example, if device 11 is a heating system, a new operational parameter may be a new temperature setting for its thermostat. In this example, embedded controller 17 sets the new temperature accordingly. If the device is a television, a new operational parameter may indicate that certain pay television stations are now available. In this case, embedded controller 17 performs any appropriate decoding/descrambling functions on the television signal.
For both the POST and GET commands, the reply from server 19 to embedded controller 17 may contain a URL. The URL directs embedded controller 17 to a Web site that contains additional information, e.g., operational parameters and the like, for device 11. Embedded controller 17 may then retrieve any necessary information from that Web site. Additionally, the reply may contain an indication that server 19 contains additional data for embedded controller 17 to retrieve. In this case, embedded controller issues a new POST or GET command, whichever is appropriate based on the additional data identified in the reply, and processes 40,41 described herein are repeated to retrieve the additional data from server 17. The initial command and/or reply may be encrypted by server 11 and decrypted by embedded controller 17. Any of a number of commercially-available encryption technologies may be used. Server 17 may also incorporate a digital signature into the reply. Embedded controller 17 authenticates the digital signature when it receives the reply, thereby authenticating the reply.
Process 41 may also add value fields to the POST or GET command that are unrelated to the fields originally included in the POST or GET commands output by controller 17. For example, if the data retrieved (205) by process 41 includes additional parameters that require updating and that were not included in an original POST command, process 41 adds the necessary fields and parameters to the POST command that it returns to embedded controller 17. In this regard, server 11 may store data to be delivered to controller 17 in a queue. When controller 17 next contacts server 11, the data from the queue may be transferred to controller 17, regardless of whether the data corresponds to data in the original command.
Referring to
Process 46 in server 19 receives (302) the command from embedded controller 17, parses (303) the command using an XML parser to obtain the information specific to the instance of device 11, and identifies (304) the appropriate document based on this information. As before, the information that identifies the instance of device 11 includes, among other things, the device type, its serial number, and its UUID. Process 46 retrieves (305) the document containing the list of operational parameters to be updated, and sends (306) the document back to embedded controller 17.
Process 45 in embedded controller 17 receives (307) the document from server 19, parses (308) the operational parameters to be updated from the document, and formulates (309) a POST command to send to server 19. The command is formulated using a command template (not shown), into which process 45 inserts the operational parameters parsed from the document. Process 45 sends this second command to the server. At this point, processes 45 and 46 operate (310) in the same manner as processes 40 and 41, respectively, when used with a POST command. Accordingly, the details of processes 40,41 are not repeated here.
This alternative embodiment may be generalized further. For example, rather than simply retrieving a list of operational parameters, embedded controller 17 may retrieve, from server 19, a list of operations that it is to perform. For example, that list may contain operational parameters to be updated, times at which the updates are to occur, a schedule of diagnostic tests, and the like. Any operation that may be performed by embedded controller 17 may be included on the list.
The operations in the list may be Simple Object Access Protocol (SOAP) calls that are scripted using XML. Briefly, SOAP is a recognized standard for performing remote procedure calls. Scripting of SOAP calls using XML is described in U.S. Pat. No. 7,178,149, issued on Feb. 13, 2007 and entitled “XML Scripting of SOAP Commands”, the contents of which are hereby incorporated by reference into this application as if set forth herein in full.
The process for retrieving the list of operations is identical to processes 45 and 46, save for the contents of the list itself. The actions that embedded controller takes once it has the list (i.e., 310) depend on the contents of the list. For example, the list might specify that parameters are to be updated every hour and may also contain a list of the parameters to be updated. The list may contain XML commands, which can be parsed by embedded controller 17. Thus, embedded controller 17 reads the commands in the list and performs the appropriate operations with respect to device 11.
Architecture
Processes 40,41 and 45,46 are not limited to use with the hardware/software configuration of
Processes 40,41 and 45,46 may be implemented using one or more computer programs executing on programmable computers that each includes a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and one or more output devices.
Each such program may be implemented in a high level procedural or object-oriented programming language to communicate with a computer system. Also, the programs can be implemented in assembly or machine language. The language may be a compiled or an interpreted language.
Each computer program may be stored on a storage medium or device (e.g., CD-ROM, hard disk, or magnetic diskette) that is readable by a general or special purpose programmable computer for configuring and operating the computer when the storage medium or device is read by the computer to perform processes 40,41 and 45,46.
Processes 40,41 and 45,46 may also be implemented as a computer-readable storage medium, configured with a computer program, where, upon execution, instructions in the computer program cause the computer to operate in accordance with processes 40,41 and 45,46.
The invention is not limited to use with the protocols and standards described above. For example, Web server 19 may use Java Servlets, ASP (Active Server Pages), and/or ISAPI (Internet Server Application Programming Interface) to communicate with application logic 32, instead of, or in addition to, CGI. The commands sent by embedded controller 17 and/or server 19 (e.g., in 201, 301, 310) are not limited to HTTP GET and POST commands. Any commands and/or requests for requesting and receiving data may be used.
The data transferred to embedded controller 17 by server 19 is not limited to operational parameters or configuration files. The data may include, for example, a schedule of actions to be performed by device 11 that is based on information pertaining the owner of the device. For example, owner preferences may be stored in database 30. The instance-specific data may be used by server 19 to correlate the owner of the device to the appropriate preferences. These preferences then may be transmitted back to device 11 to control the operation thereof.
The original parameters sent by embedded controller 17 to server 19 may be used by server 19 to calculate new, updated parameters based on data stored in database 30. Thus, the invention is not limited to simply retrieving updated data, but may also include calculating new data based on currently-available data.
The documents and commands described above are not limited to XML format. Any computer language may be used for the commands. The documents may be in any format, for example, HTML (Hypertext Markup Language) documents may be used. In addition, the invention is not limited to use with the Web, Web servers, and the like. The servers and embedded controllers described herein may be the same type of general-purpose computer appropriately programmed, or different devices.
Other embodiments not described herein are also within the scope of the following claims.
This application is a continuation of U.S. patent application Ser. No. 13/329,928 filed Dec. 19, 2011, to be issued as U.S. Pat. No. 8,762,497 on Jun. 24, 2014, which is a continuation of U.S. patent application Ser. No. 10/124,181, filed Apr. 17, 2002 (now U.S. Pat. No. 8,108,543), which is a continuation-in-part of U.S. patent application Ser. No. 09/667,737, filed on Sep. 22, 2000 (now U.S. Pat. No. 7,185,014). U.S. patent application Ser. No. 13/329,928 and U.S. Pat. Nos. 8,108,543 and 7,185,014 are hereby incorporated by reference into this patent application as if set forth herein in full.
Number | Name | Date | Kind |
---|---|---|---|
4086434 | Bocchi | Apr 1978 | A |
4412292 | Sedam et al. | Oct 1983 | A |
4497037 | Kato et al. | Jan 1985 | A |
4583834 | Seko et al. | Apr 1986 | A |
4853946 | Elliott et al. | Aug 1989 | A |
4962368 | Dobrzanski et al. | Oct 1990 | A |
4964065 | Hicks et al. | Oct 1990 | A |
4965946 | Hegedus et al. | Oct 1990 | A |
4996703 | Gray | Feb 1991 | A |
5038319 | Carter et al. | Aug 1991 | A |
5057866 | Hill, Jr. et al. | Oct 1991 | A |
5061837 | Gilbert et al. | Oct 1991 | A |
5077582 | Kravette et al. | Dec 1991 | A |
5084875 | Weinberger et al. | Jan 1992 | A |
5129080 | Smith | Jul 1992 | A |
5138377 | Smith et al. | Aug 1992 | A |
5163151 | Bronikowski et al. | Nov 1992 | A |
5184179 | Tarr et al. | Feb 1993 | A |
5204699 | Birnbaum et al. | Apr 1993 | A |
5212645 | Wildes et al. | May 1993 | A |
5214772 | Weinberger et al. | May 1993 | A |
5216461 | Maekawa et al. | Jun 1993 | A |
5220380 | Hirata et al. | Jun 1993 | A |
5224157 | Yamada et al. | Jun 1993 | A |
5243382 | Takano et al. | Sep 1993 | A |
5257069 | Hirata et al. | Oct 1993 | A |
5261061 | Ju | Nov 1993 | A |
5270775 | Suzuki | Dec 1993 | A |
5282127 | Mii | Jan 1994 | A |
5291244 | Kajiwara et al. | Mar 1994 | A |
5293196 | Kaneko et al. | Mar 1994 | A |
5297034 | Weinstein | Mar 1994 | A |
5297256 | Wolstenholme et al. | Mar 1994 | A |
5300980 | Maekawa et al. | Apr 1994 | A |
5303005 | Takano et al. | Apr 1994 | A |
5305055 | Ebner et al. | Apr 1994 | A |
5305199 | LoBiondo et al. | Apr 1994 | A |
5307263 | Brown | Apr 1994 | A |
5325156 | Ulinski | Jun 1994 | A |
5333286 | Weinberger et al. | Jul 1994 | A |
5335048 | Takano et al. | Aug 1994 | A |
5339168 | Evanitsky et al. | Aug 1994 | A |
5342037 | Martin | Aug 1994 | A |
5347346 | Shimizu et al. | Sep 1994 | A |
5359391 | Kuroyanagi et al. | Oct 1994 | A |
5361265 | Weinberger et al. | Nov 1994 | A |
5365310 | Jenkins et al. | Nov 1994 | A |
5367667 | Wahlquist et al. | Nov 1994 | A |
5369469 | Leo et al. | Nov 1994 | A |
5369471 | Yamada | Nov 1994 | A |
5369472 | Raj et al. | Nov 1994 | A |
5373349 | Ito | Dec 1994 | A |
5384622 | Hirata et al. | Jan 1995 | A |
5386271 | Maekawa et al. | Jan 1995 | A |
5392095 | Siegel | Feb 1995 | A |
5398257 | Groenteman | Mar 1995 | A |
5404199 | Hirata et al. | Apr 1995 | A |
5412779 | Motoyama | May 1995 | A |
5414494 | Aikens et al. | May 1995 | A |
5420667 | Kaneko et al. | May 1995 | A |
5424808 | Maekawa et al. | Jun 1995 | A |
5424844 | Koyanagi et al. | Jun 1995 | A |
5428551 | Trainor et al. | Jun 1995 | A |
5430709 | Galloway | Jul 1995 | A |
5434650 | Nakahara et al. | Jul 1995 | A |
5442541 | Hube et al. | Aug 1995 | A |
5444517 | Nagashima | Aug 1995 | A |
5444851 | Woest | Aug 1995 | A |
5446522 | Tahara et al. | Aug 1995 | A |
5452057 | Imaizumi et al. | Sep 1995 | A |
5459552 | Ohira | Oct 1995 | A |
5463775 | DeWitt et al. | Oct 1995 | A |
5469353 | Pinsky et al. | Nov 1995 | A |
5485142 | Stute et al. | Jan 1996 | A |
5488454 | Fukada et al. | Jan 1996 | A |
5491535 | Hirata et al. | Feb 1996 | A |
5493364 | Kuroyanagi et al. | Feb 1996 | A |
5517491 | Nanni et al. | May 1996 | A |
5528691 | Rosauer et al. | Jun 1996 | A |
5530899 | MacDonald | Jun 1996 | A |
5543892 | Hirata et al. | Aug 1996 | A |
5548376 | Kikuno | Aug 1996 | A |
5550957 | Davidson, Jr. et al. | Aug 1996 | A |
5555191 | Hripcsak | Sep 1996 | A |
5561501 | Honma | Oct 1996 | A |
5572672 | Dewitt et al. | Nov 1996 | A |
5579087 | Salgado | Nov 1996 | A |
5586254 | Kondo et al. | Dec 1996 | A |
5594529 | Yamashita et al. | Jan 1997 | A |
5600301 | Robinson, III | Feb 1997 | A |
5600403 | Inoo | Feb 1997 | A |
5603060 | Weinberger et al. | Feb 1997 | A |
5603323 | Pflugrath et al. | Feb 1997 | A |
5619024 | Kolls | Apr 1997 | A |
5619716 | Nonaka et al. | Apr 1997 | A |
5631724 | Sawada et al. | May 1997 | A |
5636008 | LoBiondo et al. | Jun 1997 | A |
5636333 | Davidson, Jr. et al. | Jun 1997 | A |
5638427 | Flemming et al. | Jun 1997 | A |
5640495 | Colbert et al. | Jun 1997 | A |
5642202 | Williams et al. | Jun 1997 | A |
5642208 | Takahashi et al. | Jun 1997 | A |
5655084 | Pinsky et al. | Aug 1997 | A |
5659794 | Caldarale et al. | Aug 1997 | A |
5673190 | Kahleck et al. | Sep 1997 | A |
5675744 | Tsujii | Oct 1997 | A |
5677775 | Yamaguchi et al. | Oct 1997 | A |
5694528 | Hube | Dec 1997 | A |
5696903 | Mahany | Dec 1997 | A |
5699494 | Colbert et al. | Dec 1997 | A |
5708908 | Hirata et al. | Jan 1998 | A |
5708909 | Yamashita et al. | Jan 1998 | A |
5715393 | Naugle | Feb 1998 | A |
5715496 | Sawada et al. | Feb 1998 | A |
5715823 | Wood et al. | Feb 1998 | A |
5720015 | Martin et al. | Feb 1998 | A |
5727135 | Webb et al. | Mar 1998 | A |
5727248 | Ogura | Mar 1998 | A |
5732212 | Perholtz et al. | Mar 1998 | A |
5736965 | Mosebrook et al. | Apr 1998 | A |
5740801 | Branson | Apr 1998 | A |
5745268 | Eastvold et al. | Apr 1998 | A |
5748892 | Richardson | May 1998 | A |
5748907 | Crane | May 1998 | A |
5752125 | Yamashita et al. | May 1998 | A |
5752128 | Yamashita | May 1998 | A |
5752917 | Fuchs | May 1998 | A |
5761529 | Raji et al. | Jun 1998 | A |
5764918 | Poulter | Jun 1998 | A |
5768516 | Sugishima | Jun 1998 | A |
5772585 | Lavin et al. | Jun 1998 | A |
5774052 | Hamm et al. | Jun 1998 | A |
5786516 | Maliverney | Jul 1998 | A |
5786994 | Friz et al. | Jul 1998 | A |
5787149 | Yousefi et al. | Jul 1998 | A |
5787278 | Barton et al. | Jul 1998 | A |
5790793 | Higley | Aug 1998 | A |
5790977 | Ezekiel | Aug 1998 | A |
5798738 | Yamada | Aug 1998 | A |
5801964 | McCarthy | Sep 1998 | A |
5809237 | Watts et al. | Sep 1998 | A |
5812397 | Pech et al. | Sep 1998 | A |
5812874 | Yamashita et al. | Sep 1998 | A |
5818603 | Motoyama | Oct 1998 | A |
5819015 | Martin et al. | Oct 1998 | A |
5819110 | Motoyama | Oct 1998 | A |
5822221 | Groenteman | Oct 1998 | A |
5826027 | Pedersen et al. | Oct 1998 | A |
5828943 | Brown | Oct 1998 | A |
5835816 | Sawada et al. | Nov 1998 | A |
5835911 | Nakagawa et al. | Nov 1998 | A |
5844550 | Trainor et al. | Dec 1998 | A |
5845061 | Miyamoto et al. | Dec 1998 | A |
5845230 | Lamberson | Dec 1998 | A |
5857207 | Lo et al. | Jan 1999 | A |
5857967 | Frid et al. | Jan 1999 | A |
5862325 | Reed | Jan 1999 | A |
5862348 | Pedersen | Jan 1999 | A |
5862404 | Onaga | Jan 1999 | A |
5865745 | Schmitt et al. | Feb 1999 | A |
5872635 | Akiyama | Feb 1999 | A |
5872928 | Lewis et al. | Feb 1999 | A |
5873009 | Yamashita et al. | Feb 1999 | A |
5873659 | Edwards et al. | Feb 1999 | A |
5878746 | Lemelson et al. | Mar 1999 | A |
5880677 | Lestician | Mar 1999 | A |
5884072 | Rasmussen | Mar 1999 | A |
5887216 | Motoyama | Mar 1999 | A |
5890029 | Hirata et al. | Mar 1999 | A |
5894416 | Kuroyanagi | Apr 1999 | A |
5897235 | Honma | Apr 1999 | A |
5901286 | Danknick et al. | May 1999 | A |
5905906 | Goffinet et al. | May 1999 | A |
5909493 | Motoyama | Jun 1999 | A |
5911095 | Atsumi et al. | Jun 1999 | A |
5913060 | Discavage | Jun 1999 | A |
5917405 | Joao | Jun 1999 | A |
5923842 | Pedersen et al. | Jul 1999 | A |
5933675 | Sawada et al. | Aug 1999 | A |
5935060 | Iliff | Aug 1999 | A |
5941949 | Pedersen | Aug 1999 | A |
5956487 | Venkatraman et al. | Sep 1999 | A |
5956698 | Lacheze et al. | Sep 1999 | A |
5961586 | Pedersen | Oct 1999 | A |
5968116 | Day, II et al. | Oct 1999 | A |
5970149 | Johnson | Oct 1999 | A |
5970430 | Burns | Oct 1999 | A |
5973696 | Agranat | Oct 1999 | A |
5974234 | Levine et al. | Oct 1999 | A |
5975737 | Crater et al. | Nov 1999 | A |
5991810 | Shapiro et al. | Nov 1999 | A |
6003061 | Jones et al. | Dec 1999 | A |
6003070 | Frantz | Dec 1999 | A |
6003078 | Kodimer et al. | Dec 1999 | A |
6006045 | Miyawaki | Dec 1999 | A |
6009274 | Fletcher et al. | Dec 1999 | A |
6009284 | Weinberger et al. | Dec 1999 | A |
6012088 | Li et al. | Jan 2000 | A |
6014631 | Teagarden et al. | Jan 2000 | A |
6014691 | Brewer et al. | Jan 2000 | A |
6014694 | Aharoni et al. | Jan 2000 | A |
6016535 | Krantz et al. | Jan 2000 | A |
6021284 | Serizawa et al. | Feb 2000 | A |
6022315 | Iliff | Feb 2000 | A |
6023223 | Baxter, Jr. | Feb 2000 | A |
6023507 | Wookey | Feb 2000 | A |
6023721 | Cummings | Feb 2000 | A |
6023749 | Richardson | Feb 2000 | A |
6025925 | Davidson, Jr. et al. | Feb 2000 | A |
6031964 | Anderson | Feb 2000 | A |
6041041 | Ramanathan et al. | Mar 2000 | A |
6042111 | Rivers et al. | Mar 2000 | A |
6057857 | Bloomfield | May 2000 | A |
6060994 | Chen | May 2000 | A |
6061603 | Papadopoulos et al. | May 2000 | A |
6064915 | Kaneko et al. | May 2000 | A |
6065118 | Bull et al. | May 2000 | A |
6081623 | Bloomfield et al. | Jun 2000 | A |
6088718 | Altschuler et al. | Jul 2000 | A |
6091915 | Takagishi | Jul 2000 | A |
6098116 | Nixon et al. | Aug 2000 | A |
6101407 | Groezinger | Aug 2000 | A |
6108492 | Miyachi | Aug 2000 | A |
6112035 | Kuroyanagi et al. | Aug 2000 | A |
6112246 | Horbal | Aug 2000 | A |
6112256 | Goffinet et al. | Aug 2000 | A |
6115489 | Gupta et al. | Sep 2000 | A |
6118899 | Bloomfield et al. | Sep 2000 | A |
6119934 | Kolls | Sep 2000 | A |
6122463 | Nagatani | Sep 2000 | A |
6125363 | Buzzeo et al. | Sep 2000 | A |
6130999 | Serizawa et al. | Oct 2000 | A |
6139177 | Venkatraman et al. | Oct 2000 | A |
6141737 | Krantz et al. | Oct 2000 | A |
6152365 | Kolls | Nov 2000 | A |
6157944 | Pedersen | Dec 2000 | A |
6161145 | Bainbridge et al. | Dec 2000 | A |
6167432 | Jiang | Dec 2000 | A |
6167448 | Hemphill et al. | Dec 2000 | A |
6172683 | Bloomfield | Jan 2001 | B1 |
6175866 | Holloway et al. | Jan 2001 | B1 |
6181331 | Trainor et al. | Jan 2001 | B1 |
6189113 | Rabb et al. | Feb 2001 | B1 |
6196735 | Inamine | Mar 2001 | B1 |
6205466 | Karp et al. | Mar 2001 | B1 |
6209048 | Wolff | Mar 2001 | B1 |
6221011 | Bardy | Apr 2001 | B1 |
6226650 | Mahajan et al. | May 2001 | B1 |
6230199 | Revashetti et al. | May 2001 | B1 |
6246485 | Brown et al. | Jun 2001 | B1 |
6256378 | Iggulden et al. | Jul 2001 | B1 |
6256668 | Slivka et al. | Jul 2001 | B1 |
6260148 | Aggarwal et al. | Jul 2001 | B1 |
6260248 | Cramer et al. | Jul 2001 | B1 |
6282454 | Papadopoulos et al. | Aug 2001 | B1 |
6282711 | Halpern et al. | Aug 2001 | B1 |
6286038 | Reichmeyer | Sep 2001 | B1 |
6286059 | Sugiura | Sep 2001 | B1 |
6289461 | Dixon | Sep 2001 | B1 |
6292828 | Williams | Sep 2001 | B1 |
6295527 | McCormack et al. | Sep 2001 | B1 |
6298457 | Rachlin et al. | Oct 2001 | B1 |
6304895 | Schneider et al. | Oct 2001 | B1 |
6307570 | Stergiades | Oct 2001 | B1 |
6308099 | Fox et al. | Oct 2001 | B1 |
6311024 | Serizawa et al. | Oct 2001 | B1 |
6312378 | Bardy | Nov 2001 | B1 |
6317570 | Uchida et al. | Nov 2001 | B1 |
6317781 | De Boor | Nov 2001 | B1 |
6317783 | Freishtat et al. | Nov 2001 | B1 |
6317848 | Sorens et al. | Nov 2001 | B1 |
6325540 | Lounsberry et al. | Dec 2001 | B1 |
6327594 | Van Huben et al. | Dec 2001 | B1 |
6336135 | Niblett et al. | Jan 2002 | B1 |
6338086 | Curtis et al. | Jan 2002 | B1 |
6343320 | Fairchild et al. | Jan 2002 | B1 |
6345288 | Reed | Feb 2002 | B1 |
6356933 | Mitchell et al. | Mar 2002 | B2 |
6356949 | Katsandres et al. | Mar 2002 | B1 |
6359894 | Hong | Mar 2002 | B1 |
6363488 | Ginter | Mar 2002 | B1 |
6366741 | Fukushima | Apr 2002 | B1 |
6368284 | Bardy | Apr 2002 | B1 |
6370436 | Howard et al. | Apr 2002 | B1 |
6370552 | Bloomfield | Apr 2002 | B1 |
6370570 | Muir et al. | Apr 2002 | B1 |
6370582 | Lim et al. | Apr 2002 | B1 |
6377162 | Delestienne et al. | Apr 2002 | B1 |
6377971 | Madden et al. | Apr 2002 | B1 |
6381557 | Babula et al. | Apr 2002 | B1 |
6381712 | Nemitz | Apr 2002 | B1 |
6397212 | Biffar | May 2002 | B1 |
6401116 | Okigami | Jun 2002 | B1 |
6405310 | Simpson | Jun 2002 | B1 |
6406426 | Reuss et al. | Jun 2002 | B1 |
6412026 | Graf | Jun 2002 | B1 |
6415023 | Iggulden | Jul 2002 | B2 |
6415392 | Suzuki et al. | Jul 2002 | B1 |
6421671 | Bryan et al. | Jul 2002 | B1 |
6421719 | Lewis et al. | Jul 2002 | B1 |
6426798 | Yeung | Jul 2002 | B1 |
6430612 | Lizuka | Aug 2002 | B1 |
6430711 | Sekizawa | Aug 2002 | B1 |
6434572 | Derzay et al. | Aug 2002 | B2 |
6434628 | Bowman-Amuah | Aug 2002 | B1 |
6437692 | Petite et al. | Aug 2002 | B1 |
6437803 | Panasyuk et al. | Aug 2002 | B1 |
6438598 | Pedersen | Aug 2002 | B1 |
6446192 | Narasimhan et al. | Sep 2002 | B1 |
6449633 | Van et al. | Sep 2002 | B1 |
6449663 | Carney et al. | Sep 2002 | B1 |
6453127 | Wood et al. | Sep 2002 | B2 |
6453129 | Simpson et al. | Sep 2002 | B1 |
6457038 | Defosse | Sep 2002 | B1 |
6462831 | Akiyama | Oct 2002 | B1 |
6466971 | Humpleman et al. | Oct 2002 | B1 |
6467084 | Howard et al. | Oct 2002 | B1 |
6471521 | Dornbush et al. | Oct 2002 | B1 |
6477117 | Narayanaswami et al. | Nov 2002 | B1 |
6479792 | Beiermann et al. | Nov 2002 | B1 |
6487513 | Eastvold et al. | Nov 2002 | B1 |
6493517 | Hanson | Dec 2002 | B1 |
6493871 | McGuire et al. | Dec 2002 | B1 |
6494831 | Koritzinsky | Dec 2002 | B1 |
6510350 | Steen, III et al. | Jan 2003 | B1 |
6523013 | Shah et al. | Feb 2003 | B2 |
6523063 | Miller et al. | Feb 2003 | B1 |
6523130 | Hickman et al. | Feb 2003 | B1 |
6529848 | Sone | Mar 2003 | B2 |
6536037 | Guheen | Mar 2003 | B1 |
6538667 | Duursma et al. | Mar 2003 | B1 |
6549612 | Gifford et al. | Apr 2003 | B2 |
6550057 | Bowman-Amuah | Apr 2003 | B1 |
6553336 | Johnson et al. | Apr 2003 | B1 |
6553490 | Kottapurath et al. | Apr 2003 | B1 |
6559965 | Simpson et al. | May 2003 | B1 |
6560611 | Nine et al. | May 2003 | B1 |
6560641 | Powderly et al. | May 2003 | B1 |
6560656 | O'Sullivan et al. | May 2003 | B1 |
6564227 | Sakakibara et al. | May 2003 | B2 |
6567813 | Zhu et al. | May 2003 | B1 |
6574729 | Fink et al. | Jun 2003 | B1 |
6581092 | Motoyama et al. | Jun 2003 | B1 |
6581094 | Gao | Jun 2003 | B1 |
6587812 | Takayama | Jul 2003 | B1 |
6587879 | Reynolds | Jul 2003 | B1 |
6591272 | Williams | Jul 2003 | B1 |
6598011 | Howards Koritzinsky et al. | Jul 2003 | B1 |
6598083 | Remer et al. | Jul 2003 | B1 |
6601087 | Zhu et al. | Jul 2003 | B1 |
6601159 | Smith et al. | Jul 2003 | B1 |
6601192 | Bowman-Amuah | Jul 2003 | B1 |
6604212 | Sekizawa | Aug 2003 | B2 |
6606744 | Mikurak | Aug 2003 | B1 |
6609108 | Pulliam et al. | Aug 2003 | B1 |
6611863 | Banginwar | Aug 2003 | B1 |
6615166 | Guheen | Sep 2003 | B1 |
6631407 | Mukaiyama et al. | Oct 2003 | B1 |
6636899 | Rabb et al. | Oct 2003 | B1 |
6643650 | Slaughter et al. | Nov 2003 | B1 |
6643690 | Duursma et al. | Nov 2003 | B2 |
6646655 | Brandt et al. | Nov 2003 | B1 |
6651110 | Caspers et al. | Nov 2003 | B1 |
6651190 | Worley et al. | Nov 2003 | B1 |
6654032 | Zhu et al. | Nov 2003 | B1 |
6654720 | Graham et al. | Nov 2003 | B1 |
6654726 | Hanzek | Nov 2003 | B1 |
6665425 | Sampath et al. | Dec 2003 | B1 |
6670810 | Duncan et al. | Dec 2003 | B2 |
6671695 | McFadden | Dec 2003 | B2 |
6681344 | Andrew | Jan 2004 | B1 |
6681349 | Sekizawa | Jan 2004 | B2 |
6684259 | Discavage et al. | Jan 2004 | B1 |
6686838 | Rezvani et al. | Feb 2004 | B1 |
6687848 | Najmi | Feb 2004 | B1 |
6687873 | Ballantyne et al. | Feb 2004 | B1 |
6691106 | Sathyanarayan | Feb 2004 | B1 |
6691154 | Zhu et al. | Feb 2004 | B1 |
6691157 | Muir et al. | Feb 2004 | B2 |
6704807 | Mathur et al. | Mar 2004 | B1 |
6710893 | Hou et al. | Mar 2004 | B1 |
6711593 | Gordon et al. | Mar 2004 | B1 |
6711618 | Danner et al. | Mar 2004 | B1 |
6714976 | Wilson | Mar 2004 | B1 |
6717513 | Sandelman et al. | Apr 2004 | B1 |
6725281 | Zintel et al. | Apr 2004 | B1 |
6738798 | Ploetz et al. | May 2004 | B1 |
6754664 | Bush | Jun 2004 | B1 |
6757714 | Hansen | Jun 2004 | B1 |
6757899 | Zhdankin et al. | Jun 2004 | B2 |
6760761 | Sciacca | Jul 2004 | B1 |
6763274 | Gilbert | Jul 2004 | B1 |
6763501 | Zhu et al. | Jul 2004 | B1 |
6766333 | Wu et al. | Jul 2004 | B1 |
6775238 | Suzuki | Aug 2004 | B1 |
6779004 | Zintel | Aug 2004 | B1 |
6782542 | Mein et al. | Aug 2004 | B1 |
6785015 | Smith et al. | Aug 2004 | B1 |
6785713 | Freeman et al. | Aug 2004 | B1 |
6785726 | Freeman et al. | Aug 2004 | B1 |
6789112 | Freeman et al. | Sep 2004 | B1 |
6789119 | Zhu et al. | Sep 2004 | B1 |
6792337 | Blackett et al. | Sep 2004 | B2 |
6799209 | Hayton | Sep 2004 | B1 |
6799270 | Bull et al. | Sep 2004 | B1 |
RE38609 | Chen et al. | Oct 2004 | E |
6804712 | Kracht | Oct 2004 | B1 |
6807580 | Freeman et al. | Oct 2004 | B2 |
6810488 | Teng | Oct 2004 | B2 |
6816616 | Teng | Nov 2004 | B2 |
6823397 | Rawson, III | Nov 2004 | B2 |
6826606 | Freeman et al. | Nov 2004 | B2 |
6831555 | Miller et al. | Dec 2004 | B1 |
6832239 | Kraft et al. | Dec 2004 | B1 |
6832373 | O'Neill | Dec 2004 | B2 |
6834298 | Singer et al. | Dec 2004 | B1 |
6842903 | Weschler | Jan 2005 | B1 |
6857013 | Ramberg et al. | Feb 2005 | B2 |
6886046 | Stutz et al. | Apr 2005 | B2 |
6891830 | Curtis | May 2005 | B2 |
6901448 | Zhu et al. | May 2005 | B2 |
6904593 | Fong et al. | Jun 2005 | B1 |
6920480 | Mitchell et al. | Jul 2005 | B2 |
6922724 | Freeman et al. | Jul 2005 | B1 |
6925335 | May et al. | Aug 2005 | B2 |
6925645 | Zhu et al. | Aug 2005 | B2 |
6928469 | Duursma et al. | Aug 2005 | B1 |
6940405 | Script et al. | Sep 2005 | B2 |
6950991 | Bloomfield et al. | Sep 2005 | B2 |
6952714 | Peart | Oct 2005 | B2 |
6957186 | Guheen | Oct 2005 | B1 |
6963899 | Fernandez et al. | Nov 2005 | B1 |
6972676 | Kimmel et al. | Dec 2005 | B1 |
6973491 | Staveley et al. | Dec 2005 | B1 |
6983020 | Christiansen | Jan 2006 | B2 |
6985779 | Hsiung et al. | Jan 2006 | B2 |
6986040 | Kramer et al. | Jan 2006 | B1 |
6990395 | Ransom et al. | Jan 2006 | B2 |
7003574 | Bahl | Feb 2006 | B1 |
7016966 | Saulpaugh et al. | Mar 2006 | B1 |
7020706 | Cates et al. | Mar 2006 | B2 |
7020773 | Otway et al. | Mar 2006 | B1 |
7028025 | Collins | Apr 2006 | B2 |
7028081 | Kawashima | Apr 2006 | B2 |
7028312 | Merrick et al. | Apr 2006 | B1 |
7031342 | Teng | Apr 2006 | B2 |
7032005 | Mathon et al. | Apr 2006 | B2 |
7035898 | Baker | Apr 2006 | B1 |
7043677 | Li | May 2006 | B1 |
7046134 | Hansen | May 2006 | B2 |
7051084 | Hayton et al. | May 2006 | B1 |
7057724 | Mead et al. | Jun 2006 | B1 |
7065576 | Kamel et al. | Jun 2006 | B2 |
7069298 | Zhu et al. | Jun 2006 | B2 |
7072946 | Shafer | Jul 2006 | B2 |
7079010 | Champlin | Jul 2006 | B2 |
7080267 | Gary et al. | Jul 2006 | B2 |
7082426 | Musgrove et al. | Jul 2006 | B2 |
7082460 | Hansen et al. | Jul 2006 | B2 |
7085814 | Gandhi et al. | Aug 2006 | B1 |
7085824 | Forth et al. | Aug 2006 | B2 |
7089567 | Girardot et al. | Aug 2006 | B2 |
7091846 | Wu | Aug 2006 | B2 |
7092370 | Jiang et al. | Aug 2006 | B2 |
7099110 | Detzler | Aug 2006 | B2 |
7100200 | Pope et al. | Aug 2006 | B2 |
7103357 | Kirani et al. | Sep 2006 | B2 |
7103799 | Dixon | Sep 2006 | B2 |
7113988 | Chirashnya et al. | Sep 2006 | B2 |
7116681 | Hovell et al. | Oct 2006 | B1 |
7117239 | Hansen | Oct 2006 | B1 |
7117243 | Peart | Oct 2006 | B2 |
7127525 | Coleman et al. | Oct 2006 | B2 |
7130883 | Zhu et al. | Oct 2006 | B2 |
7133485 | Baird | Nov 2006 | B1 |
7142839 | Pelaez et al. | Nov 2006 | B2 |
7146408 | Crater | Dec 2006 | B1 |
7149792 | Hansen et al. | Dec 2006 | B1 |
7158483 | Takabatake et al. | Jan 2007 | B1 |
7162315 | Gilbert | Jan 2007 | B2 |
7162628 | Gentil et al. | Jan 2007 | B2 |
7178149 | Hansen | Feb 2007 | B2 |
7185014 | Hansen | Feb 2007 | B1 |
7194743 | Hayton et al. | Mar 2007 | B2 |
7200578 | Paltenghe et al. | Apr 2007 | B2 |
7203755 | Zhu et al. | Apr 2007 | B2 |
7213051 | Zhu et al. | May 2007 | B2 |
7216172 | Yang et al. | May 2007 | B2 |
7234943 | Aleali | Jun 2007 | B1 |
7254601 | Bailer et al. | Aug 2007 | B2 |
7266526 | Drummond et al. | Sep 2007 | B1 |
7290061 | Lentini et al. | Oct 2007 | B2 |
7293176 | Otway et al. | Nov 2007 | B2 |
7330872 | Peart et al. | Feb 2008 | B2 |
7334119 | Gentil et al. | Feb 2008 | B2 |
7340772 | Panasyuk et al. | Mar 2008 | B2 |
7346842 | Hayton et al. | Mar 2008 | B1 |
7353253 | Zhao | Apr 2008 | B1 |
7359953 | Muir et al. | Apr 2008 | B2 |
7376695 | Duursma et al. | May 2008 | B2 |
7421484 | Das | Sep 2008 | B2 |
7444071 | Chen | Oct 2008 | B2 |
7453379 | Plamondon | Nov 2008 | B2 |
7460038 | Samuels et al. | Dec 2008 | B2 |
7490166 | Yang et al. | Feb 2009 | B2 |
7496097 | Rao et al. | Feb 2009 | B2 |
7502726 | Panasyuk et al. | Mar 2009 | B2 |
7502784 | Collins | Mar 2009 | B2 |
7506048 | Motoyama | Mar 2009 | B1 |
7512671 | Gladwin | Mar 2009 | B1 |
7529767 | DeAnna et al. | May 2009 | B2 |
7532134 | Samuels et al. | May 2009 | B2 |
7542471 | Samuels et al. | Jun 2009 | B2 |
7555529 | Bloomfield et al. | Jun 2009 | B2 |
7562121 | Berisford et al. | Jul 2009 | B2 |
7562146 | Panasyuk et al. | Jul 2009 | B2 |
7562226 | Aiken et al. | Jul 2009 | B2 |
7565526 | Shaw et al. | Jul 2009 | B1 |
7581005 | Montemayor et al. | Aug 2009 | B2 |
7584294 | Plamondon | Sep 2009 | B2 |
7587755 | Kramer | Sep 2009 | B2 |
7593514 | Zhuang et al. | Sep 2009 | B1 |
7594018 | Pedersen | Sep 2009 | B2 |
7596593 | Mitchell et al. | Sep 2009 | B2 |
7606902 | Rao et al. | Oct 2009 | B2 |
7609721 | Rao et al. | Oct 2009 | B2 |
7613131 | Decasper et al. | Nov 2009 | B2 |
7617531 | Chauhan et al. | Nov 2009 | B1 |
7619545 | Samuels et al. | Nov 2009 | B2 |
7656799 | Samuels et al. | Feb 2010 | B2 |
7657657 | Rao et al. | Feb 2010 | B2 |
7661129 | Panasyuk et al. | Feb 2010 | B2 |
7661131 | Shaw et al. | Feb 2010 | B1 |
7664857 | Ovsiannikov et al. | Feb 2010 | B2 |
7676813 | Bisset et al. | Mar 2010 | B2 |
7937370 | Hansen | May 2011 | B2 |
7966418 | Shedrinsky | Jun 2011 | B2 |
8055758 | Hansen | Nov 2011 | B2 |
8060886 | Hansen | Nov 2011 | B2 |
8108543 | Hansen | Jan 2012 | B2 |
8752074 | Hansen | Jun 2014 | B2 |
9591065 | Hansen | Mar 2017 | B2 |
20010007117 | Cooper et al. | Jul 2001 | A1 |
20010011250 | Paltenghe et al. | Aug 2001 | A1 |
20010019330 | Bickmore et al. | Sep 2001 | A1 |
20010025377 | Hinderks | Sep 2001 | A1 |
20010027439 | Holtzman et al. | Oct 2001 | A1 |
20010049690 | McConnell et al. | Dec 2001 | A1 |
20010049717 | Freeman et al. | Dec 2001 | A1 |
20010052999 | Hiraoka | Dec 2001 | A1 |
20010056547 | Dixon | Dec 2001 | A1 |
20020006790 | Blumenstock et al. | Jan 2002 | A1 |
20020019844 | Kurowski et al. | Feb 2002 | A1 |
20020026514 | Ellis et al. | Feb 2002 | A1 |
20020032470 | Linberg | Mar 2002 | A1 |
20020032720 | Nelson et al. | Mar 2002 | A1 |
20020035533 | Mache et al. | Mar 2002 | A1 |
20020038320 | Brook | Mar 2002 | A1 |
20020052932 | Curtis et al. | May 2002 | A1 |
20020054169 | Richardson | May 2002 | A1 |
20020059489 | Davis et al. | May 2002 | A1 |
20020062340 | Kloecker et al. | May 2002 | A1 |
20020064138 | Saito et al. | May 2002 | A1 |
20020078135 | Venkatsubra | Jun 2002 | A1 |
20020078259 | Wendorf et al. | Jun 2002 | A1 |
20020080391 | Sugiura et al. | Jun 2002 | A1 |
20020095600 | Deen et al. | Jul 2002 | A1 |
20020116550 | Hansen | Aug 2002 | A1 |
20020133753 | Mayberry et al. | Sep 2002 | A1 |
20020135801 | Tessman et al. | Sep 2002 | A1 |
20020138567 | Ogawa | Sep 2002 | A1 |
20020144016 | Spicer et al. | Oct 2002 | A1 |
20020157090 | Anton, Jr. | Oct 2002 | A1 |
20020174085 | Nelson et al. | Nov 2002 | A1 |
20020178241 | Eriksson | Nov 2002 | A1 |
20020191612 | Curtis | Dec 2002 | A1 |
20030014733 | Ringseth et al. | Jan 2003 | A1 |
20030023957 | Bau et al. | Jan 2003 | A1 |
20030025931 | Dorfman et al. | Feb 2003 | A1 |
20030037148 | Pedersen | Feb 2003 | A1 |
20030056140 | Taylor et al. | Mar 2003 | A1 |
20030061403 | Miyata et al. | Mar 2003 | A1 |
20030063119 | Bloomfield et al. | Apr 2003 | A1 |
20030063309 | Parry | Apr 2003 | A1 |
20030070006 | Nadler et al. | Apr 2003 | A1 |
20030072027 | Haines et al. | Apr 2003 | A1 |
20030118353 | Bailer et al. | Jun 2003 | A1 |
20030136837 | Amon et al. | Jul 2003 | A1 |
20030140234 | Noda et al. | Jul 2003 | A1 |
20030154284 | Bernardin et al. | Aug 2003 | A1 |
20030158897 | Ben-Natan et al. | Aug 2003 | A1 |
20030158919 | Fomenko | Aug 2003 | A1 |
20030163569 | Panasyuk et al. | Aug 2003 | A1 |
20030177172 | Duursma et al. | Sep 2003 | A1 |
20030182375 | Zhu et al. | Sep 2003 | A1 |
20030200285 | Hansen et al. | Oct 2003 | A1 |
20030200329 | Delaney et al. | Oct 2003 | A1 |
20030229529 | Mui et al. | Dec 2003 | A1 |
20030229785 | Daseke et al. | Dec 2003 | A1 |
20040027373 | Jacquot et al. | Feb 2004 | A1 |
20040027376 | Calder et al. | Feb 2004 | A1 |
20040098515 | Rezvani et al. | May 2004 | A1 |
20040128370 | Kortright | Jul 2004 | A1 |
20040139309 | Gentil et al. | Jul 2004 | A1 |
20040152450 | Kouznetsov et al. | Aug 2004 | A1 |
20040158630 | Chang et al. | Aug 2004 | A1 |
20040158631 | Chang et al. | Aug 2004 | A1 |
20040177124 | Hansen | Sep 2004 | A1 |
20040186693 | Xiang et al. | Sep 2004 | A1 |
20040215605 | Mester | Oct 2004 | A1 |
20040221026 | Dorland | Nov 2004 | A1 |
20040252628 | Detzler | Dec 2004 | A1 |
20040260801 | Li | Dec 2004 | A1 |
20050005152 | Singh et al. | Jan 2005 | A1 |
20050015501 | Kaplan et al. | Jan 2005 | A1 |
20050021772 | Shedrinsky | Jan 2005 | A1 |
20050033588 | Ruiz et al. | Feb 2005 | A1 |
20050044196 | Pullen et al. | Feb 2005 | A1 |
20050055397 | Zhu et al. | Mar 2005 | A1 |
20050080897 | Braun et al. | Apr 2005 | A1 |
20050086172 | Stefik | Apr 2005 | A1 |
20050102388 | Tabbara et al. | May 2005 | A1 |
20050119930 | Simon | Jun 2005 | A1 |
20050141507 | Curtis | Jun 2005 | A1 |
20050144612 | Wang et al. | Jun 2005 | A1 |
20050154787 | Cochran et al. | Jul 2005 | A1 |
20050190769 | Smith | Sep 2005 | A1 |
20050193099 | Reus et al. | Sep 2005 | A1 |
20050193386 | McCaleb et al. | Sep 2005 | A1 |
20050196023 | Chen et al. | Sep 2005 | A1 |
20050198023 | James et al. | Sep 2005 | A1 |
20050198189 | Robinson et al. | Sep 2005 | A1 |
20050198245 | Burgess et al. | Sep 2005 | A1 |
20050198292 | Duursma et al. | Sep 2005 | A1 |
20050198379 | Panasyuk et al. | Sep 2005 | A1 |
20050198380 | Panasyuk et al. | Sep 2005 | A1 |
20050198393 | Stutz et al. | Sep 2005 | A1 |
20050232168 | Schauser et al. | Oct 2005 | A1 |
20050235014 | Schauser et al. | Oct 2005 | A1 |
20050246445 | Panasyuk et al. | Nov 2005 | A1 |
20050246702 | Yeh et al. | Nov 2005 | A1 |
20050251551 | Mitchell et al. | Nov 2005 | A1 |
20050256614 | Habermas | Nov 2005 | A1 |
20050256923 | Adachi | Nov 2005 | A1 |
20050262076 | Voskuil | Nov 2005 | A1 |
20050267974 | Panasyuk et al. | Dec 2005 | A1 |
20050273513 | Panasyuk et al. | Dec 2005 | A1 |
20060002315 | Theurer et al. | Jan 2006 | A1 |
20060015740 | Kramer | Jan 2006 | A1 |
20060016974 | Funnemann et al. | Jan 2006 | A1 |
20060029062 | Rao et al. | Feb 2006 | A1 |
20060029063 | Rao et al. | Feb 2006 | A1 |
20060029064 | Rao et al. | Feb 2006 | A1 |
20060031237 | DeAnna et al. | Feb 2006 | A1 |
20060031476 | Mathes et al. | Feb 2006 | A1 |
20060031779 | Theurer et al. | Feb 2006 | A1 |
20060037022 | Byrd et al. | Feb 2006 | A1 |
20060037071 | Rao et al. | Feb 2006 | A1 |
20060037072 | Rao et al. | Feb 2006 | A1 |
20060039354 | Rao et al. | Feb 2006 | A1 |
20060039355 | Rao et al. | Feb 2006 | A1 |
20060039356 | Rao et al. | Feb 2006 | A1 |
20060039404 | Rao et al. | Feb 2006 | A1 |
20060047956 | Calvin | Mar 2006 | A1 |
20060059239 | Kouznetsov et al. | Mar 2006 | A1 |
20060066448 | Berisford et al. | Mar 2006 | A1 |
20060069662 | Laborczfalvi et al. | Mar 2006 | A1 |
20060069668 | Braddy et al. | Mar 2006 | A1 |
20060069683 | Braddy et al. | Mar 2006 | A1 |
20060069750 | Momtchilov et al. | Mar 2006 | A1 |
20060069753 | Hu et al. | Mar 2006 | A1 |
20060070029 | Laborczfalvi et al. | Mar 2006 | A1 |
20060070090 | Gulkis | Mar 2006 | A1 |
20060070131 | Braddy et al. | Mar 2006 | A1 |
20060074837 | Braddy et al. | Apr 2006 | A1 |
20060075080 | Burr et al. | Apr 2006 | A1 |
20060075114 | Panasyuk et al. | Apr 2006 | A1 |
20060075123 | Burr et al. | Apr 2006 | A1 |
20060075381 | Laborczfalvi et al. | Apr 2006 | A1 |
20060075463 | Braddy et al. | Apr 2006 | A1 |
20060077941 | Alagappan et al. | Apr 2006 | A1 |
20060087408 | Korzeniowski | Apr 2006 | A1 |
20060087409 | Korzeniowski | Apr 2006 | A1 |
20060090171 | Laborczfalvi et al. | Apr 2006 | A1 |
20060095334 | Simmons | May 2006 | A1 |
20060095370 | Seth et al. | May 2006 | A1 |
20060100972 | Chianese et al. | May 2006 | A1 |
20060135192 | Surendra et al. | Jun 2006 | A1 |
20060150249 | Gassen et al. | Jul 2006 | A1 |
20060159080 | Mazzaferri | Jul 2006 | A1 |
20060159432 | Mazzaferri | Jul 2006 | A1 |
20060161555 | Mazzaferri | Jul 2006 | A1 |
20060161671 | Ryman et al. | Jul 2006 | A1 |
20060161783 | Aiken et al. | Jul 2006 | A1 |
20060161959 | Ryman et al. | Jul 2006 | A1 |
20060161974 | Innes et al. | Jul 2006 | A1 |
20060179143 | Walker et al. | Aug 2006 | A1 |
20060184614 | Baratto et al. | Aug 2006 | A1 |
20060190719 | Rao et al. | Aug 2006 | A1 |
20060200307 | Riess | Sep 2006 | A1 |
20060200494 | Sparks | Sep 2006 | A1 |
20060203007 | Bullard et al. | Sep 2006 | A1 |
20060206820 | Bullard et al. | Sep 2006 | A1 |
20060224742 | Shahbazi | Oct 2006 | A1 |
20060236325 | Rao et al. | Oct 2006 | A1 |
20060236385 | Innes et al. | Oct 2006 | A1 |
20060242415 | Gaylor | Oct 2006 | A1 |
20060247502 | Chen | Nov 2006 | A1 |
20060248144 | Zhu et al. | Nov 2006 | A1 |
20060271875 | Green et al. | Nov 2006 | A1 |
20060271877 | Theurer | Nov 2006 | A1 |
20060282521 | Anderson et al. | Dec 2006 | A1 |
20070005736 | Hansen et al. | Jan 2007 | A1 |
20070011295 | Hansen | Jan 2007 | A1 |
20070011356 | Schauser et al. | Jan 2007 | A1 |
20070022159 | Zhu et al. | Jan 2007 | A1 |
20070056009 | Spilo et al. | Mar 2007 | A1 |
20070077917 | Kim | Apr 2007 | A1 |
20070078976 | Taylor et al. | Apr 2007 | A1 |
20070088826 | Raphel et al. | Apr 2007 | A1 |
20070094076 | Perkowski et al. | Apr 2007 | A1 |
20070094672 | Hayton et al. | Apr 2007 | A1 |
20070100892 | Kephart et al. | May 2007 | A1 |
20070106810 | Ryman | May 2007 | A1 |
20070106811 | Ryman | May 2007 | A1 |
20070113069 | Gentil et al. | May 2007 | A1 |
20070130167 | Day et al. | Jun 2007 | A1 |
20070130337 | Arnison | Jun 2007 | A1 |
20070143837 | Azeez et al. | Jun 2007 | A1 |
20070150903 | Hansen | Jun 2007 | A1 |
20070156810 | Kumar | Jul 2007 | A1 |
20070156923 | Kumar | Jul 2007 | A1 |
20070157101 | Indiran et al. | Jul 2007 | A1 |
20070171921 | Wookey et al. | Jul 2007 | A1 |
20070174410 | Croft et al. | Jul 2007 | A1 |
20070174429 | Mazzaferri et al. | Jul 2007 | A1 |
20070174454 | Mitchell et al. | Jul 2007 | A1 |
20070179955 | Croft et al. | Aug 2007 | A1 |
20070180447 | Mazzaferri et al. | Aug 2007 | A1 |
20070180448 | Low et al. | Aug 2007 | A1 |
20070180449 | Croft et al. | Aug 2007 | A1 |
20070180450 | Croft et al. | Aug 2007 | A1 |
20070180493 | Croft et al. | Aug 2007 | A1 |
20070186212 | Mazzaferri et al. | Aug 2007 | A1 |
20070192329 | Croft et al. | Aug 2007 | A1 |
20070198656 | Mazzaferri et al. | Aug 2007 | A1 |
20070198661 | Hansen | Aug 2007 | A1 |
20070203952 | Baron et al. | Aug 2007 | A1 |
20070239886 | Montemayor et al. | Oct 2007 | A1 |
20070271599 | Rosenstein | Nov 2007 | A1 |
20070282623 | Dattorro | Dec 2007 | A1 |
20070288629 | Taylor et al. | Dec 2007 | A2 |
20070294237 | John et al. | Dec 2007 | A1 |
20080005321 | Ma et al. | Jan 2008 | A1 |
20080031235 | Harris et al. | Feb 2008 | A1 |
20080034057 | Kumar et al. | Feb 2008 | A1 |
20080034072 | He et al. | Feb 2008 | A1 |
20080034110 | Suganthi et al. | Feb 2008 | A1 |
20080034111 | Kamath et al. | Feb 2008 | A1 |
20080034119 | Verzunov et al. | Feb 2008 | A1 |
20080034410 | Udupa et al. | Feb 2008 | A1 |
20080034413 | He et al. | Feb 2008 | A1 |
20080034418 | Venkatraman et al. | Feb 2008 | A1 |
20080034419 | Mullick et al. | Feb 2008 | A1 |
20080043617 | Schekochikhin et al. | Feb 2008 | A1 |
20080043622 | Kamath et al. | Feb 2008 | A1 |
20080043749 | Suganthi et al. | Feb 2008 | A1 |
20080043760 | Venkatraman et al. | Feb 2008 | A1 |
20080043761 | Kumar et al. | Feb 2008 | A1 |
20080046371 | He et al. | Feb 2008 | A1 |
20080046616 | Verzunov et al. | Feb 2008 | A1 |
20080046714 | Suganthi et al. | Feb 2008 | A1 |
20080046717 | Kanekar et al. | Feb 2008 | A1 |
20080046727 | Kanekar et al. | Feb 2008 | A1 |
20080046994 | Venkatraman et al. | Feb 2008 | A1 |
20080049616 | Kamath et al. | Feb 2008 | A1 |
20080063149 | West et al. | Mar 2008 | A1 |
20080065757 | Motoyama et al. | Mar 2008 | A1 |
20080068289 | Piasecki | Mar 2008 | A1 |
20080068290 | Muklashy et al. | Mar 2008 | A1 |
20080069005 | von Eicken et al. | Mar 2008 | A1 |
20080069104 | von Eicken et al. | Mar 2008 | A1 |
20080071905 | Sullivan et al. | Mar 2008 | A1 |
20080082657 | Hart et al. | Apr 2008 | A1 |
20080109912 | Rivera | May 2008 | A1 |
20080126978 | Bai et al. | May 2008 | A1 |
20080154409 | Srikumar et al. | Jun 2008 | A1 |
20080154957 | Taylor et al. | Jun 2008 | A1 |
20080201405 | Duursma et al. | Aug 2008 | A1 |
20080208605 | Sinha et al. | Aug 2008 | A1 |
20080219122 | Detzler et al. | Sep 2008 | A1 |
20080231414 | Canosa | Sep 2008 | A1 |
20080250110 | Zhao | Oct 2008 | A1 |
20090013064 | Taylor et al. | Jan 2009 | A1 |
20090019226 | Edwards et al. | Jan 2009 | A1 |
20090055745 | Christiansen | Feb 2009 | A1 |
20090064134 | Cox | Mar 2009 | A1 |
20090099836 | Jacobsen et al. | Apr 2009 | A1 |
20090100349 | Hancock | Apr 2009 | A1 |
20090106347 | Harwood et al. | Apr 2009 | A1 |
20090117890 | Jacobsen et al. | May 2009 | A1 |
20090119408 | Teze et al. | May 2009 | A1 |
20090187654 | Raja et al. | Jul 2009 | A1 |
20090234972 | Raghu et al. | Sep 2009 | A1 |
20090259728 | Berisford et al. | Oct 2009 | A1 |
20120143970 | Hansen | Jun 2012 | A1 |
20120158914 | Hansen | Jun 2012 | A1 |
20120158982 | Hansen | Jun 2012 | A1 |
Number | Date | Country |
---|---|---|
0874306 | Oct 1998 | EP |
1191744 | Mar 2002 | EP |
1305712 | May 2003 | EP |
1362282 | Nov 2003 | EP |
1695485 | Aug 2006 | EP |
2797728 | Feb 2001 | FR |
2305820 | Apr 1997 | GB |
60-263162 | Dec 1985 | JP |
60263162 | Dec 1985 | JP |
161842 | Apr 1989 | JP |
06-062130 | Mar 1994 | JP |
06062130 | Mar 1994 | JP |
07-325513 | Dec 1995 | JP |
07325513 | Dec 1995 | JP |
09-163008 | Jun 1997 | JP |
09163008 | Jun 1997 | JP |
09-305407 | Nov 1997 | JP |
09305407 | Nov 1997 | JP |
09-325925 | Dec 1997 | JP |
09325925 | Dec 1997 | JP |
10-190922 | Jul 1998 | JP |
10190922 | Jul 1998 | JP |
10-224372 | Aug 1998 | JP |
10224372 | Aug 1998 | JP |
11-045195 | Feb 1999 | JP |
11045195 | Feb 1999 | JP |
11167540 | Jun 1999 | JP |
11-203079 | Jul 1999 | JP |
11203079 | Jul 1999 | JP |
11234271 | Aug 1999 | JP |
11238043 | Aug 1999 | JP |
11-296453 | Oct 1999 | JP |
11296453 | Oct 1999 | JP |
10-295788 | Apr 2000 | JP |
2000-112863 | Apr 2000 | JP |
2000-122952 | Apr 2000 | JP |
10295788 | Apr 2000 | JP |
2000112863 | Apr 2000 | JP |
2000122952 | Apr 2000 | JP |
2000-163283 | Jun 2000 | JP |
2000163283 | Jun 2000 | JP |
2000194583 | Jul 2000 | JP |
2000-278773 | Oct 2000 | JP |
2000278773 | Oct 2000 | JP |
2000-309145 | Nov 2000 | JP |
2000309145 | Nov 2000 | JP |
2001154953 | Jun 2001 | JP |
2001-337817 | Dec 2001 | JP |
2001337817 | Dec 2001 | JP |
2001344129 | Dec 2001 | JP |
2003140991 | May 2003 | JP |
2003-223603 | Aug 2003 | JP |
2003223603 | Aug 2003 | JP |
2006277752 | Oct 2006 | JP |
4808911 | Nov 2011 | JP |
2013058231 | Mar 2013 | JP |
WO-9730879 | Aug 1997 | WO |
WO-9730879 | Aug 1997 | WO |
WO-9820439 | May 1998 | WO |
WO-9820439 | May 1998 | WO |
WO-9833302 | Jul 1998 | WO |
WO-9833302 | Jul 1998 | WO |
WO-9838910 | Sep 1998 | WO |
WO-9841943 | Sep 1998 | WO |
WO-9838910 | Sep 1998 | WO |
WO-9841943 | Sep 1998 | WO |
WO-991336 | Jan 1999 | WO |
WO-9921336 | Apr 1999 | WO |
WO-9921336 | Apr 1999 | WO |
WO-9957837 | Nov 1999 | WO |
WO-9957838 | Nov 1999 | WO |
WO-9957649 | Nov 1999 | WO |
WO-9957837 | Nov 1999 | WO |
WO-9957838 | Nov 1999 | WO |
WO-9964958 | Dec 1999 | WO |
WO-9964958 | Dec 1999 | WO |
WO-2000007099 | Feb 2000 | WO |
WO-0023894 | Apr 2000 | WO |
WO-0023894 | Apr 2000 | WO |
WO-0210919 | Feb 2002 | WO |
WO-0210919 | Feb 2002 | WO |
WO-0221239 | Mar 2002 | WO |
WO-0221299 | Mar 2002 | WO |
WO-0221414 | Mar 2002 | WO |
WO-0221415 | Mar 2002 | WO |
WO-0221777 | Mar 2002 | WO |
WO-0225501 | Mar 2002 | WO |
WO-0221239 | Mar 2002 | WO |
WO-0221299 | Mar 2002 | WO |
WO-0221414 | Mar 2002 | WO |
WO-0221415 | Mar 2002 | WO |
WO-0221777 | Mar 2002 | WO |
WO-0225501 | Mar 2002 | WO |
WO-03021464 | Mar 2003 | WO |
WO-03021464 | Mar 2003 | WO |
WO-03054439 | Jul 2003 | WO |
WO-03054439 | Jul 2003 | WO |
WO-2004059447 | Jul 2004 | WO |
WO-2006009402 | Jan 2006 | WO |
WO-2008083177 | Jul 2008 | WO |
Entry |
---|
“Frequently Asked Questions about the Extensible Markup Language—The XML FAQ” Version 1.41 (http://www.oasis-open.org/cover/xmlFAQ141-19981006.html) (Oct. 6, 1998). |
“RomWebClient Embedded HTTP client 1-61 Toolkit” ALLEGROSOFT, 'Online! Jul. 9, 2000 (Jul. 9, 20001, pp. 1-2, Retrieved from the Internet: <URL: http://web.archive.org/web/2000070920 4234/http://www.allegrosoft.com/romwebclient. html> retrievedon Mar. 29, 2004, 2 pps. |
“RomWebClient Embedded HTTP client 1-61 Toolkit” ALLEGROSOFT, 'Online! Jul. 9, 2000, pp. 1-2, XPOO2201938 Retrieved from the Internet: <URL: http://web.archive.org/web/2000070920 4234/http://www.allegrosoft.com/romwebclient. html> retrievedon Jun. 12, 2002 the whole document. |
“RomWebClient Embedded HTTP client 1-61 Toolkit”, Allegrosoft, pp. 1-2, Jul. 9, 2000 Retrieved from the Internet: <URL: http://www.allegrosoft.com/romwebclient.html> , [retrieved on Dec. 6, 2006]. |
“The Simple Times, The Quarterly Newsletter of SNMP Technology, Comment, and Events,” vol. 7, No. 1, Mar. 1999; wwww.simple-times.org/pub/simple-times/issues/7-1.html. |
A International Search Report dated Sep. 24, 2001. |
Action and Response History in U.S. Appl. No. 09/627,201. |
Action and Response History in U.S. Appl. No. 09/667,737. |
Action and Response History in U.S. Appl. No. 09/708,384. |
Action and Response History in U.S. Appl. No. 09/716,717. |
Action and Response History in U.S. Appl. No. 10/028,126. |
Action and Response History in U.S. Appl. No. 10/123,960. |
Action and Response History in U.S. Appl. No. 10/124,181. |
Action and Response History in U.S. Appl. No. 10/805,012. |
Action and Response History in U.S. Appl. No. 11/503,638. |
Action and Response History in U.S. Appl. No. 11/537,399. |
Action and Response History in U.S. Appl. No. 11/538,402. |
Action and Response History in U.S. Appl. No. 11/616,136. |
Action and Response History in U.S. Appl. No. 11/673,943. |
Action and Response History in U.S. Appl. No. 11/677,279. |
Action and Response History in U.S. Appl. No. 11/774,474. |
Action and Response History in U.S. Appl. No. 13/329,928. |
Action and Response History in U.S. Appl. No. 10/124,181, dated Mar. 16, 2010. |
Action and Response History in U.S. Appl. No. 10/124,181, dated Sep. 28, 2010. |
Action and Response History in U.S. Appl. No. 10/784,138. |
Action and Response History in U.S. Appl. No. 11/503,638 dated Jul. 19, 2010. |
Action and Response History in U.S. Appl. No. 11/503,638 dated Mar. 16, 2010. |
Action and Response History in U.S. Appl. No. 11/537,399, dated Aug. 11, 2010. |
Action and Response History in U.S. Appl. No. 11/537,399, dated Mar. 16, 2010. |
Action and Response History in U.S. Appl. No. 11/538,402, dated May 17, 2011. |
Action and Response History in U.S. Appl. No. 11/538,402, dated Mar. 16, 2010. |
Action and Response History in U.S. Appl. No. 11/538,402, dated Sep. 28, 2010. |
Action and Response History in U.S. Appl. No. 11/616,136 dated Nov. 16, 2010. |
Action and Response History in U.S. Appl. No. 11/616,136, dated Apr. 26, 2010. |
Action and Response History in U.S. Appl. No. 11/673,943 dated Apr. 26, 2010. |
Action and Response History in U.S. Appl. No. 11/673,943 dated Sep. 28, 2010. |
Action and Response History in U.S. Appl. No. 11/774,474, dated Apr. 26, 2010. |
Action and Response History in U.S. Appl. No. 11/774,474, dated Nov. 16, 2010. |
Action in Application No. JP 2002-515578, dated Jul. 26, 2011. |
Allegro Software product release 1-61 overview Greenhills Software Inc., 'Online! Jun. 10, 2002 (Jun. 10, 2002), pp. 1-1, Retrieved from the Internet: URL: http://www.ghs.com/partners/allegro/<'retrieved on Mar. 29, 2004, 1 pg. |
Allegro Software product release 1-61 overview Greenhills Software Inc., 'Online! Jun. 10, 2002, pp. 1-1, XPOO2201939 Retrieved from the Internet: URL: http://www.ghs.com/partners.allegro/<'retrieved on Jun. 10, 2002! the whole document. |
Allegro, “RomWebClient Embedded HTTP client Toolkit”, p. 2, Sep. 7, 2000—XP-002201938. |
Allegro, “Total Solutions for Embedded Development”, p. 1, Oct. 6, 2002—XP-002201939. |
Annex to EPO Form 2004 with claims for grant in European Application No. 01955993.9 (dated Nov. 29, 2005). |
Application and Response History in U.S. Appl. No. 09/627,201. |
Application and Response History in U.S. Appl. No. 09/716,717. |
Application and Response History in U.S. Appl. No. 10/805,012. |
Application and Response History in U.S. Appl. No. 11/677,279. |
Communication dated Apr. 26, 2005 in European Application No. 01955993.9. |
CORBA and XML Integration in Enterprise Systems—Ennis (2000); www.iona.com/info/techcenter/ecoop2000apr17.pdf. |
Dec. 27, 1995, SCAN Diagnostic Imaging, vol. 8, No. 24. |
EBITS:Electronic Business & Information Technology for Society Research Consortium, Proposal for Development of an Educational and Research Infrastructure for Safe Electronic Commerce, [online] Retrieved from theInternet<URL:http://www.cs.dartmouth.edu/about.makedon/cs188/proposal.html>, [retrieved Feb. 15, 2005]. |
Edward F. Steinfeld “Internet-appliance technology automates test equipment” EDN Magazine, pp. 157-169, Oct. 2000, www.edbmag.com. |
Edward Steinfeld, “Making the Change” Document No. XP002201937, Apr. 2000, Circuit Cellar Online. |
Emmerich, W. et al., “Implementing Incremental Code Migration with XML”, ISCE 2000, ACM, pp. 397-406 (2000). |
English Translation of Action in Japanese Patent Application No. 2002-515578, dated Jul. 26, 2011. |
Ennis, D., “CORBA and XML Integration in Enterprise Systems”, IONA Technologies Inc.[online], Retrieved from the Internet:<URL: http://citeseer.ist.psu.edu/cache/papers/cs/16013/http:z-www.iona.comz/infoz/techcenter/ecoop2000apr17.pdf/ennis00corba.pdf> [retrieved on Nov. 24, 2008] (2000). |
Ennis, Darach, “Cobra and XML Integration in Enterprise Systems”, Trinity College Dublin, IONA Technologies Inc. |
European Office Action dated Jun. 6, 2005 for Application No. 01955993.9-2211/1305712. |
File History for U.S. Pat. No. 7,178,149, 222 pages. |
File History for U.S. Pat. No. 7,185,014, 399 pages. |
File History for U.S. Pat. No. 8,060,886, 437 pages. |
File History for U.S. Pat. No. 8,108,543, 1165 pages. |
File History for U.S. Pat. No. 8,752,074,437, 377 pages. |
File History for U.S. Pat. No. 8,762,497, 436 pages. |
File History for U.S. Appl. No. 14/298,114, 377 pages. |
File History for U.S. Appl. No. 14/355,428, 278 pages. |
File History, U.S. Pat. No. 8,065,397, 463 pages. |
File History, U.S. Pat. No. 8,788,632, 385 pages. |
http://www.linuxjournal.com/article.php?sid=4195. |
http://www.upnp.org/download/UPnPDA10.sub.—20000613.htm (pp. 1-52). |
Implementing Incremental Code Migration with XML, Emmerich, W. et al, IEEE, Jun. 4-11, 2000. |
International Search Report &. Written Opinion in Application No. PCT/US2007/088858, dated May 21, 2008. |
International Search Report in parent corresponding application PCT/US01/29787. |
International Search Report PCT/US01/23651. |
International Search Report PCT/US01/29787. |
International Search Report PCT/US01/45198. |
International Search Report, PCT/US03/11707, dated Apr. 16, 2003. |
Jun. 20, 1997, Layman, et al., “XML-Data,” Position Paper from Microsoft Corp. (http://www.oasis-open.org/cover/xml-data9706223.html). |
Koppen, E., et al., “Active Hypertext for Distributed Web Applications”, Enabling Technologies: Infrastructure for Collaborative Enterprises, (WET ICE '99), Proc. IEEE 8th Int'l Workshop (1999), pp. 297-302. |
Machine Translation of Japanese Patent Publication No. 09-305407 (Pub Date Nov. 1997). |
Machine Translation of Japanese Patent Publication No. 11-045195, (Pub Date Feb. 1999). |
Machine Translation of Japanese Patent Publication No. 11-203079, (Pub Date Jul. 1999). |
Machine Translation of Japanese Patent Publication No. 11-296453, (Pub Date Oct. 1999). |
Machine Translation of Japanese Patent Publication No. 2000-163283, (Pub Date Jun. 2000). |
Machine Translation of Japanese Patent Publication No. 2000-309145, (Pub Date Nov. 2000). |
Machine Translation of Japanese Patent Publication No. 2001-337817, (Pub Date Dec. 2001). |
Mar. 8, 2005 Office Action from application 01 973 431.8. |
Math Markup Language (Chapter 4); [online] Retrieved from the Internet<URL:http://www.w3.org/TR/REC-MathML/chap4.sub.—4.html>, [retrieved on Feb. 15, 2005]. |
Memphis Educational Computer Connectivity Alliance (MECCA), [online] Retrieved from the Internet<URL:http://www.mecca.org/.about.itague/nsfnocostextension.ht-ml>, [retrieved on Feb. 15, 2005]. |
Moh it Gupta, Problem with load method of MSXML.COMDocument object, Oct. 23, 2001. |
Office Action dated Mar. 6, 2006, in U.S. Appl. No. 10/124,181. |
Office Action dated Nov. 17, 2003, in U.S. Appl. No. 09/627,201. |
Office Action for U.S. Appl. No. 14/298,114, 7 pages (May 5, 2016). |
Office Action for U.S. Appl. No. 14/310,324, 20 pages (May 2, 2016). |
Office Action from European Patent Office, in Application. No. 01 955 993.9-2211; dated Jan. 29, 2004. |
Office Action in counterpart EP Application No. 01955993.9, dated Jan. 29, 2004. |
Office Action in EP Application No. 01955993.9, dated Aug. 5, 2004. |
Office Action in EP Application No. 01996048.3, dated Mar. 22, 2005. |
Office action with English translation issued Oct. 1, 2013 in Japanese application No. 2012-245293 (7 pages). |
Oral Proceeding Minutes with European Application No. 01955993.9, dated 2004. |
Orasis Medical Services, Inc., Business Plan Copy No. 001, (Nov. 1995). |
Reply to Office Action in U.S. Appl. No. 11/503,638, dated Nov. 6, 2009. |
Reply to Office Action in U.S. Appl. No. 11/537,399, dated Aug. 28, 2009. |
Reply to Office Action in U.S. Appl. No. 11/538,402, dated Nov. 2, 2009. |
Response to Office Action with English translation filed Dec. 26, 2013 in Japanese application No. 2012-245293 (22 pages). |
Search Report from EP Application No. 01955993.9, dated Dec. 16, 2004. |
Sep. 1995, Medical Imaging, East Providence, RI. |
Steinfeld “From Standalone to Internet Appliance” circuit cellar online, 'online! Apr. 2000, pp. 1-7, XP002201937 retrieved from the internet: <url: http://www. chipcenter. com/circuitcell ar/apriloo/pdf/co400espdf. pdf>43,48, 'retrieved onJun. 2002-lo. |
Steinfeld, Edward, “Making the Change from Standalone to Internet Appliance”, Circuit Cellar Online, pp. 1-7, Apr. 2000. |
Suresh et al., “XML-Based Data Systems for Earth Science Applications,” Raytheon Information Technology and Scientific Services, Lanham, MD, 2000. |
Suresh, R. et al., “XML-based Data System for Earth Science Applications”, IEEE, pp. 1214-1216 (2000). |
The Next Bang: The Expolosive Combination of Embedded Linux, XML, and Instant Mess, (Issue 77) [online] Retrieved from the Internet: <URL:http://www.linuxjournal.com/article.php?sid=4195>, [retrieved on Nov. 20, 2001]. |
The Simple Times, vol. 7, No. 1, Mar. 1999; [online] Retrieved from the Internet<URL:http://www.simple-times.org/pub/simple-times/issues/7-1.-html> [retrieved on Aug. 3, 2005]. |
Trewitt, G., “Digital Network Systems Laboratory, NSL Technical Note TN-14, Using Tcl to process HTML Forms”. |
Universal Plug & Play Device Architecture, (C) Microsoft Corporation (Jun. 8, 2000), [online] Retrieved from the Internet: <URL:http://www.upnp.org/specs/arch/upnpda10.sub.—20000613.htm>, [retrieved on Nov. 24, 2008]. |
Virtual Reality Transfer Protocol (VRTP); [online] Retrieved from the Internet<URL:http://www.stl.nps.navy.mil/about.brutzman/vrtp> (1998). |
Webmethods B2B Whitepaper; [online] Retrieved from the Internet<URL:http://www.cs.wisc.edu/about.vganti/papers/b2b.sub.—wp-B2Bintegration.html> (1999). |
Wikipedia, IP Address, Retrieved from Internet on Jun. 6, 2013, http://en.wikipedia.org/wiki/IP.sub.—address[Jun. 6, 2013 2:21:27 PM] (8 pages). |
Wikipedia, Java (software platform), http://en.wikipedia.org/wiki/java.sub.—(software.sub.—platform), Jul. 11, 2013 (12 pages). |
“Frequently Asked Questions about the Extensible Markup Language—The XML FAQ” Version 1.41 (http://www.oasis-open.org/cover/xmlFAQ141-19981006.html) (Oct.6, 1998). |
“Remote Diagnostics: Strategic weapon in the war for multi-vendor service contracts,” Tech Assessment, vol. 3, No. 12, Dec. 1995. |
“RomWebClient Embedded HTTP client 1-61 Toolkit” Allegrosoft, 'Online! Jul. 9, 2000, pp. 1-2, XPOO2201938 Retrieved from the Internet: <URL: http://web.archive.org/web/2000070920 4234/http://www.allegrosoft.com/romwebclient. html> retrieved on Jun. 12, 2002 the whole document. |
“Siemens Medical, BJC Health System Extend deal to multivendor service,” Medical Imaging News, vol. 6, No. 26, Jun. 27, 1997. |
24x7, HealthTech Publishing Company, Inc. (Nov. 1996). |
Action and Response History in U.S. Appl. No. 09/627,201 dated Apr. 22, 2009. |
Action and Response History in U.S. Appl. No. 09/667,737 dated Apr. 22, 2009. |
Action and Response History in U.S. Appl. No. 09/708,384 dated Apr. 22, 2009. |
Action and Response History in U.S. Appl. No. 09/716,717, dated Apr. 22, 2009. |
Action and Response History in U.S. Appl. No. 10/028,126 dated Feb. 19, 2009. |
Action and Response History in U.S. Appl. No. 10/123,960, dated Apr. 22, 2009. |
Action and Response History in U.S. Appl. No. 10/124,181, dated Mar. 26, 2012. |
Action and Response History in U.S. Appl. No. 10/805,012 dated Apr. 22, 2009. |
Action and Response History in U.S. Appl. No. 11/503,638 dated Mar. 26, 2012. |
Action and Response History in U.S. Appl. No. 11/537,399 dated Oct. 25, 2013. |
Action and Response History in U.S. Appl. No. 11/538,402 dated Oct. 25, 2013. |
Action and Response History in U.S. Appl. No. 11/616,136 dated Oct. 25, 2013. |
Action and Response History in U.S. Appl. No. 11/673,943 dated Mar. 26, 2012. |
Action and Response History in U.S. Appl. No. 11/677,279, dated Mar. 26, 2012. |
Action and Response History in U.S. Appl. No. 11/774,474 dated Oct. 25, 2013. |
Action and Response History in U.S. Appl. No. 13/329,928, dated Oct. 25, 2013. |
Action and Response History in U.S. Appl. No. 10/784,138, dated Sep. 23, 2010. |
Adelberg, D., “Building Robust Wrappers for Text Sources”, [online] Retrieved from the Internet<URL:http://student.bu.ac.bd/.about.mumit/Research/NLP-bib/pa-pers/Adelberg99.pdf> [retrieved on Nov. 24, 2008] (1999). |
Allegro Software product release 1-61 overview Greenhills Software Inc., ‘Online! Jun. 10, 2002, pp. 1-1, XPOO2201939 Retrieved from the Internet: URL: http://www.ghs.com/partners.allegro/<’retrieved on Jun. 10, 2002! the whole document. |
Allegro, RomWebCLient Embedded HTTP client Toolkit: Allegrosoft, Circuit Cellar Online, (Sep. 7, 2000) XP-002201983, Retrieved from the Internet: <URL:http://www.allegrosoft.com/romwebclient.html>[retrieved on Jun. 10, 2002]. |
Anderson, Professional XML, 2000. |
Annex to EPO Form 2004 with claims for grant in European Application No. 01955993.9 (Nov. 29, 2005). |
Bock, G., “Mainstreaming XML-based Enterprise Applications: Using Oracle XML DB to Manage Financial Information within a Global Banking System”, Oracle Corporation, (C) 2003. |
Box, et al., Simple Object Acces Protocol (SOAP) 1.1, Document No. XP002250270, May 8, 2000. |
Chandler, T. et al., “The Technology Development of Automatic Metering and Monitoring Systems”, Int'l Power Engineering Conf. 2005, IEEE, 4 pgs. |
Cheung, D. et al., “Distributed and Scalable XML Document Processing Architecture for E-Commerce Systems”, Adv. Issues of E-Commerce and Web-Based Information Systems, WECWIS 2000, 2nd Int'l Workshop, (Jun. 2000), pp. 152-157. |
Citrix Online, Citrix Systems, Inc. Whilte Paper, “GoToMyPC Corporate Technology”, [online] Retrieved from the Internet :<gotomypc.com/downloads/pdf/m/GoToMyPC_Corporate_Technology_White_Paper.pdf> [retrieved on Mar. 16, 2010] (2004). |
Citrix Online, Citrix Systems, Inc. Whitle Paper, “GoToMyPC Security”, [online] Retrieved from the Internet URL:citrix.it/REPOSITORY/docRepository/id_979_1124821417888736.pdf [retrieved on Mar. 16, 2010] (2004). |
Communication in EP Application No. 01973431.8, dated Mar. 30, 2005. |
CyberTAC & RadScape Presentation (May 1997). |
CyberTAC Design Presentation (1997). |
CyberTAC from Virtual Impact Systems, Inc. Presentation (1997). |
CyberTAC Remote Support System Presentation (1997). |
Database WIP, Section EI, Week 200156, Abstract, Document No. XP002253876 (Korea Electronics & Telecom Res Inst.) Derwent Publications, Ltd., London, GB, (Mar. 2001). |
Decision to Refuse in Application No. EP01973431.8, dated Jun. 21, 2011. |
Defense Information Systems Agency, Field Services Office, White Paper Report “pcAnywhere 10.5” (Sep. 2003). |
Eastvold, Roger, “Services: The Next Generation,” The Professional Journal, vol. 20, No. 4 (Nov. 1996). |
Eastvold, Roger, “Tiss and Tell,” Medical Imaging, Sep. 1995. |
EBITS:Electronic Business & Information Technology for Society Research Consortium, Proposal for Development of an Educational and Research Infrastructure for Safe Electronic Commerce, [online] Retrieved from theInternet:<URL:http://www.cs.dartmouth.edu/.about.makedon/cs188/proposa- I.html>, [retrieved Feb. 15, 2005]. |
Emmerich et al., “Implementing Incremental Code Migration with XML,” University College London, 2000. |
EmWare Press Release: “emWare Announces Support for Sun Microsystems Jini Technology,” Salt Lake City, UT (Feb. 1999). |
EmWare Press Release: “emWare Delivers EMIT 3.0 SDK Pro—A Complete Device Networking Kit for Developing End-to-end, Embedded Device Networking Solutions,” Salt Lake City, UT (May 1999). |
EmWare Press Release: “emWare's emLink (TM) Used to Internet-enable Welch Allyn's Vital Signs Monitor,” Chicago, IL (Mar. 1999). |
EmWare Press Release: “emWare, IBM Demonstrate Next Phase in Establishing Worldwide Access to Embedded Devices,” Chicago, IL (Mar. 1999). |
EmWare Press Release: “Invensys Selects emWare EMIT Device-Networking Software to Add Remote Monitoring and Control Capabilities to its Controller Products,” Salt Lake City, UT (Jun. 1999). |
EmWare Press Release: “Motorola, Mitsubishi and National Semiconductor Join emWare's Embed the Internet Alliance,” Chicago, IL (Mar. 1999). |
English translation of Notification of Reasons for Refusal in Japanese Application No. 2002-529431, dated Nov. 8, 2010. |
Ennis, D., “CORBA and XML Integration in Enterprise Systems”, IONA Technologies Inc.[online], Retrieved from the Internet<URL:http://citeseer.ist.psu.edu/cache/papers/cs/16013/http:z-www.iona.comz/infoz/techcenter/ecoop2000apr17.pdf/ennis00corba.pdf> [retrieved on Nov. 24, 2008] (2000). |
Examination Report in EP Application No. 01955993.9, dated Aug. 5, 2004. |
Examination Report in EP Application No. 01955993.9, dated Dec. 16, 2004. |
Examination Report in EP Application No. 01955993.9, dated Jan. 29, 2004. |
Examination Report in EP Application No. 01973431.8, dated Feb. 6, 2009. |
Examination Report in EP Application No. 01973431.8, dated Jan. 15, 2008. |
Examination Report in EP Application No. 01973431.8, dated Mar. 23, 2010. |
Examination Report in EP Application No. 01973431.8, dated Mar. 8, 2005. |
Examination Report in EP Application No. 02792391.1, dated Feb. 27, 2012. |
Examination Report in EP Application No. 02792391.1, dated Mar. 10, 2010. |
Examination Report in EP Application No. 03719774.6, dated Apr. 12, 2006. |
Examination Report in EP Application No. 03719774.6, dated Sep. 12, 2005. |
ExpertCity, Inc., Whilte Paper, “GoToMyPC: Making Life Simplier for Teleworkers and Travelers”, [online] Retrieved from the Internet<URL:http://www.si.umich.edu/Classes/540/Placement/GoOvrvew.p-df> [retrieved on Mar. 16, 2010] (2001). |
File History for U.S. Appl. No. 10/123,960, 222 pages. |
File History for U.S. Appl. No. 11/673,943, 437 pages. |
File History for U.S. Appl. No. 13/252,437, 377 pages. |
File History for U.S. Appl. No. 14/310,324, 179 pages. |
Final Decision for Rejection in Japanese Patent Application No. 2002-515578, dated Jul. 10, 2012. |
Franklin, M. et al., “Data in Your Face: PUSH Technology in Perspective”, Proc. ACM SIGMOD Int'l Conf. on Mgmt of Data, (Jun. 1998), #XP000886180, pp. 516-519. |
Hanckmann, J., “Telescript: The Emerging Standard for Intelligent Messaging,” Philips Telecommunications Review, vol. 52(1), pp. 15-19 (Mar. 1994). |
http://www.upnp.org/download/UPnPDA10.sub.--20000613.htm (pp. 1-52). |
Incremona, A. “Remote Service Diagnostics for Imaging Equipment: Today and Tomorrow,” Advanced Imaging, 12(9):90(2) (1997). |
International Preliminary Examination Report in Application No. PCT/US01/23651, dated Oct. 10, 2002. |
International Preliminary Examination Report in Application No. PCT/US01/29787, dated Aug. 21, 2002. |
International Preliminary Examination Report in Application No. PCT/US01/45198, dated Apr. 2, 2008. |
International Preliminary Examination Report in Application No. PCT/US2002/040058, dated Jun. 10, 2004. |
International Preliminary Report on Patentability (incl. Written Opinion) in Application No. PCT/US2007/088858, dated Jul. 9, 2009. |
International Search Report & Written Opinion in Application No. PCT/US2007/088858, dated May 21, 2008. |
International Search Report and Written Opinion in Application No. PCT/US03/11701, dated Oct. 13, 2004. |
International Search Report in Application No. PCT/US01/23651, dated Jun. 3, 2002. |
International Search Report in Application No. PCT/US01/29787, dated Jun. 28, 2002. |
International Search Report in Application No. PCT/US01/45198, dated Apr. 29, 2003. |
International Search Report in Application No. PCT/US03/11707, dated Sep. 24, 2003. |
International Search Report in Application No. PCT/US2002/040058, dated Nov. 3, 2003. |
Jennyc, K., “Linking Enterprise Business Systems to the Factory Floor,” The Hewlett-Packard Journal, Article 9 (May 1998). |
Jiang, et al., “Record-Boundary Discovery in Web Documents”, [online] Retrieved from the Internet<URL:http://osm7.cs.byu.edu/deg/papers/SJ.Thesis.ps>, [retrieved on Nov. 24, 2008] (1998). |
Kafeza, E. et al., “Alerts in Mobile Healthcare Applications: Requirements and Pilot Study”, IEEE, vol. 8, No. 2, pp. 173-181 (Jun. 2004). |
Kimball, R., “XML Will Make it Easier,” Intelligent Enterprise, [online] Retrieved from the Internet<URL:http://www.intelligententerprise.com/010416/webhouse1_1.jhtml> [retrieved on Nov. 24, 2008] (Apr. 16, 2001). |
Koppen, E., et al., “Active Hypertext for Distributed Web Applications”, Enabling Technologies: Infrastructure for Collaborative Enterprises, (WET ICE '99), Proc. IEEE 8th Int'l. Workshop (1999), pp. 297-302. |
Kovar, J., “Xerox Unveils Expanded Channel Lineup; Also Plans to Introduce E-Mail, Queue Management Software,” PC Expo,(Jun. 1999). |
Lassman, M. et al., “Modern Nuclear Medical Diagnostics with Efficient Gamma Cameras,” Electromedica, 66(2):43-51, (1998). |
Layman, et al., “XML-Data,” Position Paper from Microsoft Corp. (Jun. 1997), [online] Retrieved from the Internet<URL:http://www.oasis-open.org/cover/xml-data9706223.html> [retrieved on Sep. 2, 2004]. |
Lerner, R., “At the Forge: Introducing SOAP”, Linux Journal, #XP002292162 , pp. 62-70, (Mar. 2001). |
Letter from Foreign Associate regarding response filed in EP Application No. 01973431.8, dated Oct. 8, 2010. |
Lewandowska, J., et al., “System for Grouping Technologically Similar Devices”, v. 48 n 12; (Dec. 1975), pp. 636-638 (English Abstract). |
Lindley, D., “Xerox unveils copier that phones for help,” Rochester Democrat and Chronicle, (Mar. 28, 1990). |
Literature Search by Keyword: CyberTAC (Apr. 22, 2005). |
Luh, James C., “With several specs complete, XML enters widespread development,” Internet World, (Jan. 4, 1999). |
Machine Translation of Japanese Patent Publication No. 09-305407 (date Nov. 1997). |
Machine Translation of Japanese Patent Publication No. 11-045195, (date Feb. 1999). |
Machine Translation of Japanese Patent Publication No. 11-203079, (date Jul. 1999). |
Machine Translation of Japanese Patent Publication No. 11-296453, (date Oct. 1999). |
Machine Translation of Japanese Patent Publication No. 2000-163283, (date Jun. 2000). |
Machine Translation of Japanese Patent Publication No. 2000-309145, (date Nov. 2000). |
Machine Translation of Japanese Patent Publication No. 2001-337817, (date Dec. 2001). |
Martin, D., “Professional XML”., WROX Press Ltd., pub., Ch. 11, ‘Server to Server’, pp. 559-562, 819-820 (2000). |
Mason, K., “XML Translation for block structured languages”, IBM Corporation: Research Disclosure, Kenneth Mason Publications, 44176 (2001). |
Math Markup Language (Chapter 4); [online] Retrieved from the Internet<URL:http://www.w3.org/TR/REC-MathML/chap4.sub.--4.html>, [retrieved on Feb. 15, 2005]. |
McBride, R.A., “Security Considerations for Active Messages,” ACM SIGICE Bulletin, vol. 22 (2), (Oct. 1996). |
Memphis Educational Computer Connectivity Alliance (MECCA), [online] Retrieved from the Internet<URL:http://www.mecca.org/.about.ltague/nsfnocostextension.ht-ml>, [retrieved on Feb. 15, 2005]. |
Mendelsohn, Noah, Quick Intro to XML Schemas & SOAP, 26 pages (2000). |
Mills et al., “A knowledge-based method for inferring semantic concepts from visual models of system behavior,” ACM (Jul. 2000), pp. 306-337. |
Mohit Gupta, Problem with load method of MSXML.COMDocument object, Oct. 23, 2001. |
Notice of Reasons for Rejection in Japanese Application No. 2002-529431, dated Nov. 8, 2010. |
Office Action for U.S. Appl. No. 09/667,737 dated Feb. 23, 2004. |
Office Action for U.S. Appl. No. 14/298,114, 7 pages (dated May 5, 2016). |
Office Action for U.S. Appl. No. 14/310,324, 20 pages (dated May 2, 2016). |
Office Action in EP Application No. 01955993.9, dated Jun. 6, 2005. |
Office Action in EP Application No. 01973431.8, dated Mar. 8, 2005. |
Office Action in EP Application No. 01995993.9, dated Jan. 29, 2004. |
Office Action in EP Application No. 01996048.3, dated Jun. 22, 2004. |
Office Action in EP Application No. 01996048.3, dated Mar. 11, 2005. |
Oral Proceeding Minutes in European Application No. 01955993.9, dated Jan. 16, 2006. |
Oral Proceedings Communication in Application No. EP01973431.8, dated May 12, 2011. |
Orasis Medical Services, Inc., Business Plan No. 001, (Nov. 1995). |
Paul, Quick Start with SOAP, Jan. 29, 2001. |
Pfeiffer, R., “XML Tutorials for Programmers: Tutorial 2: Writing XML Documents,” (1999) [online] Retrieved from the Internet:<URL:http://imb.com/xml>, [retrieved on Mar. 2, 1999]. |
Questra Applications Data Sheet (2002). |
Questra Preliminary Invalidity Contentions, dated Apr. 29, 2005. |
Reagan, K., “Technology for the Soul,” OC Metro, (Sep. 1, 1995). |
Response filed in Application No. JP2002-529431, dated May 2, 2011. |
Response to Examination Report in EP Application No. 01973431.8, dated Oct. 4, 2010. |
Result of Consultation of Nov. 24, 2005 and Nov. 25, 2005 from corresponding European Application No. 01955993. |
Rytting, T., “Dispensing the Goods, Embedded Style,” Circuit Cellar Online, (Oct. 1999). |
SCAN Diagnostic Imaging, vol. 8, No. 24, (Dec. 27, 1995). |
Schmidt, The Evolution of Workflow Standards, IEEE (1999). |
Search Report in EP Application No. 02792391.1, dated Nov. 19, 2009. |
Searls, “The Next Bang: The Expolosive Combination of Embedded Linux, XML, and Instant Mess.”, ACM (Sep. 2000) Issue 77 [online] Retrieved from the Internet<URL:http://www.linuxjournal.com/article.php?sid=4195>, [retrieved on Nov. 20, 2001]. |
Second Auxiliary Response in EP Application No. 01973431.8, dated Apr. 26, 2011. |
SOAP Archives Online, “Multiple Method Calls in SOAP Packet”; [online] Retrieved from the Internet<URL:http://discuss.develop.com/archives/wa.exe?A2=ind9912&L=-soap&T=O&F=&S=&P=25113>, [retrieved on Dec. 8, 2000]. |
Steinfeld, E., “From Standalone to Internet Appliance”, Circuit Cellar Online, [online] (Jul. 9, 2000), #XP002201938, Retrieved from the Internet: <URL:http://web.archive.org/web/20000709204234/http://www.al-egrosoft.com/romwebclient.html>retrieved on Jun. 12, 2002 the whole document. |
Steinfeld, E., “Internet-appliance technology automates test equipment” EDN Magazine, pp. 157-169, Oct. 2000, www.edbmag.com. |
Steinfeld, E., “Making the Change” Document No. XP002201937, Circuit Cellar Online, pp. 1-7, Apr. 2000. |
Submission in German dated Nov. 25, 2005 from corresponding European Application No. 01955993.9. |
Summons to attend oral proceedings in corresponding European Application No. 01955993.9 dated Oct. 31, 2005. |
Summons to attend Oral Proceedings in counterpart EP Application No. 01973431.8, dated Feb. 2, 2011. |
Suresh et al., “XML-based Data System for Earth Science Applications”, IEEE 2000 International, vol. 3, pp. 242-328, Jul. 2000. |
The Simple Times, vol. 7, No. 1, Mar. 1999; [online] Retrieved from the Internet<URL:http://www.simple-times.org/pub/simple-times/issues/7-1.- html> [retrieved on Aug. 3, 2005]. |
Trewitt, G., “Using Tcl to Process HTML Forms,” Digital Network Systems Laboratory, NSL Technical Note TN-14, Palo Alto, CA (Mar. 1994). |
Universal Plug & Play Device Architecture, (C) Microsoft Corporation (Jun. 8, 2000), [online] Retrieved from the Internet: <URL:http://www.upnp.org/specs/arch/upnpda10.sub.-20000613.htm>, [retrieved on Nov. 24, 2008]. |
Van der Werff, M., et al., “A Mobile-Based Home Automatic System”, IEEE Mobility Conference, 5 pgs. (2005). |
Virtual Reality Transfer Protocol (VRTP); [online] Retrieved from the Internet:<URL:http://www.stl.nps.navy.mil/.about.brutzman/vrtp> (1998). |
Walsh, Norman, “XSL the Extensible Style Language: Styling XML Documents,” New Architect Daily, Jan. 1999. |
Webmethods B2B Whitepaper; [online] Retrieved from the Internet<URL:http://www.cs.wisc.edu/.about.vganti/papers/b2b.sub.-wp-B2Bintegration.html> (1999). |
White Paper, Medical Imaging, East Providence, RI (Sep. 1995). |
Wigget, Jeremy, “Intraview: Roger Eastvold of Orasis Inc.,” 24.times.7, (Nov. 1996). |
Wikipedia, “GoToMyPC”, [online] retrieved from the Internet:<URL: http://en.wikipedia.org/wiki/Gotomypc> [retrieved on Jan. 21, 2010] (2010). |
Williams, T. “Java Goes to Work Controlling Networked Embedded Systems” Computer Design, Pennwell Publ. Littleton, MA, 35:9:36-37, Aug. 1996. |
Winer, Dave, “XML-RPC Specification,” (http://XML-RPC.com), Jun. 15, 1999. |
Winter 1992, Field of View, vol. 2, No. 3, Toshiba America Medical System, Inc. |
Written Opinion in Application No. PCT/US01/45198, dated May 31, 2007. |
Wu et al., “A knowledge sharing and collaboration system model based on Internet”, Systems, Man, and Cybernetics, 1999. IEEE SMC'99 Conference Proceedings, vol. 2, pp. 148-152 (1999). |
Xerox 190 Copier, Electronic Data Interface Operator Guide, ver. 1.0, (1989). |
XP-002253876, c:\epodata\sea\eplog\internal.log. |
Number | Date | Country | |
---|---|---|---|
20150074176 A1 | Mar 2015 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 13329928 | Dec 2011 | US |
Child | 14310324 | US | |
Parent | 10124181 | Apr 2002 | US |
Child | 13329928 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09667737 | Sep 2000 | US |
Child | 10124181 | US |