IP Library Granted Patent US 10,248,374
Granted Patent B2
US 10,248,374 · App. 15/202,344 · Granted Apr 2, 2019

Methods and systems for a remote desktop session utilizing HTTP header

Inventors: Stevan Kominac (Palo Alto, CA); Jeremy Michael Stanley (San Mateo, CA); Curtis Schwebke (Menlo Park, CA)
Assignee: Wyse Technology L.L.C.
G06F3/1454G06F3/0484G06F9/452G06F17/30905G06T1/60G06T11/20H04L67/02H04L67/08H04L67/42G06F17/2247H04L67/2823
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,248,374
App. No.
15/202,344
Granted
Apr 2, 2019
Kind
B2
Abstract

Examples of methods, systems, apparatus, and machine-readable storage media are provided to facilitate access and control of a remote desktop of a remote machine by a web browser of a client device through a web server without installing proprietary plug-ins or protocols on the client device. A web server may translate user input requests from a web browser into input calls compatible with a remote desktop display protocol. The web server may receive remote desktop drawing commands from the remote machine and translate the remote desktop drawing commands into web browser drawing updates compatible with the web browser. A web server may communicate with the web browser and the remote machine via HTTP and a remote desk top display protocol, respectively.

Claims (158)

1. A method for a remote desktop session between a web browser of a client device and a remote machine through a web server, utilizing hypertext transfer protocol (HTTP) headers for remote desktop session drawing, the method comprising:

receiving, at the web server, a request from the web browser of the client device, the request being either a long polling drawing request or an input request;

handling, at the web server, the request, where a long polling drawing request is handled as an asynchronous request and an input request is handled as a synchronous request;

receiving, at the web server, a remote desktop drawing command from the remote machine, the remote desktop drawing command based on the image of a remote desktop of the remote machine;

translating, at the web server, the remote desktop drawing command into a display image and drawing coordinates for the display image;

placing, at the web server, the drawing coordinates into an HTTP response header; and

in response to the request, providing the display image and the drawing coordinates together to the web browser in a single HTTP response, wherein the single HTTP response comprises the HTTP response header.

2. The method of claim 1 , wherein the web server comprises a windows web server, and wherein the translating comprises:

translating the remote desktop drawing command into a windows graphics drawing command;

updating a portion of a memory bitmap in response to the windows graphics drawing command;

generating coordinates for the updated portion of the memory bitmap from the windows graphics drawing command;

generating the display image compatible with the web browser based on the memory bitmap; and

obtaining the drawing coordinates for the display image based on the coordinates for the memory bitmap,

wherein the display image and the drawing coordinates represent a portion of an image of the remote desktop.

3. The method of claim 1 , wherein the web server is an intermediary between the remote machine and the client device, and wherein the web server is physically separate from the remote machine.

4. The method of claim 1 , wherein the remote desktop drawing command comprises coordinates of a region of the remote desktop that has changed relative to a previous remote desktop drawing command, wherein the coordinates specify a redrawing region, and wherein the display image and the drawing coordinates are compatible with windows graphic protocol and HTML5.

5. The method of claim 1 , wherein the display image comprises at least one of a scaled image of the remote desktop or a display image comprising an offset image of the remote desktop.

6. A method for a remote desktop session between a web browser of a client device and a remote machine through a web server, utilizing asynchronous handling of requests to reduce traffic to the client device, the method comprising:

receiving, at the web server, a request from the web browser of the client device, the request being either a long polling drawing request or an input request;

handling, at the web server, the request, where a long polling drawing request is handled as an asynchronous request and an input request is handled as a synchronous request;

receiving, at the web server, a remote desktop drawing command from the remote machine;

translating, at the web server, the remote desktop drawing command into a web browser drawing update; and

providing the web browser drawing update from the web server to the web browser of the client device, as a response to the request from the web browser,

wherein the web server comprises a windows web server and the web browser is a windows web browser.

7. The method of claim 6 , wherein the handling of an asynchronous request comprises:

determining whether a drawing command is pending at the web server for the web browser;

in response to determining that no drawing command is pending, storing the request in a drawing requests queue as asynchronous requests; and

in response to determining that a drawing command is pending, providing the request to an HTTP handler module in the web server.

8. The method of claim 7 , wherein the providing the web browser drawing update comprises:

placing, at the HTTP handler module, the drawing coordinates into an HTTP header of a single HTTP transmission response to the web browser;

including, at the HTTP handler module, the image file into the single HTTP transmission response to the web browser; and

sending a notification to the drawing requests queue to allow at least one of the requests in the drawing requests queue to be forwarded to the HTTP handler module.

9. The method of claim 6 , wherein the remote desktop drawing command represents a portion of an image of a remote desktop of the remote machine, wherein the translating comprises:

translating the remote desktop drawing command into a windows graphics drawing command;

updating a portion of a memory bitmap of the image of the remote desktop in response to the windows graphics drawing command;

generating coordinates of the updated portion of the memory bitmap based on the windows graphics drawing command;

generating an image file based on the updated portion of the memory bitmap; and

obtaining drawing coordinates for the image file based on the coordinates of the updated portion of the memory bitmap,

wherein the web browser drawing update comprises the image file and the drawing coordinates.

10. The method of claim 6 , further comprising:

receiving a connection request from the web browser to connect to the remote machine;

providing a client script code to the web browser in response to the connection request to connect to the remote machine; and

deleting the client script code from the web browser when the remote desktop session is terminated,

wherein the receiving the request comprises receiving the request from the client script code,

wherein the providing the web browser drawing update comprises providing the web browser drawing update to the client script code.

11. The method of claim 6 , further comprising:

receiving, at the web server, a user input request from the web browser for accessing or controlling a remote desktop of the remote machine,

translating, at the web server, the user input request into an input command;

providing the input command to the remote machine,

wherein the receiving the remote desktop drawing command comprises receiving the remote desktop drawing command in response to the input command.

12. A non-transitory machine-readable storage medium comprising instructions stored therein, the instructions, when executed, causing one or more processors to:

receive, at a web server, a request from a web browser of the client device, the request being either a long polling drawing request or an input request;

handle, at the web server, the request, where a long polling drawing request is handled as an asynchronous request and an input request is handled as a synchronous request;

receive, at the web server, a remote desktop drawing command from a remote machine, the remote desktop drawing command based on the image of a remote desktop of the remote machine;

translate, at the web server, the remote desktop drawing command into a display image and drawing coordinates for the display image;

place, at the web server, the drawing coordinates into an HTTP response header; and

in response to the request, provide the display image and the drawing coordinates together to the web browser in a single HTTP response, wherein the single HTTP response comprises the HTTP response header.

13. The non-transitory machine-readable storage medium of claim 12 , wherein the web server comprises a windows web server, and wherein the translating comprises:

translating the remote desktop drawing command into a windows graphics drawing command;

updating a portion of a memory bitmap in response to the windows graphics drawing command;

generating coordinates for the updated portion of the memory bitmap from the windows graphics drawing command;

generating the display image compatible with the web browser based on the memory bitmap; and

obtaining the drawing coordinates for the display image based on the coordinates for the memory bitmap,

wherein the display image and the drawing coordinates represent a portion of an image of the remote desktop.

14. The non-transitory machine-readable storage medium of claim 12 , wherein the web server is an intermediary between the remote machine and the client device, and wherein the web server is physically separate from the remote machine.

15. The non-transitory machine-readable storage medium of claim 12 , wherein the remote desktop drawing command comprises coordinates of a region of the remote desktop that has changed relative to a previous remote desktop drawing command, wherein the coordinates specify a redrawing region, and wherein the display image and the drawing coordinates are compatible with windows graphic protocol and HTML5.

16. The non-transitory machine-readable storage medium of claim 12 , wherein the display image comprises at least one of a scaled image of the remote desktop or a display image comprising an offset image of the remote desktop.

17. A non-transitory machine-readable storage medium comprising instructions stored therein, the instructions, when executed, causing one or more processors to:

receive, at a web server, a request from a web browser of the client device, the request being either a long polling drawing request or an input request;

handle, at the web server, the request, where a long polling drawing request is handled as an asynchronous request and an input request is handled as a synchronous request;

receive, at the web server, a remote desktop drawing command from a remote machine;

translate, at the web server, the remote desktop drawing command into a web browser drawing update; and

provide the web browser drawing update from the web server to the web browser of the client device, as a response to the request from the web browser,

wherein the web server comprises a windows web server and the web browser is a windows web browser.

18. The non-transitory machine-readable storage medium of claim 17 , wherein the handling of an asynchronous request comprises:

determining whether a drawing command is pending at the web server for the web browser;

in response to determining that no drawing command is pending, storing the request in a drawing requests queue as asynchronous requests; and

in response to determining that a drawing command is pending, providing the request to an HTTP handler module in the web server.

19. The non-transitory machine-readable storage medium of claim 17 , wherein the providing the web browser drawing update comprises:

placing, at the HTTP handler module, the drawing coordinates into an HTTP header of a single HTTP transmission response to the web browser;

including, at the HTTP handler module, the image file into the single HTTP transmission response to the web browser; and

sending a notification to the drawing requests queue to allow at least one of the requests in the drawing requests queue to be forwarded to the HTTP handler module.

20. The non-transitory machine-readable storage medium of claim 17 , wherein the remote desktop drawing command represents a portion of an image of a remote desktop of the remote machine,

wherein the translating comprises:

translating the remote desktop drawing command into a windows graphics drawing command;

updating a portion of a memory bitmap of the image of the remote desktop in response to the windows graphics drawing command;

generating coordinates of the updated portion of the memory bitmap based on the windows graphics drawing command;

generating an image file based on the updated portion of the memory bitmap; and

obtaining drawing coordinates for the image file based on the coordinates of the updated portion of the memory bitmap,

wherein the web browser drawing update comprises the image file and the drawing coordinates.

21. The non-transitory machine-readable storage medium of claim 17 , the instructions, when executed, further causing the one or more processors to:

receive a connection request from the web browser to connect to the remote machine;

provide a client script code to the web browser in response to the connection request to connect to the remote machine; and

delete the client script code from the web browser when the remote desktop session is terminated,

wherein the receiving the request comprises receiving the request from the client script code,

wherein the providing the web browser drawing update comprises providing the web browser drawing update to the client script code.

22. The non-transitory machine-readable storage medium of claim 17 , the instructions, when executed, further causing the one or more processors to:

receive, at the web server, a user input request from the web browser for accessing or controlling a remote desktop of the remote machine,

translate, at the web server, the user input request into an input command;

provide the input command to the remote machine,

wherein the receiving the remote desktop drawing command comprises receiving the remote desktop drawing command in response to the input command.

23. A web server comprising:

one or more processors;

a memory communicatively coupled to the one or more processors; and

instructions stored within the memory, the instructions, when executed, causing the one or more processors to:

receive, at the web server, a request from a web browser of the client device, the request being either a long polling drawing request or an input request;

handle, at the web server, the request, where a long polling drawing request is handled as an asynchronous request and an input request is handled as a synchronous request;

receive, at the web server, a remote desktop drawing command from a remote machine, the remote desktop drawing command based on the image of a remote desktop of the remote machine;

translate, at the web server, the remote desktop drawing command into a display image and drawing coordinates for the display image;

place, at the web server, the drawing coordinates into an HTTP response header; and

in response to the request, provide the display image and the drawing coordinates together to the web browser in a single HTTP response, wherein the single HTTP response comprises the HTTP response header.

24. The web server of claim 23 , wherein the translating comprises:

translating the remote desktop drawing command into a windows graphics drawing command;

updating a portion of a memory bitmap in response to the windows graphics drawing command;

generating coordinates for the updated portion of the memory bitmap from the windows graphics drawing command;

generating the display image compatible with the web browser based on the memory bitmap; and

obtaining the drawing coordinates for the display image based on the coordinates for the memory bitmap,

wherein the display image and the drawing coordinates represent a portion of an image of the remote desktop.

25. The web server of claim 23 , wherein the web server is an intermediary between the remote machine and the client device, and wherein the web server is physically separate from the remote machine.

26. The web server of claim 23 , wherein the remote desktop drawing command comprises coordinates of a region of the remote desktop that has changed relative to a previous remote desktop drawing command, wherein the coordinates specify a redrawing region, and wherein the display image and the drawing coordinates are compatible with windows graphic protocol and HTML5.

27. The web server of claim 23 , wherein the display image comprises at least one of a scaled image of the remote desktop or a display image comprising an offset image of the remote desktop.

28. A web server comprising:

one or more processors;

a memory communicatively coupled to the one or more processors; and

instructions stored within the memory, the instructions, when executed, causing the one or more processors to:

receive, at the web server, a request from a web browser of the client device, the request being either a long polling drawing request or an input request;

handle, at the web server, the request, where a long polling drawing request is handled as an asynchronous request and an input request is handled as a synchronous request;

receive, at the web server, a remote desktop drawing command from a remote machine;

translate, at the web server, the remote desktop drawing command into a web browser drawing update; and

provide the web browser drawing update from the web server to the web browser of the client device, as a response to the request from the web browser,

wherein the web server comprises a windows web server and the web browser is a windows web browser.

29. The web server of claim 28 , wherein the handling of an asynchronous request comprises:

determining whether a drawing command is pending at the web server for the web browser;

in response to determining that no drawing command is pending, storing the request in a drawing requests queue as asynchronous requests; and

in response to determining that a drawing command is pending, providing the request to an HTTP handler module in the web server.

30. The web server of claim 28 , wherein the providing the web browser drawing update comprises:

placing, at the HTTP handler module, the drawing coordinates into an HTTP header of a single HTTP transmission response to the web browser;

including, at the HTTP handler module, the image file into the single HTTP transmission response to the web browser; and

sending a notification to the drawing requests queue to allow at least one of the requests in the drawing requests queue to be forwarded to the HTTP handler module.

31. The web server of claim 28 , wherein the remote desktop drawing command represents a portion of an image of a remote desktop of the remote machine,

wherein the translating comprises:

translating the remote desktop drawing command into a windows graphics drawing command;

updating a portion of a memory bitmap of the image of the remote desktop in response to the windows graphics drawing command;

generating coordinates of the updated portion of the memory bitmap based on the windows graphics drawing command;

generating an image file based on the updated portion of the memory bitmap; and

obtaining drawing coordinates for the image file based on the coordinates of the updated portion of the memory bitmap,

wherein the web browser drawing update comprises the image file and the drawing coordinates.

32. The web server of claim 28 , the instructions, when executed, further causing the one or more processors to:

receive a connection request from the web browser to connect to the remote machine;

provide a client script code to the web browser in response to the connection request to connect to the remote machine; and

delete the client script code from the web browser when the remote desktop session is terminated,

wherein the receiving the request comprises receiving the request from the client script code,

wherein the providing the web browser drawing update comprises providing the web browser drawing update to the client script code.

33. The web server of claim 28 , the instructions, when executed, further causing the one or more processors to:

receive, at the web server, a user input request from the web browser for accessing or controlling a remote desktop of the remote machine,

translate, at the web server, the user input request into an input command;

provide the input command to the remote machine,

wherein the receiving the remote desktop drawing command comprises receiving the remote desktop drawing command in response to the input command.

Assignments (19)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (050724/0466) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO WYSE TECHNOLOGY L.L.C.)
Reel/Frame 060753/0486 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC IP HOLDING COMPANY LLC
Reel/Frame 071642/0001 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001) Recorded May 20, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.); DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC); EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.); SCALEIO LLC
Reel/Frame 061753/0001 →
MERGER Recorded May 13, 2022
From: WYSE TECHNOLOGY L.L.C.
To: DELL MARKETING CORPORATION
Reel/Frame 060064/0586 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001) Recorded Apr 26, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.); DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC); EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.); SCALEIO LLC
Reel/Frame 061324/0001 →
RELEASE OF SECURITY INTEREST Recorded Nov 3, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: ASAP SOFTWARE EXPRESS, INC.; AVENTAIL LLC; CREDANT TECHNOLOGIES, INC.; DELL USA L.P.; DELL INTERNATIONAL, L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL SYSTEMS CORPORATION; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; FORCE10 NETWORKS, INC.; MAGINATICS LLC; MOZY, INC.; SCALEIO LLC; WYSE TECHNOLOGY L.L.C.
Reel/Frame 058216/0001 →
SECURITY AGREEMENT Recorded Apr 22, 2020
From: CREDANT TECHNOLOGIES INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 053546/0001 →
PATENT SECURITY AGREEMENT (NOTES) Recorded Oct 15, 2019
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
Reel/Frame 050724/0466 →
SECURITY AGREEMENT Recorded Mar 21, 2019
From: CREDANT TECHNOLOGIES, INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 049452/0223 →
SECURITY AGREEMENT Recorded Sep 21, 2016
From: ASAP SOFTWARE EXPRESS, INC.; AVENTAIL LLC; CREDANT TECHNOLOGIES, INC.; DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL SYSTEMS CORPORATION; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; FORCE10 NETWORKS, INC.; MAGINATICS LLC; MOZY, INC.; SCALEIO LLC; SPANNING CLOUD APPS LLC; WYSE TECHNOLOGY L.L.C.
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT
Reel/Frame 040134/0001 →
SECURITY AGREEMENT Recorded Sep 21, 2016
From: ASAP SOFTWARE EXPRESS, INC.; AVENTAIL LLC; CREDANT TECHNOLOGIES, INC.; DELL USA L.P.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; DELL SYSTEMS CORPORATION; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; FORCE10 NETWORKS, INC.; MAGINATICS LLC; MOZY, INC.; SCALEIO LLC; SPANNING CLOUD APPS LLC; WYSE TECHNOLOGY L.L.C.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
Reel/Frame 040136/0001 →
RELEASE OF SEC. INT. IN PATENTS (TL) Recorded Sep 14, 2016
From: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
To: AVENTAIL LLC; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.
Reel/Frame 040027/0329 →
RELEASE OF SEC. INT. IN PATENTS (NOTES) Recorded Sep 14, 2016
From: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
To: AVENTAIL LLC; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.
Reel/Frame 040026/0710 →
RELEASE OF SEC. INT. IN PATENTS (ABL) Recorded Sep 13, 2016
From: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT
To: AVENTAIL LLC; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.
Reel/Frame 040013/0733 →
SUPPLEMENT TO PATENT SECURITY AGREEMENT (TERM LOAN) Recorded Aug 10, 2016
From: AVENTAIL LLC; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.
To: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
Reel/Frame 039719/0889 →
SUPPLEMENT TO PATENT SECURITY AGREEMENT (ABL) Recorded Aug 10, 2016
From: AVENTAIL LLC; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.
To: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT
Reel/Frame 039643/0953 →
SUPPLEMENT TO PATENT SECURITY AGREEMENT (NOTES) Recorded Aug 10, 2016
From: AVENTAIL LLC; DELL PRODUCTS L.P.; DELL SOFTWARE INC.; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
Reel/Frame 039644/0084 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jul 5, 2016
From: KOMINAC, STEVAN; STANLEY, JEREMY MICHAEL; SCHWEBKE, CURTIS
To: WYSE TECHNOLOGY INC.
Reel/Frame 039077/0043 →
CHANGE OF NAME Recorded Jul 5, 2016
From: WYSE TECHNOLOGY INC.
To: WYSE TECHNOLOGY L.L.C.
Reel/Frame 039258/0018 →
Continuity (4)
Continuation 13557161 · Jul 24, 2012
Continuation In Part 12965820 · Dec 10, 2010
Provisional Application 61669639 · Jul 9, 2012
Related Publication 20170003926A1 · Jan 5, 2017