This commit is contained in:
qijungu 2018-03-31 13:21:09 -05:00
parent ee84c96ce3
commit 34978657a3

View File

@ -20,10 +20,10 @@ In short, the computer to share screen runs this Python script that captures scr
3. The command to run is "**python screenshare.py [port]**". Default port is 18331. Example commands are below. 3. The command to run is "**python screenshare.py [port]**". Default port is 18331. Example commands are below.
# host screenshots on port 18331 \# host screenshots on port 18331
python screenshare.py python screenshare.py
# host screenshots on port 80 \# host screenshots on port 80
python screenshare.py 80 python screenshare.py 80
4. On other computers, open a web browser and browse "**http://serverip:port**". For example, if the serverip is 192.168.0.101 and the service port is 18331, then other computers should browse "http://192.168.0.101:18331". 4. On other computers, open a web browser and browse "**http://serverip:port**". For example, if the serverip is 192.168.0.101 and the service port is 18331, then other computers should browse "http://192.168.0.101:18331".