Commit Log

back to main page

Summary Period: 2004-07-26 to 2004-03-18 (68 Commits)

weymouth
7/26/04 10:11 AM
fixed bug where empty channels are not seen
2 lines of code changed in:
src/org/nees/rbnb/DaqToRbnb.java (+2 -2)

weymouth
7/26/04 10:06 AM
cosmetic change to error message
2 lines of code changed in:
src/org/nees/daq/DataThread.java (+2 -2)

weymouth
7/23/04 10:24 AM
timestamp format, fractional part now optional; added error trace!
17 lines of code changed in:
src/org/nees/daq/ISOtoRbnbTime.java (+17 -9)

weymouth
7/23/04 9:18 AM
fixing minor bug
2 lines of code changed in:
src/org/nees/rbnb/AxisSource.java (+2 -2)

weymouth
7/23/04 9:17 AM
merging differences
7 lines of code changed in:
src/org/nees/rbnb/TpsSource.java (+7 -4)

hubbard
7/22/04 4:19 PM
Updated to use different URL as per Jason H's fix. Works!
2 lines of code changed in:
src/org/nees/rbnb/TpsSource.java (+2 -2)

hubbard
7/22/04 2:26 PM
Added TpsSource; code not working yet. Minor mods from AxisSource. Work
in progress with Christoper Stanton.
509 lines of code changed in:
src/org/nees/rbnb/TpsSource.java (new 509)

hubbard
7/22/04 1:50 PM
The typos were getting to me - changed all instances of 'sever' to 'server' and all instances of 'Soruce' to 'Source'.
47 lines of code changed in:
build.xml (+1 -1)
src/org/nees/rbnb: AxisSource.java (+3 -3), ChannelList.java (+1 -1), ChannelListApplet.java (+2 -2), ChannelListSwing.java (+1 -1), Client.java (+5 -5), CommandSource.java (+1 -1), CommandSourceApplet.java (+2 -2), DaqToRbnb.java (+3 -3), DataVideoGather.java (+3 -3), DataVideoSink.java (+5 -5), GrabDataMultipleSink.java (+1 -1), JPEGThumbnailer.java (+1 -1), NeesControl.java (+4 -4), NumberSink.java (+1 -1), NumberSinkApplet.java (+2 -2), NumberSubSample.java (+4 -3), StringSink.java (+1 -1), WalkerSource.java (+2 -2), WalkerSourceApplet.java (+4 -4)

weymouth
7/22/04 12:15 PM
added new debugging informaiton for DaqToRbnb
20 lines of code changed in:
src/org/nees/daq/DataThread.java (+8 -3)
src/org/nees/rbnb: AxisSource.java (+9 -19), DaqToRbnb.java (+3 -2)

hubbard
7/21/04 2:21 PM
Typo kept bugging me - replaced 'sever' with 'server'.
2 lines of code changed in:
src/org/nees/rbnb/DaqToRbnb.java (+2 -2)

weymouth
7/15/04 12:36 PM
back to rbnb 2.4
93 lines of code changed in:
src/GetTimeStamps.java (+2 -2)
src/org/nees: daq/DaqToRbnb.java (+6 -6), ntcp/client/NTCPHack.java (+5 -5)
src/org/nees/buffalo/video: AxisSink.java (+4 -4), AxisSource.java (+4 -4), JPEGThumbnailer.java (+4 -4)
src/org/nees/rbnb: AxisSource.java (+2 -2), ChannelList.java (+5 -5), ChannelListApplet.java (+5 -5), ChannelListSwing.java (+2 -2), Client.java (+4 -4), CommandSource.java (+5 -5), DaqToRbnb.java (+3 -3), DataVideoGather.java (+4 -4), DataVideoSink.java (+4 -4), GrabDataMultipleSink.java (+2 -2), JPEGThumbnailer.java (+2 -2), NeesControl.java (+4 -4), NumberSink.java (+4 -4), NumberSinkApplet.java (+4 -4), NumberSubSample.java (+2 -2), PictureSource.java (+2 -2), RBNBBase.java (+4 -4), StringSink.java (+4 -4), WalkerSource.java (+2 -2), WalkerSourceApplet.java (+4 -4)

weymouth
7/15/04 10:32 AM
rollback to RBNB 2.3
365 lines of code changed in:
src: GetTimeStamps.java (+2 -1), org/nees/ntcp/client/NTCPHack.java (+6 -3)
src/org/nees/buffalo/video: AxisSink.java (+5 -2), AxisSource.java (+5 -2), JPEGThumbnailer.java (+5 -2)
src/org/nees/daq: DaqToRbnb.java (+8 -4), DataThread.java (+5 -2), ISOtoRbnbTime.java (+16 -8)
src/org/nees/rbnb: AxisSource.java (+2 -1), ChannelList.java (+6 -3), ChannelListApplet.java (+7 -5), ChannelListSwing.java (+2 -1), Client.java (+6 -4), CommandSource.java (+6 -3), DaqToRbnb.java (+11 -2), DataVideoGather.java (+4 -3), DataVideoSink.java (+4 -3), GrabDataMultipleSink.java (+2 -1), InstanceDescription.java (+3), JPEGThumbnailer.java (+3 -2), NeesControl.java (+85 -33), NeesControlMetadata.java (+15), NumberSink.java (+5 -2), NumberSinkApplet.java (+5 -2), NumberSubSample.java (+2 -1), PictureSource.java (+129 -55), RBNBBase.java (+4 -3), StringSink.java (+5 -2), WalkerSource.java (+2 -1), WalkerSourceApplet.java (+5 -2)

weymouth
7/7/04 9:49 PM
fixing DaqToRbnb, stand alone mode
11 lines of code changed in:
src/org/nees/daq/DaqToRbnb.java (+11 -1)

weymouth
7/7/04 7:54 PM
fixed paramater flags on command line args
12 lines of code changed in:
src/org/nees/rbnb/PictureSource.java (+12 -12)

weymouth
7/7/04 6:51 PM
fixed command line arg handeling
23 lines of code changed in:
src/org/nees/rbnb/PictureSource.java (+23 -25)

weymouth
7/1/04 9:40 PM
First Draft, Alpha, working version of Master control Program
249 lines of code changed in:
src/org/nees/rbnb: InstanceDescription.java (+56 -10), JPEGThumbnailer.java (+1 -1), NeesControl.java (+4 -15), NeesControlMetadata.java (+2 -3), PictureSource.java (+8), RBNBBase.java (+8 -2), RBNBBaseParameterHolder.java (+6 -19), TemplateDescription.java (+164 -154)

weymouth
7/1/04 3:19 PM
chages to adapt to chages in rbnb
845 lines of code changed in:
src/GetTimeStamps.java (+1 -1)
src/org/nees: daq/DaqToRbnb.java (+3 -3), ntcp/client/NTCPHack.java (+3 -7)
src/org/nees/buffalo/video: AxisSink.java (+2 -2), AxisSource.java (+2 -2), JPEGThumbnailer.java (+2 -2)
src/org/nees/rbnb: AxisSource.java (+1 -1), ChannelList.java (+2 -2), ChannelListApplet.java (+2 -2), ChannelListSwing.java (+1 -1), Client.java (+196 -101), Command.java (+8 -6), CommandSource.java (+2 -2), DaqToRbnb.java (+2 -5), DataVideoGather.java (+252 -75), DataVideoSink.java (+3 -3), GrabDataMultipleSink.java (+1 -1), InstanceDescription.java (+6 -2), JPEGThumbnailer.java (+210 -76), NeesControl.java (+55 -8), NumberSink.java (+2 -2), NumberSinkApplet.java (+2 -2), NumberSubSample.java (+1 -2), PictureSource.java (+1 -1), RBNBBase.java (+9 -9), RBNBBaseParameterHolder.java (+61 -17), StringSink.java (+2 -2), TemplateDescription.java (+1), WalkerSource.java (+10 -1), WalkerSourceApplet.java (+2 -2)

cphillip
7/1/04 1:04 PM
The RBNB libraries can be found in $RBNB_HOME/lib now, not $RBNB_HOME/bin.
1 lines of code changed in:
build.xml (+1 -1)

weymouth
6/30/04 11:48 AM
fixed bug with space in channel name
13 lines of code changed in:
src/org/nees/daq: ControlPort.java (+8 -4), DaqToRbnb.java (+2 -1), DataThread.java (+3 -3)

weymouth
6/29/04 2:41 AM
Latest version of changes for MCP - compiles and NeesControl runs - the whole package is not yet ready
1987 lines of code changed in:
src/org/nees/daq/DataThread.java (+7 -2)
src/org/nees/rbnb: AxisSource.java (new 519), Client.java (+34 -2), DaqToRbnb.java (new 589), DataVideoGather.java (+64 -5), JPEGThumbnailer.java (new 354), NeesControl.java (+81 -16), NumberSubSample.java (+205 -52), PictureSource.java (+9 -1), RBNBBase.java (+44 -5), WalkerSource.java (+72 -36), Xml.java (+9 -6)

weymouth
6/28/04 1:42 PM
Draft version of MCP with working commands and launch of first instance (WalkerSource)
480 lines of code changed in:
src/org/nees/rbnb: Client.java (+133 -45), InstanceDescription.java (+24 -8), NeesControl.java (+115 -19), NeesControlMetadata.java (+43 -27), PictureSource.java (+67 -16), RBNBBase.java (+14 -2), RBNBBaseParameterHolder.java (+44 -6), TemplateDescription.java (+9 -3), WalkerSource.java (+31 -1)

cphillip
6/28/04 9:06 AM
Change packaging technique.
5 lines of code changed in:
make-dist (+5 -5)

cphillip
6/28/04 9:05 AM
Update package name to rbnb-nees-turbine.
4 lines of code changed in:
make-dist (+1 -1), mdist.conf (+3 -3)

weymouth
6/25/04 12:28 AM
minor cleaning up
1 lines of code changed in:
src/org/nees/ntcp/client/NTCPHack.java (+1 -2)

weymouth
6/25/04 12:26 AM
Master Control Program ... it compieles but I'm still working on it
955 lines of code changed in:
src/org/nees/rbnb: Client.java (+322 -110), Command.java (new 44), InstanceDescription.java (new 280), NeesControl.java (+105 -26), NeesControlMetadata.java (+14 -374), RBNBBase.java (+4 -9), RBNBBaseParameterHolder.java (+7), TemplateDescription.java (new 179)

weymouth
6/23/04 3:58 PM
MCP Alpha V0000000.00001
318 lines of code changed in:
src/org/nees/rbnb: Client.java (+168 -60), NeesControl.java (+15 -27), NeesControlMetadata.java (+97 -1), RBNBBase.java (+3 -3), RBNBBaseParameterHolder.java (+35), WalkerSource.java (-7)

weymouth
6/22/04 1:33 PM
Working on Master Control Program... compiles, but does not work yet
1036 lines of code changed in:
src/org/nees/rbnb: Client.java (+3 -1), DataVideoGather.java (+21 -23), DataVideoSink.java (+42 -40), NeesControl.java (+37 -54), NeesControlMetadata.java (+415 -14), PictureSource.java (+52 -5), RBNBBase.java (+125 -42), RBNBBaseParameterHolder.java (new 243), WalkerSource.java (+76 -13), Xml.java (+22 -2)

weymouth
6/22/04 1:32 PM
Sink/Source to subsample a simple data stream
191 lines of code changed in:
src/org/nees/rbnb/NumberSubSample.java (new 191)

weymouth
6/17/04 12:28 PM
building the Monster Control Program; nothing works! But I wanted to archive the current cut
1203 lines of code changed in:
src/org/nees/rbnb: ChannelListSwing.java (+10), Client.java (new 646), NeesClientServer.java (new 21), NeesControl.java (+85 -21), NeesControlMetadata.java (new 216), PictureSource.java (+26 -16), RBNBBase.java (new 158), WalkerSource.java (+33 -24), Xml.java (+8 -4)

weymouth
6/9/04 11:53 AM
Minor formatting problmes in comments
1 lines of code changed in:
src/org/nees/rbnb: ChannelListApplet.java (-1), NeesControl.java (+1 -3), StringSink.java (-1), WalkerSourceApplet.java (-1)

cphillip
6/8/04 2:18 PM
o Initial commit of mdist files.
58 lines of code changed in:
make-dist (new 46), mdist.conf (new 12)

weymouth
6/7/04 3:38 PM
Changed NeesControl to be server side only without any GUI elements
226 lines of code changed in:
src/org/nees/rbnb/NeesControl.java (+226 -78)

weymouth
6/7/04 8:37 AM
changed NeesControl to be a stand alone control-only version with no graphics
45 lines of code changed in:
src/org/nees/rbnb/NeesControl.java (+45 -120)

weymouth
6/3/04 9:57 AM
Modified build.xml and added NeesControl.properties for neespop deploy
5 lines of code changed in:
NeesControl.properties (new 0), build.xml (+5)

weymouth
6/2/04 3:19 PM
update documentation
31 lines of code changed in:
src/org/nees/daq: ControlPort.java (+12 -5), DaqToRbnb.java (+19 -3)

weymouth
6/2/04 11:55 AM
adding the 'Master Control Program'
468 lines of code changed in:
src/org/nees/rbnb/NeesControl.java (new 468)

weymouth
5/26/04 6:38 PM
Adding doc comments
108 lines of code changed in:
src/org/nees/buffalo/video/AxisSink.java (+7)
src/org/nees/daq: ControlPort.java (+19 -3), DaqListener.java (+17 -6), DaqToRbnb.java (+25 -6), DataThread.java (+34 -7), ISOtoRbnbTime.java (+6 -4)

hubbard
5/26/04 3:59 PM
Added JMFHOME environment variable, checked in build process, and
any jarfiles in JMFHOME/lib are auto-added to the classpath.
9 lines of code changed in:
build.xml (+9 -3)

weymouth
5/25/04 9:48 PM
changed sign on time offset
3 lines of code changed in:
src/org/nees/daq/DaqToRbnb.java (+3 -3)

weymouth
5/24/04 3:46 PM
added a time offset which defaults to the time for the time offset for the time zone and DST offset for the machine on which DaqToRbnb is running. See -h for option.
44 lines of code changed in:
src/org/nees/daq/DaqToRbnb.java (+44 -12)

weymouth
5/18/04 8:20 PM
update
56 lines of code changed in:
src/org/nees/rbnb/DataVideoSink.java (+56 -23)

weymouth
5/18/04 5:18 PM
to probe a turbine source/channel
263 lines of code changed in:
src: GetTimeStamps.java (new 259), org/nees/rbnb/DataVideoGather.java (+4 -2)

weymouth
5/18/04 1:48 PM
fixed minor problems and adjusted the time stamp so that it would work.
124 lines of code changed in:
src/org/nees/rbnb: DataVideoGather.java (+52 -19), DataVideoSink.java (+72 -11)

weymouth
5/14/04 8:12 AM
changed getStringOrDouble to pulbic
3 lines of code changed in:
src/org/nees/rbnb/DataVideoSink.java (+3 -3)

weymouth
5/13/04 12:54 PM
to capture cordinated data and build a video from the image stream
1381 lines of code changed in:
src/org/nees/rbnb: DataVideoGather.java (new 617), DataVideoSink.java (new 764)

weymouth
5/13/04 12:52 PM
corrected the name of the file
48 lines of code changed in:
src/org/nees/rbnb: DataVidioSink.java (del), GrabDataMultipleSink.java (+1 -1), NumberSink.java (-1), WalkerSource.java (+45 -17)

weymouth
5/10/04 11:54 PM
retooled movie feed to fit specs from chuck rearding getting the data directly from RBNB
420 lines of code changed in:
src/org/nees/rbnb: DataVidioSink.java (+400 -174), JpegImagesToMovie.java (+20 -17)

weymouth
5/10/04 7:58 PM
Support to convert a set of MPeg images into a movie
878 lines of code changed in:
src/org/nees/rbnb: DataVidioSink.java (+52 -2), JpegImagesToMovie.java (new 826)

weymouth
5/9/04 11:16 AM
Class to fetch coordinated data and video with test applicaiton - in main
124 lines of code changed in:
src/org/nees/rbnb/DataVidioSink.java (new 124)

weymouth
5/6/04 2:05 PM
added a flag to support setting the cache size on the command line
68 lines of code changed in:
src/org/nees: daq/DaqToRbnb.java (+17 -2), rbnb/WalkerSource.java (+20 -2)
src/org/nees/buffalo/video: AxisSource.java (+15 -1), JPEGThumbnailer.java (+16 -1)

weymouth
5/6/04 11:37 AM
minor changes to channel tree
1 lines of code changed in:
src/org/nees/rbnb/ChannelListSwing.java (+1 -1)

weymouth
4/28/04 3:21 PM
Support for an XML property list for RBNB
222 lines of code changed in:
src/org/nees/rbnb: MetaDataPropertyList.java (new 85), Xml.java (new 137)

weymouth
4/23/04 12:05 PM
fix wait time and timeout test in Thumbnailer
172 lines of code changed in:
src/org/nees: buffalo/video/JPEGThumbnailer.java (+73 -139), rbnb/GrabDataMultipleSink.java (+99 -7)

weymouth
4/23/04 9:56 AM
changed the way the sub sampleing was done
108 lines of code changed in:
src/org/nees/buffalo/video/JPEGThumbnailer.java (+108 -57)

hubbard
4/21/04 5:26 PM
Added ant target to run buffalo axis source, changed default turbine location in their source code to
match MCS configuration.
33 lines of code changed in:
ChangeLog (+20 -83), build.xml (+12 -5), src/org/nees/buffalo/video/AxisSource.java (+1 -1)

weymouth
4/21/04 12:46 PM
A rough draft of a data archiver
334 lines of code changed in:
src/org/nees/rbnb/GrabDataMultipleSink.java (new 334)

weymouth
4/12/04 2:22 PM
minor imporvments
109 lines of code changed in:
src/org/nees/rbnb: ChannelListSwing.java (+79 -72), ChannelListSwingApplet.java (+30 -113)

hubbard
4/1/04 2:23 PM
Added target for new admin tool, also changed package name in build.xml
from 'nclient' to 'turbine'.
8 lines of code changed in:
build.xml (+8 -1)

hubbard
4/1/04 11:29 AM
Adding auto-generated changelog. (cvs2cl.pl)
172 lines of code changed in:
ChangeLog (new 172)

weymouth
4/1/04 11:10 AM
Add ChannelListSwing; an application that displays the channel list as a tree in Swing
489 lines of code changed in:
src/org/nees/rbnb: ChannelListSwing.java (new 462), ChannelListSwingApplet.java (+27 -11)

weymouth
3/30/04 7:46 AM
minor correction
0 lines of code changed in:
src/org/nees/rbnb/NumberSinkApplet.java (-1)

weymouth
3/30/04 7:46 AM
Adding a ChannelList chapability
517 lines of code changed in:
src/org/nees/rbnb: ChannelList.java (new 96), ChannelListApplet.java (new 292), ChannelListSwingApplet.java (new 129)

weymouth
3/24/04 6:36 AM
added command control to the 'Walker' random data source
224 lines of code changed in:
src/org/nees/rbnb: CommandSourceApplet.java (+56 -32), WalkerCommandActionListener.java (new 12), WalkerSourceApplet.java (+156 -3)

hubbard
3/22/04 4:27 PM
Adding Doxygen - no code changes, but lots and lots of comments.
So far I've just commented my code, and the files derived from same.
1636 lines of code changed in:
Doxyfile (new 1117), build.xml (+10), src/org/nees/ntcp/client/NTCPHack.java (+82 -43)
src/org/nees/daq: ControlPort.java (+144 -1), DaqListener.java (+14 -5), DaqToRbnb.java (+64 -25), DataThread.java (+129 -1), ISOtoRbnbTime.java (+76 -1)

weymouth
3/21/04 1:22 PM
new source files
861 lines of code changed in:
src/org/nees/rbnb: NumberSink.java (new 183), NumberSinkApplet.java (new 335), WalkerSource.java (+2 -2), WalkerSourceApp.java (del), WalkerSourceApplet.java (new 341)

weymouth
3/21/04 1:18 PM
minor changes
1 lines of code changed in:
src/org/nees/ntcp/client/NTCPHack.java (+1 -1)

hubbard
3/18/04 3:34 PM
No longer needed, now done via environment variables.
0 lines of code changed in:
build.properties (del)

hubbard
3/18/04 3:31 PM
Initial revision
2988 lines of code changed in:
Manifest (new 1), build.properties (new 0), build.xml (new 118), src/org/nees/ntcp/client/NTCPHack.java (new 440)
src/org/nees/buffalo/video: AxisSink.java (new 175), AxisSource.java (new 328), JPEGScaler.java (new 203), JPEGThumbnailer.java (new 283)
src/org/nees/daq: ControlPort.java (new 1), DaqListener.java (new 14), DaqToRbnb.java (new 256), DataThread.java (new 1), ISOtoRbnbTime.java (new -6)
src/org/nees/rbnb: CommandSource.java (new 168), CommandSourceApplet.java (new 288), MessagePanel.java (new 49), PictureSource.java (new 249), SimpleRandomWalk.java (new 80), StringSink.java (new 160), WalkerSource.java (new 180), WalkerSourceApp.java (new 0)


Generated by StatCvs v0.1.3