mirror of https://github.com/aredn/aredn.git
As part of dtdlink node identification is being changed.
Due to the 10.x network no longer going out via wifi we now have a dedicated daemon for performing node identification out the wifi interface. The old fccid scripts are no longer used. ref BBHN->ticket:28
This commit is contained in:
parent
2afedf6f65
commit
e36a2ffbf9
|
@ -1 +0,0 @@
|
|||
*/5 * * * * /usr/local/bin/fccid
|
|
@ -1,9 +0,0 @@
|
|||
#!/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
|
||||
|
||||
netmsg 10.255.255.255 "ID: `uname -n`"
|
Loading…
Reference in New Issue