핫스팟

BERT·2023년 3월 20일
0

JetsonNano

목록 보기
3/9

깃허브에서 코드 로드 후 설치

sudo apt install hostapd -y
git clone https://github.com/oblique/create_ap
cd create_ap
sudo make install

공유 인터넷이 없는 AP 일회성 사용

사용할 SSID명과 비밀번호 입력 지정 후 명령어 실행

sudo create_ap -n wlan0 <SSID> <Passwd>

SSID, passwoord 변경

sudo vim /etc/create_ap.conf

SSID, PASSPHRASE 변경

sudo systemctl restart create_ap

부팅 시 자동 서비스 실행

systemctl enable create_ap

가동 확인

systemctl status create_ap

0개의 댓글