mirror of https://github.com/aredn/aredn.git
Merge branch 'rollbackssidident' into release-1.1.0
This commit is contained in:
commit
664a53b8f8
|
@ -0,0 +1 @@
|
||||||
|
*/5 * * * * /usr/local/bin/fccid
|
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
[ -f /etc/config/run-fccid ] || exit
|
||||||
|
|
||||||
|
# stagger the beacons between nodes
|
||||||
|
N=`ifconfig wlan0 | grep "inet addr" | cut -f4 -d. | cut -c1-3`
|
||||||
|
sleep $N
|
||||||
|
|
||||||
|
echo "ID: `uname -n`" | socat - udp4:10.255.255.255:4919,broadcast,so-bindtodevice=wlan0
|
Loading…
Reference in New Issue