Skip to content

Releases: smasherprog/rat_lite

Fixed missing js files

14 Nov 01:00
Compare
Choose a tag to compare
Pre-release
0.4.7

updated gitignore

More improvments

11 Nov 18:49
Compare
Choose a tag to compare
More improvments Pre-release
Pre-release
0.4.6

updates angular version fixed connect bug

More client improvements

25 Oct 01:07
Compare
Choose a tag to compare
Pre-release
0.4.5

updated client

More client improvements

24 Oct 18:26
Compare
Choose a tag to compare
Pre-release

Lots of new features added.....

Angular added as client

17 Oct 12:48
Compare
Choose a tag to compare
0.4.3

Adjusted Scaling in monitor

build update

06 Oct 04:44
Compare
Choose a tag to compare
build update Pre-release
Pre-release

Fixed various build issues

New release

03 Oct 13:36
Compare
Choose a tag to compare
New release Pre-release
Pre-release

Many changes.

Dropped native client in favor of an html client. An html client is easier to develop and will have all of the functionality a native client has.

Added many improvements to the code base.
Server is adaptive and will throttle down the frames sent and quality of the images.
and many more. . . .

API revamp

30 Aug 04:09
Compare
Choose a tag to compare
API revamp Pre-release
Pre-release

Complete rewrite.
Most code re written and broken up into smaller libraries which are included via submodules.

Currently works with mac windows and linux for the server build.
Currently works with windows for client build.

v.35 Release

10 Jul 19:02
Compare
Choose a tag to compare
v.35 Release Pre-release
Pre-release

Features include

  • Mac Viewer works, but the Server is still in progress
  • Many bug fixes + refactoring
  • Updated libraries used: boost, openssl, zstd

v.30 Release

12 Jun 18:11
Compare
Choose a tag to compare
v.30 Release Pre-release
Pre-release

Features include

  • All input works for sending and receiving between web browsers, Clients and their Server counterparts.
  • TLS is forced -- all code to use un-encrypted connections is removed!
  • You can generate your own self-signed certificates using the Server.
  • Note: In debug build, built in test certs(DO NOT USE IN PRODUCTION!) are used if none are provided.
  • Major refactoring of the network code interface -- its much cleaner now!
  • Touch works on web browsers for controlling the Mouse/Dragging. I think it works pretty well!
  • Desktop Server has a GUI for configuring common options. They can be changed during run-time as well.