- 11 May, 2005 11 commits
-
-
Mike Hibler authored
used to force the server to send an IGMP report if it doesn't receive any packets within <seconds> seconds. As long as the server is receiving packets, it won't send the report. What I'm not lovin here, is that to send a report I have to drop membership in the group (socket opt IP_DROP_MEMBERSHIP) and rejoin (IP_ADD_MEMBERSHIP). Simply trying to do an add membership doesn't work because the kernel thinks you are already in the group and errs out. I'm hoping all the up and down activity doesn't make the switch behave any worse than it already does.
-
Mike Hibler authored
create another admin account, lest you get yourself screwed
-
Mike Hibler authored
as pc3000 and pc3000c.
-
Mike Hibler authored
This gives a factor of four improvement in raw sequential write speed and ensure, for the moment, that the disk is not the bottleneck in frisbee loading.
-
Mike Hibler authored
agree on how big a disk is. See the comment added for details. I don't consider this a "critical fix" for others at the moment because the problem only manifests itself if you load a disk using the FreeBSD 5 MFS which only we have and the fix didn't get enough testing before the release went out.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
node selector applets.
-
Leigh B. Stoller authored
mini images from the webcams (240x180) are displayed in the mechanical area in the lower right of the floormap. The frame rate is 2fps to avoid pummeling the node, as its all done with Java, including the jpeg conversion and display (I grabbed most of this code from my tools/webcamapplet that I wrote a while back). My first attempt at this performed really bad cause I was redrawing the entire display whenever a new frame came into any camera. Ack, this was chewing 98% of the CPU. So, I restructured things so that each camera is in its own JPanel and has its own paint callback. However, in order to have overlapped JPanels (since the base image is also a JPanel) I needed to shift to using the LayeredPane instead of the ContentPane of the applet. This meant creating a wrapper JPanel to hold the base image, and then combining everything together on the layered pane. The result is that the repainting system paints only what needs to be painted, and everything runs much much faster (about 15% CPU on my desktop). Also got rid of my inline double buffering; JPanels do that by default for you. I did not realize that at the time I wrote the applet cause I missed the tiny footnote in the Graphics2D tutorial that says Swing components do that for you!
-
Leigh B. Stoller authored
transcode a motion jpeg into mpeg (very CPU intensive), I know know how to alter the camera frame rate on the fly using a wget call. The downside is that this affects the camera globally (mpeg rate), but thats okay since the grabwebcams script only allows itself to be run once at a time to avoid conflict. Still not hooked into experiment path; waiting for terrabytes of disk storage!
-
Leigh B. Stoller authored
in the last week, as per Jay's request. This will be done on the Sunday run and look for experiments swapped in during the previous week.
-
Leigh B. Stoller authored
-
- 10 May, 2005 14 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Robert Ricci authored
files in doc/, but got the important ones.
-
Russ Fish authored
-
Robert Ricci authored
-
Robert Ricci authored
-
Robert Ricci authored
resolutions) if there turn out to be more than we had initially estimated. This was a bit of a bonehead bug - I was under the impression that indexing into an STL vector would autmoatcially grow the vector to the size of your index. This turns out not to be the case.
-
David Johnson authored
-
Timothy Stack authored
-
Timothy Stack authored
-
Timothy Stack authored
-
Timothy Stack authored
-
- 09 May, 2005 5 commits
-
-
Daniel Flickinger authored
Instrumented garcia-pilot to calculate mean and variance of iteration times. Also, commented out wheel velocity output within main loop of controller demo.
-
Daniel Flickinger authored
Added nonlinear controller for posture regulation into garcia pilot program. This controller reads "fake" position/state data from file.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 08 May, 2005 1 commit
-
-
Leigh B. Stoller authored
defs-example file.
-
- 06 May, 2005 9 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
this all the time, but for now I need it done when setting up elabinelab.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
by hand since it will be too hard to get them into the meta port this week or next.
-
Leigh B. Stoller authored
will direct innner boss/ops to include windows image support.
-
Leigh B. Stoller authored
emulab. This is read by tmcd and returned to inner boss during configuration.
-
Leigh B. Stoller authored
boss.
-
Leigh B. Stoller authored
-