반응형

소스코드를 복사합니다.

[root@localhost #] mkdir -p /working/bluetooth

[root@localhost #] cd /mnt/cdrom/Source/manual-source/textbook/chapter16/

[root@localhost #] cp * /working/bluetooth/

[root@localhost #] cd /working/bluetooth/


소스코드를 컴파일합니다.

[root@localhost #] make clean

[root@localhost #] make


결과 파일인 bluetooth_chat 파일을 두대의 타겟보드로 다운로드 합니다.

첫번째 타겟 보드에서 서버를 구동합니다.

[root@SM #] ./bluetooth_chat server


두번째 타겟 보드에서 클라이언트를 구동합니다.

[root@SM #] ./bluetooth_chat client

반응형
Posted by Real_G