An open API service indexing awesome lists of open source software.

https://github.com/acaprojects/pc-control

Secure application for executing arbitrary commands on a windows desktop
https://github.com/acaprojects/pc-control

c-sharp control remote secure windows

Last synced: about 2 months ago
JSON representation

Secure application for executing arbitrary commands on a windows desktop

Awesome Lists containing this project

README

          

h1. PC Remote Control

# Requires a secure TLS connection
# All connections must authenticate using windows auth (local / domain)
# Allows remote control of a USB camera
# Allows execution of arbitrary commands
# JSON protocol with terminating characters
# Multiple simultaneous connections

h2. License

MIT

h2. Additional Notes

* Possibly this would work better as a Windows service (at the moment a user needs to be logged in) although then there are probably a host of other issues when it comes to launching apps on the desktop?
* It could use a design overhaul, C# is not my preferred programming language it just had the lowest barrier to entry
* It requires a copy of @makecert.exe@ either in the directory or PATH for generating TLS keys on first run
* Depends on http://directshownet.sourceforge.net/ and http://json.codeplex.com/