Quantcast
Channel: Raspberry Pi – IT Solutions Technology Blog
Viewing all articles
Browse latest Browse all 1168

motionEyeOS 20180224 – enabled experimental WiFi Access Point (AP) support for Raspberry Pi 3 and Zero W

$
0
0

MotionEyeOS_logo   motionEyeOS – is a Linux distribution that turns your single board computer into a video surveillance System

# vi /data/dnsmasq.conf
  interface=wlan0
  dhcp-range=192.168.27.50,192.168.27.150,24h
  dhcp-leasefile=/data/dnsmasq.leases
# vi /boot/hostapd.conf
   ssid=<ssid>
  wpa_passphrase=<password>
  wpa=2
  wpa_key_mgmt=WPA-PSK
  interface=wlan0
  channel=1
  driver=nl80211
  hw_mode=g
  ieee80211n=1
  ieee80211ac=1

Viewing all articles
Browse latest Browse all 1168

Trending Articles