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:
Conrad Lara - KG6JEI 2014-04-17 21:51:41 -07:00
parent 2afedf6f65
commit e36a2ffbf9
3 changed files with 0 additions and 10 deletions

View File

@ -1 +0,0 @@
*/5 * * * * /usr/local/bin/fccid

View File

@ -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`"