kulaginds / rdp-html5

RDP web client with Golang backend for proxy connection to Windows machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDP-HTML5 client

Toy HTML5 client for connect to remote desktop on Windows.
I just wanted to learn the protocol.
Protocol specification available on MS-RDPBCGR.

rdp-html5 client screenshot

Features implemented

  • negotiation PROTOCOL_SSL
  • FASTPATH_OUTPUT_SUPPORTED, LONG_CREDENTIALS_SUPPORTED, NO_BITMAP_COMPRESSION_HDR
  • HIGH_COLOR_24BPP
  • pointer cache
  • basic graphics (Interleaved RLE-Based Bitmap Compression)

Tested on

  • Windows 7

Technologies

  • golang
  • html5
  • c language
  • webassembly

Inspired on

About

RDP web client with Golang backend for proxy connection to Windows machine

License:GNU General Public License v3.0


Languages

Language:Go 67.0%Language:HTML 20.0%Language:JavaScript 6.9%Language:C 6.1%Language:Shell 0.1%Language:Makefile 0.0%