mirror of https://github.com/aredn/aredn.git
Revert "As part of dtdlink node identification is being changed."
This reverts commit e36a2ffbf9
.
This commit is contained in:
parent
25ad0fcadc
commit
ae113ac7b0
|
@ -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
|
||||
|
||||
netmsg 10.255.255.255 "ID: `uname -n`"
|
Loading…
Reference in New Issue