Linux/Linux 일반

bluez build 하기

Real_G 2018. 3. 27. 12:10
반응형

http://www.bluez.org/download/


에 가서 다운로드합니다.



$ sudo apt-get install libical-dev


$ sudo apt-get install libreadline-dev


위에 두개를 깔고.. 


$ ./configure 


를 돌린다음


$ make -j12



test 디렉토리.

.

├── bluezutils.py

├── dbusdef.py

├── example-advertisement

├── example-gatt-client

├── example-gatt-server

├── ftp-client

├── list-devices

├── map-client

├── monitor-bluetooth

├── opp-client

├── pbap-client

├── sap_client.py

├── service-did.xml

├── service-ftp.xml

├── service-opp.xml

├── service-record.dtd

├── service-spp.xml

├── simple-agent

├── simple-endpoint

├── simple-player

├── test-adapter

├── test-device

├── test-discovery

├── test-gatt-profile

├── test-health

├── test-health-sink

├── test-hfp

├── test-manager

├── test-nap

├── test-network

├── test-profile

└── test-sap-server

반응형