
VNC is a graphical desktop sharing system that allows you to remotely control the desktop interface of one computer from another computer or mobile device. It transmits the keyboard and mouse, or touch, events from the controller, and receives updates to the screen over the network from the remote host.
You will see the desktop of the Raspberry Pi inside a window on your computer or mobile device. You'll be able to control it as though you were working on the Raspberry Pi itself.
참고) https://www.raspberrypi.org/documentation/remote-access/vnc/
라즈베리파이에 VNC 서버는 default로 깔려있지 않은데. 위 내용은 마치 built in 되어있는것 처럼 얘기하고 있네.
수동으로 설치하면된다.
[서버설치]
install sudo apt-get install tightvncserver
>패스워드 설정
8자리?
재부팅할때마다 vncserver명령어를 수행해서 서버 start 시켜야함.
아래는 안해봤는데 해봐야겠음.
default는 800x600 인듯.
--------------------------------------------------------------
vncserver :1 -geometry 800x600 -depth 24 또는
vncserver :2 -geometry 1024x768 -depth 24
vncserver :3 -geometry 1280x960 -depth 24
vncserver :4 -geometry 1280x1024 -depth 24
--------------------------------------------------------------
윈도우에서 tightvnc viewer 실행
remote host : 아이피::5901 로 해서 connect함.
--------------------------------------------------------------
vncserver 작동확인
sudo netstat -tulpn
0.0.0.0:5901 가 LISTEN 상태이면 정상 작동중임
--------------------------------------------------------------
참고) http://blog.naver.com/itsplay/220332857931
'IoT > 라즈베리파이' 카테고리의 다른 글
라즈베리파이+모션센서 (0) | 2017.03.15 |
---|---|
thingplus dropbox 사진연동 error 확인 (0) | 2017.03.03 |
PCA9685 Driver (16 채널) 에 대해서 (0) | 2016.10.06 |
라즈베리파이3 + 카메라 + 모형CCTV => REAL CCTV만들기 (2) | 2016.06.02 |
라즈베리파이3 OS설치 (0) | 2016.05.06 |