IP Library Granted Patent US 10,165,042
Granted Patent B2
US 10,165,042 · App. 14/599,226 · Granted Dec 25, 2018

Methods and systems for conducting a remote desktop session via HTML that supports a 2D canvas and dynamic drawing

Inventors: Stevan Kominac (Palo Alto, CA); Jeremy Michael Stanley (San Mateo, CA); Curtis Schwebke (Menlo Park, CA)
Assignee: WYSE TECHNOLOGY L.L.C.
H04L67/08G06F17/30905G06T11/20H04L67/02H04L67/42G06F9/4445G06F9/452H04L67/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,165,042
App. No.
14/599,226
Filed
Jan 16, 2015
Granted
Dec 25, 2018
Kind
B2
Art Unit
2141
USPC
715/740
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 at a client device through a transcoding server without installing proprietary plug-ins or protocols on the client device. A transcoding server may translate user input requests from a web browser into input calls compatible with a remote desktop display protocol. The transcoding 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 transcoding server may communicate with is web browser via HTTP and communicate with a remote machine via a remote desktop display protocol. A web browser may be an HTML5 browser. A transcoding server may send drawing coordinates to the web browser via an HTTP header and may use long polling.

Claims (56)

1. A method of conducting a remote desktop session comprising:

receiving, at a transcoding server, a request from a client device for access and control of a remote desktop of a remote machine, the transcoding server having a protocol translation functionality configured to translate a first protocol to a second protocol;

receiving, at the transcoding server, a remote desktop drawing command from the remote machine in response to the request;

translating, at the transcoding server, the remote desktop drawing command into a drawing update compatible with HTML, wherein the drawing update comprises an image file and drawing coordinates for the image file, wherein translating the remote desktop drawing command into the drawing update comprises:

translating, at the transcoding server, the remote desktop drawing command into a Java graphics drawing command;

updating, at the transcoding server, a portion of a Java bitmap using the Java graphics drawing command, wherein the Java bitmap is off-screen in a drawing commands queue of the transcoding server and represents an entire image of the remote desktop of the remote machine

placing, at the transcoding server, the drawing coordinates into a cookie; and

providing, at the transcoding server, the drawing update to the web browser in response, wherein the response comprises the cookie;

wherein the transcoding server is an intermediary between the remote machine and the client device, and wherein the transcoding server is physically separate from the remote machine.

2. The method of claim 1 , further comprising:

generating coordinates for the updated portion of the Java bitmap based on the Java graphics drawing command; and

forming an image file based on the updated portion of the Java bitmap.

3. The method of claim 2 , further comprising obtaining drawing coordinates for the image file based on the coordinates for the updated portion of the Java bitmap.

4. The method of claim 3 , wherein the drawing coordinates are compatible with HTML5.

5. The method of claim 1 , wherein the request from the client device is from a web browser that temporarily comprises JavaScript client code during the remote desktop session.

6. The method of claim 1 , further comprising:

receiving, at the transcoding server, a drawing request from a web browser of the client device, and

providing a drawing update from the transcoding server to the web browser in response to the drawing request from the web browser.

7. The method of claim 1 , further comprising receiving, at the transcoding server from the client device an initial HTTP request comprising a uniform resource locator (URL) of the remote machine.

8. The method of claim 1 , wherein the transcoding server comprises a Java compatible web application container.

9. A machine-readable non-transitory storage medium encoded with instructions executable by a processing system, the instructions comprising code for:

receiving, at a transcoding server, a request from a client device for access and control of a remote desktop of a remote machine, the transcoding server having a protocol translation functionality configured to translate a first protocol to a second protocol;

receiving, at the transcoding server, a remote desktop drawing command from the remote machine in response to the request;

translating, at the transcoding server, the remote desktop drawing command into a drawing update compatible with HTML, wherein the drawing update comprises an image file and drawing coordinates for the image file, wherein translating the remote desktop drawing command into the drawing update comprises:

translating, at the transcoding server, the remote desktop drawing command into a Java graphics drawing command;

updating, at the transcoding server, a portion of a Java bitmap using the Java graphics drawing command, wherein the Java bitmap is off-screen in a drawing commands queue of the transcoding server and represents an entire image of the remote desktop of the remote machine

placing, at the transcoding server, the drawing coordinates into a cookie; and

providing, at the transcoding server, the drawing update to the web browser in response, wherein the response comprises the cookie;

wherein the transcoding server is an intermediary between the remote machine and the client device, and wherein the transcoding server is physically separate from the remote machine.

10. The machine-readable non-transitory storage medium of claim 9 , wherein the instructions further comprise code for:

generating coordinates for the updated portion of the Java bitmap based on the Java graphics drawing command; and

forming an image file based on the updated portion of the Java bitmap.

11. The machine-readable non-transitory storage medium of claim 10 , wherein the instructions further comprise code for obtaining drawing coordinates for the image file based on the coordinates for the updated portion of the Java bitmap.

12. The machine-readable non-transitory storage medium of claim 11 , wherein the drawing coordinates are compatible with HTML5.

13. The machine-readable non-transitory storage medium of claim 9 , wherein the request from the client device is from a web browser that temporarily comprises JavaScript client code during the remote desktop session.

14. The machine-readable non-transitory storage medium of claim 9 , wherein the instructions further comprise code for:

receiving, at the transcoding server, a drawing request from a web browser of the client device, and

providing a drawing update from the transcoding server to the web browser in response to the drawing request from the web browser.

15. The machine-readable non-transitory storage medium of claim 9 , wherein the instructions further comprise code for receiving, at the transcoding server from the client device an initial HTTP request comprising a uniform resource locator (URL) of the remote machine.

16. An apparatus for conducting a remote desktop session comprising:

a non-transitory memory;

a processor communicatively coupled to the non-transitory memory, the processor located at a transcoding server, the transcoding server having a protocol translation functionality configured to translate a first protocol to a second protocol, the processor configured to:

receive a request from a client device for access and control of a remote desktop of a remote machine;

receive a remote desktop drawing command from the remote machine in response to the request;

translate the remote desktop drawing command into a drawing update compatible with HTML, wherein the drawing update comprises an image file and drawing coordinates for the image file, the processor further configured to:

translate the remote desktop drawing command into a Java graphics drawing command;

update a portion of a Java bitmap using the Java graphics drawing command, wherein the Java bitmap is off-screen in a drawing commands queue of the transcoding server and represents an entire image of the remote desktop of the remote machine

place the drawing coordinates into a cookie; and

provide the drawing update to the web browser in response, wherein the response comprises the cookie;

wherein the transcoding server is an intermediary between the remote machine and the client device, and wherein the transcoding server is physically separate from the remote machine.

17. The apparatus of claim 16 , wherein the processor is further configured to:

generate coordinates for the updated portion of the Java bitmap based on the Java graphics drawing command; and

form an image file based on the updated portion of the Java bitmap.

18. The apparatus of claim 17 , wherein the processor is further configured to obtain drawing coordinates for the image file based on the coordinates for the updated portion of the Java bitmap.

19. The apparatus of claim 18 , wherein the drawing coordinates are compatible with HTML5.

20. The apparatus of claim 16 , wherein the request from the client device is from a web browser that temporarily comprises JavaScript client code during the remote desktop session.

Assignments (17)
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 →
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 REEL 035103 FRAME 0809 (TL) Recorded Sep 14, 2016
From: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
To: DELL SOFTWARE INC.; DELL PRODUCTS L.P.; COMPELLENT TECHNOLOGIES, INC.
Reel/Frame 040027/0934 →
RELEASE OF REEL 035104 FRAME 0043 (NOTE) Recorded Sep 14, 2016
From: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
To: DELL SOFTWARE INC.; DELL PRODUCTS L.P.; COMPELLENT TECHNOLOGIES, INC.
Reel/Frame 040027/0123 →
RELEASE OF REEL 035103 FRAME 0536 (ABL) Recorded Sep 13, 2016
From: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT
To: DELL SOFTWARE INC.; DELL PRODUCTS L.P.; COMPELLENT TECHNOLOGIES, INC.
Reel/Frame 040016/0864 →
SUPPLEMENT TO PATENT SECURITY AGREEMENT (TERM LOAN) Recorded Feb 26, 2015
From: DELL PRODUCTS L.P.; DELL SOFTWARE INC.; COMPELLENT TECHNOLOGIES, INC.
To: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
Reel/Frame 035103/0809 →
SUPPLEMENT TO PATENT SECURITY AGREEMENT (ABL) Recorded Feb 26, 2015
From: DELL PRODUCTS L.P.; DELL SOFTWARE INC.; COMPELLENT TECHNOLOGIES, INC.
To: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT
Reel/Frame 035103/0536 →
SUPPLEMENT TO PATENT SECURITY AGREEMENT (NOTES) Recorded Feb 26, 2015
From: DELL PRODUCTS L.P.; DELL SOFTWARE INC.; COMPELLENT TECHNOLOGIES, INC.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
Reel/Frame 035104/0043 →
CHANGE OF NAME Recorded Jan 16, 2015
From: WYSE TECHNOLOGY INC.
To: WYSE TECHNOLOGY L.L.C.
Reel/Frame 034778/0356 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jan 16, 2015
From: KOMINAC, STEVAN; STANLEY, JEREMY MICHAEL; SCHWEBKE, CURTIS
To: WYSE TECHNOLOGY INC.
Reel/Frame 034740/0014 →
Continuity (2)
Continuation 12965820 · Dec 10, 2010
Related Publication 20150180939A1 · Jun 25, 2015