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
- Host: GitHub
- URL: https://github.com/acaprojects/pc-control
- Owner: acaprojects
- Created: 2013-07-12T02:51:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T06:13:35.000Z (almost 12 years ago)
- Last Synced: 2025-02-17T00:51:14.572Z (over 1 year ago)
- Topics: c-sharp, control, remote, secure, windows
- Language: C#
- Size: 422 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
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/