This commit is contained in:
qijungu 2018-03-31 13:22:11 -05:00
parent 34978657a3
commit 9c2664f9f9

View File

@ -26,4 +26,6 @@ In short, the computer to share screen runs this Python script that captures scr
\# 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 the URL to browse is "http://192.168.0.101:18331".