## Splashtop Streamer
===================


## Installation
===================
Please refer below steps to install required packages for streamer DEB

sudo apt update
sudo apt install ./Splashtop_Streamer.deb


## Usage
============
splashtop-streamer help

Deploy Splashtop Streamer:
sudo splashtop-streamer deploy
Enter gateway address.
Addr: $YourGatewayAddress
Enter code from your admin to allow access to this computer.
Code: $YourDeployCode

Configure Splashtop Streamer:
splashtop-streamer config

Remove Splashtop Streamer:
sudo apt remove splashtop-streamer


## Tweak
============
For Debian/Kali
/etc/apt/sources.list
add the Ubuntu repos
deb [trusted=yes] http://archive.ubuntu.com/ubuntu/ disco main restricted universe multiverse

sudo apt update
sudo apt upgrade
sudo apt install -f ./Splashtop_Streamer.deb


## SRStreamer.service
### Status

    systemctl status SRStreamer.service

### Start

    sudo systemctl start SRStreamer.service

OR

    sudo service SRStreamer start

### Stop

    sudo systemctl stop SRStreamer.service

OR

    sudo service SRStreamer stop