Open main menu

DAVE Developer's Wiki β

Changes

Accessing hardware peripherals (SDVX)

554 bytes added, 13:22, 7 December 2018
hostapd
</pre>
==== hostapd wifi host spot ====It is possible to create an ''wifi hotspot'' simply configuring the hostapd daemon. 
* verify against supported modes
wiphy 1
channel 1 (2412 MHz), width: 20 MHz (no HT), center1: 2412 MHz
root@sdv03-lite:~#
</pre>
 
* configure ''dhcpd'' server (it is possible to use, for example, '''busybox-udhcpd-1.24.1''' as dhcpd daemon) and start it
 
<pre class="workstation-terminal">
root@sdv03-lite:~# cat /etc/udhcpd.conf
start 192.168.1.10
end 192.168.1.250
interface wlan0
siaddr 192.168.1.1
option lease 864000
root@sdv03-lite:~# /etc/init.d/busybox-udhcpd start
starting Busybox UDHCP Server: udhcpd... done.
root@sdv03-lite:~#
</pre>
8,226
edits