Just in case
Go to file
2021-07-29 07:53:45 -07:00
.vscode Initial 2021-07-29 07:53:41 -07:00
Assets Initial 2021-07-29 07:53:41 -07:00
Remotely_Agent Refactored out deprecated keyboradEvent.keyCode property. Linux updater fixes. 2021-07-29 07:53:45 -07:00
Remotely_Desktop Sorted command completions. Console tab notifies when new messages have arrived if another tab is selected. Desktop app prepends scheme to URL if missing. Increased upload size limit. 2021-07-29 07:53:45 -07:00
Remotely_Library Refactored out deprecated keyboradEvent.keyCode property. Linux updater fixes. 2021-07-29 07:53:45 -07:00
Remotely_ScreenCast Refactored out deprecated keyboradEvent.keyCode property. Linux updater fixes. 2021-07-29 07:53:45 -07:00
Remotely_Server Refactored out deprecated keyboradEvent.keyCode property. Linux updater fixes. 2021-07-29 07:53:45 -07:00
Utilities Working on desktop app. 2021-07-29 07:53:45 -07:00
.gitattributes Initial 2021-07-29 07:53:41 -07:00
.gitignore Sorted command completions. Console tab notifies when new messages have arrived if another tab is selected. Desktop app prepends scheme to URL if missing. Increased upload size limit. 2021-07-29 07:53:45 -07:00
package-lock.json MessagePack working. 2021-07-29 07:53:42 -07:00
README.md Updated readme. 2021-07-29 07:53:44 -07:00
Remotely.sln Working on Linux auto-updating. 2021-07-29 07:53:44 -07:00

Remotely

A remote control and remote scripting solution, built with .NET Core and SignalR Core.

Website: https://remotely.lucency.co
Public Server: https://tryremotely.lucency.co

Build Instructions (Windows 10)

The following steps will configure your Windows 10 machine for building the Remotely server and clients.

Build Instructions (Linux)

Notes

* .NET Core has two methods of deployment: framework-dependent and self-contained.
    * Framework-dependent deployments require the .NET Core runtime to be installed on the target computers.  It must be the same version or higher that was used to build the app.
    * Self-contained deployments have the runtime built in, so you don't need to install it on the target computers.  As a result, the total file size is much larger.
* .NET Core uses runtime identifiers that are targeted when building.
    * Link: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog