Skip to content

C# console that takes screenshots and streams them over SignalR, to a html webpage.

License

Notifications You must be signed in to change notification settings

VincentPestana/SocketShot

Repository files navigation

SocketShot

C# console that takes screenshots and sends them over SignalR, to a html webpage.

Everything is currently designed to run on a single machine, however all 3 parts can be separated completely.

Software Features

  • Dynamic Bitmap to JPEG conversion quality depending on screenshot size
  • Simple screenshot logic using built in "normal" C# methods
  • Even simpler SignalR hub and connection code
  • Bitmap resizing

Deploy to IIS

  • In Visual Studio, create a new publish profile for "File System", point to your folder of choice and hit publish
  • Right click on "Defauly Web Site" inside IIS and click "Add Application"
  • Name should be something memorable, but unique amongst your IIS
  • Point to the directory you deployed to, all settings are default
  • Confirm with phone on the same wifi network that site loads

Picture of app running

Application Streaming

About

C# console that takes screenshots and streams them over SignalR, to a html webpage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published