Releases: smasherprog/rat_lite
Releases · smasherprog/rat_lite
Fixed missing js files
0.4.7 updated gitignore
More improvments
0.4.6 updates angular version fixed connect bug
More client improvements
0.4.5 updated client
More client improvements
Lots of new features added.....
Angular added as client
0.4.3 Adjusted Scaling in monitor
build update
Fixed various build issues
New 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
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
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
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.