<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
I rebuilt this using a larger maxReportPacketSize a couple of weeks ago
(mailed the new code to our buddy ChrisG) because the nlanr-beacon
wouldn't start and our nodes started appearing again.&nbsp; That solved the
problem of our nodes not being seen at all in the "tree".&nbsp; Its sort of
the situation where the last one (more than 8192 bytes of information)
loses - but the early arrivals were still seen correctly.&nbsp; <br>
<br>
There's something strange going on - I rebooted the vrvs-ag &amp; a
couple of the cakebox nodes &amp; they magically reappeared in the
beacon page.&nbsp; I changed nothing else, just restarted, yesterday, (by
rebooting) the nlanr-beacon process.<br>
<br>
Has anyone heard anything more from the NLANR guys?<br>
<br>
Jon Zeeff wrote:<br>
<blockquote type="cite"
 cite="mid5.1.0.14.2.20030422104111.02e38f20@mail.internet2.edu"> <br>
Here are some suggestions that seem to work for me:<br>
  <br>
Download the lastest beacon software - beacon_v0.63<br>
  <br>
Edit Beacon.java to these values (I randomly increased them)<br>
  <br>
&nbsp;&nbsp;&nbsp; final static int maxPacketSize = 4096; // set this to quite large
enough<br>
&nbsp;&nbsp;&nbsp; final static String magicString= "beacon0600"; // unique
identification<br>
&nbsp;&nbsp;&nbsp; final static int maxReportPacketSize = 16384; // approximately
enough for 80<br>
  <br>
Edit Send.java<br>
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; socket.setTimeToLive(bcn.mcTtl); // for JDK1.2<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // socket.setTTL((byte)bcn.mcTtl);&nbsp;&nbsp;&nbsp;&nbsp; // for JDK1.1<br>
  <br>
  <br>
Run "javac *.java"<br>
  <br>
Restart the beacon. FYI, I see 119 different sources in the <b>233.2.171.1</b>
group.<br>
  <br>
At 12:04 AM 4/21/2003 -0500, Bill Nickless wrote:<br>
  <blockquote type="cite" class="cite" cite="">Hi Bob,<br>
    <br>
Which beacons did you restart?&nbsp; I would like to look to see if their
reports are making it to the server, and that their traffic is making it
to the outside world.<br>
    <br>
There could still be a problem, but I would like to look at specific
beacons to verify it.<br>
  </blockquote>
</blockquote>
</body>
</html>