- Full factory recon from fresh Hivemapper Bee (HDC-S) - OS: Intel ESE Reference Distro (Yocto dunfell), kernel 5.10.32 - WiFi: NXP 9098 (changed from Marvell 88W8997 on prev unit) - New services: jpeg-recorder, video-processor, beekeeper-plugin - GNSS on /dev/ttyS2 (UART), IMU on /dev/spidev0.0 - AP currently 192.168.0.10/24 - will move to 10.42.0.0/24 in liberate.sh - recon.sh: read-only recon script for future devices
14 lines
331 B
Desktop File
14 lines
331 B
Desktop File
[Unit]
|
|
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
|
After=network.target,interface-wlan.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/hostapd.pid
|
|
ExecStartPre=/bin/sleep 20
|
|
ExecStart=/usr/sbin/hostapd /var/hostapd.conf -P /run/hostapd.pid -B
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|