Users Guide

Table Of Contents
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
3. 서로 페어링합니다.
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
Bluetooth V2.1부터 SPP Edge Gateway 적용 가능한 가지 디바이스 페어링 방법을 제공합니다.
Just Works(바로 작동)
Numeric Comparison(숫자 비교)
Passkey Entry(패스키 입력)
노트: Bluetooth 페어링에 대한 자세한 내용은 blog.bluetooth.com/bluetooth-pairing-part-4 참조하십시오.
4. SPP 구성합니다.
서버 디바이스
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r listen /dev/rfcomm0 22
Waiting for connection on channel 22
Connection from XX:XX:XX:XX:XX:XX to /dev/rfcomm0 <These lines will be seen when client
comes>
Press CTRL-C for hangup
그런 다음, 터미널의 인스턴스를 생성하여 Bluetooth 직렬을 통해 데이터를 차단합니다.
$ cat /dev/rfcomm0
클라이언트 디바이스
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r connect /dev/rfcomm0 YY:YY:YY:YY:YY:YY 22
그런 다음, 터미널의 인스턴스(: ssh 인스턴스) 생성하여 데이터를 보냅니다.
# echo "test" > /dev/rfcomm0
노트: rfcomm 명령은 명령에서 사용할 없습니다. 필요한 경우, Ubuntu 16.04 이상을 실행하는 AMD64 기반 시스템에서
Edge Gateway 바이너리를 복사할 있습니다.
Ubuntu Server 복원
Ubuntu Server 대해 정의된 복구 방법 하나를 사용하여 Ubuntu Server 복원할 있습니다. 자세한 내용은 Ubuntu Core 16
참조하십시오.
OS 복구 USB 플래시 드라이브 생성
전제 조건:
Edge Gateway 서비스 태그
NET Framework 4.5.2 이상
관리자 권한이 있는 Windows 컴퓨터 Dell ISO 복구 이미지를 다운로드하는 사용할 있는 최소 8GB 스토리지 공간
최소 8GB 스토리지 공간이 있는 USB 플래시 드라이브입니다.
주의: 다음 단계에 따라 USB 플래시 드라이브의 모든 데이터를 삭제합니다.
1. Dell ISO 복구 이미지 파일을 다음 에서 다운로드하여 저장합니다.
Windows: dell.com/support/home/us/en/19/drivers/osiso/win
Ubuntu: dell.com/support/home/us/en/19/drivers/osiso/linux
운영 체제 설정 83