CVS log for emstar/devel/BUILD |
 |
|
Up to [CENS] / emstar / devel
Request diff between arbitrary revisions
/ Display revisions graphically
/ Jump to LXR
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.81
/
(view)
- annotate
- [select for diffs]
, Mon Feb 12 17:52:57 2007 UTC (21 months, 1 week ago) by nithya
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.80: +1 -1 lines
Diff to previous 1.80
loc directory has not compiled for a while. so im commenting this directory out. apologies if it is a mistake
Revision
1.80
/
(view)
- annotate
- [select for diffs]
, Mon Dec 11 19:39:17 2006 UTC (23 months, 1 week ago) by jhicks
Branch:
MAIN
CVS Tags:
PRE_TOSNIC_FIX,
CENTROUTE_EMSTAR_SOCKETS
Changes since 1.79: +1 -0 lines
Diff to previous 1.79
Added a commented out entry for connectivity_stats packet interpreter
Revision
1.79
/
(view)
- annotate
- [select for diffs]
, Tue Dec 5 03:10:13 2006 UTC (23 months, 2 weeks ago) by girod
Branch:
MAIN
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
fixed bug in treatment of new array geometry.
updated to assume new geometry.
fixed annoyances in plotit.
Revision
1.78
/
(view)
- annotate
- [select for diffs]
, Thu Nov 30 02:09:36 2006 UTC (23 months, 3 weeks ago) by girod
Branch:
MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77
lots of changes for v2 boxes.
Revision
1.77
/
(view)
- annotate
- [select for diffs]
, Mon Oct 9 18:01:52 2006 UTC (2 years, 1 month ago) by jhicks
Branch:
MAIN
Changes since 1.76: +1 -0 lines
Diff to previous 1.76
Added deluge to BUILD, commented out by default
Revision
1.73.4.2
/
(view)
- annotate
- [select for diffs]
, Mon Oct 9 17:54:50 2006 UTC (2 years, 1 month ago) by jhicks
Branch:
BG_1_0
Changes since 1.73.4.1: +1 -1 lines
Diff to previous 1.73.4.1
to branch point 1.73
to next main 1.74
deluge will not be compiled for the sink by default
Revision
1.76
/
(view)
- annotate
- [select for diffs]
, Fri Oct 6 15:14:58 2006 UTC (2 years, 1 month ago) by nithya
Branch:
MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
*** empty log message ***
Revision
1.73.4.1
/
(view)
- annotate
- [select for diffs]
, Mon Oct 2 21:25:38 2006 UTC (2 years, 1 month ago) by jhicks
Branch:
BG_1_0
Changes since 1.73: +1 -0 lines
Diff to previous 1.73
Added new deluge directory to devel
Revision
1.75
/
(view)
- annotate
- [select for diffs]
, Wed Sep 13 02:05:11 2006 UTC (2 years, 2 months ago) by girod
Branch:
MAIN
Changes since 1.74: +1 -0 lines
Diff to previous 1.74
*** empty log message ***
Revision
1.74
/
(view)
- annotate
- [select for diffs]
, Tue Jul 11 18:24:12 2006 UTC (2 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.73: +1 -0 lines
Diff to previous 1.73
I. DATA REPLAY:
We can now simulate receiving data from multiple sensors
from a node if a sensor is configured (using DSE).
For example, if a user configures ADC channel 0 to
connect to an Ammonium sensor using DSE configuration,
then the user can send a query out from the sink, and the
nodes will return data from this "Ammonium sensor".
In order for this to work, the user has to add several
lines to the sim file (see devel/sympathy_devel/include/sympathy_sim_small.sim):
sim-component = "sim/sim_sensor -o LOG_DEBUG_0 -i <sensor-name> -m rnd_byte";
node default {
...
channel = "id=<sensor-name>";
}
There are two types of data that can be returned:
1) If the user does not specify anything additional in the
run file, then the simulated sensor compnent uses a statically
defined counter, and just keeps incrementing this counter for
every sensor request.
2) The user can map an ADC channel to a sensor-device
in the run file by providing an argument to the tinyOS binary:
--map_adc <ADC channel>,<sensor-name>
(See devel/sympathy_devel/include/rr_mote.run for example):
cmd = "devel/multihop/ArsenicDse --log class=usr3,usr1:elog=LOG_DEBUG_0 --map_adc 0,temp --map_adc 1,temp";
This sensor-name corresponds to the sensor-device at:
/dev/sim/group<$SIM_GROUP>/node<Node-ID>/sensors/<sensor-name>
Currently, this sensor-device provides randomly generated data.
However, it will be used for data-reply: separate code
can read in an input file, and push data into this sensor-device
at the appropriate times.
Much of the code to implement the sim-sensor component was
already there, I just added/fixed various issues to make
it work for the general case (other than receiving data from
onboard sensors).
Once it is all working, I'll add documentation as well.
II. BUILD files:
I took the liberty of commenting out a bunch of targets in the
BUILD files that did not seem relevant.
It is frustrating to have to wait through the compilation
of superfluous targets that nobody is using on a regular basis
(especially when each of these targets is re-compiled when the
libraries are changed).
I REALIZE I may have gotten some wrong - and I apologize for that.
Please feel free to overrule my decisions.
Revision
1.73.2.1
/
(view)
- annotate
- [select for diffs]
, Fri Apr 14 23:23:40 2006 UTC (2 years, 7 months ago) by karenyc
Branch:
ESS_CENTROUTE_TESTING
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
to next main 1.74
Changes for testing ESS over Centroute.
- Added dtn module
- Added interface for send status information from centroute to layer above
Revision
1.73
/
(view)
- annotate
- [select for diffs]
, Fri Jan 27 05:04:58 2006 UTC (2 years, 9 months ago) by girod
Branch:
MAIN
CVS Tags:
acoustic-05-18-06
Branch point for:
ESS_CENTROUTE_TESTING,
BG_1_0
Changes since 1.72: +1 -2 lines
Diff to previous 1.72
change to the build system to use configure more for native platform.
also sets up several flags to tell whether the platform has various
special libraries.
also separates out clean and help from the rest so that those don't
go thru dependency generation.
configure automatically runs if you don't run it first for the
native architecture.
Revision
1.72.2.1
/
(view)
- annotate
- [select for diffs]
, Thu Dec 15 06:22:08 2005 UTC (2 years, 11 months ago) by jhicks
Branch:
ESS_CONNECTIVITY
Changes since 1.72: +1 -0 lines
Diff to previous 1.72
to next main 1.73
Stuff for connectivity JR tomorrow
Revision
1.72
/
(view)
- annotate
- [select for diffs]
, Sat Oct 29 22:10:52 2005 UTC (3 years ago) by cerpa
Branch:
MAIN
CVS Tags:
BANGLADESH_ARSENIC_1_2,
BANGLADESH_ARSENIC_1_1
Branch point for:
ESS_CONNECTIVITY
Changes since 1.71: +1 -0 lines
Diff to previous 1.71
Added the scale packet sending and measurement tool for the JR experiment.
Revision
1.71
/
(view)
- annotate
- [select for diffs]
, Sat Sep 3 00:25:00 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
CVS Tags:
ESS_RELEASE_3_5,
ESS_RELEASE_3_4,
ESS_RELEASE_3_2,
ESS_RELEASE_3_1,
ESS_RELEASE_3_0,
EMSTAR_RELEASE_2_5
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
fixed errors
Revision
1.70
/
(view)
- annotate
- [select for diffs]
, Wed Aug 31 23:41:46 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
CVS Tags:
LAURA_CALIBRATION_EXPERIMENTS,
ESS_RELEASE_2_0
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
Lots of minor fixes to get ready for deployment
Revision
1.69
/
(view)
- annotate
- [select for diffs]
, Wed Aug 31 16:50:03 2005 UTC (3 years, 2 months ago) by ahmadian
Branch:
MAIN
Changes since 1.68: +1 -0 lines
Diff to previous 1.68
Added cyclops devel
Revision
1.54.2.1.4.1
/
(view)
- annotate
- [select for diffs]
, Fri Aug 26 22:31:10 2005 UTC (3 years, 2 months ago) by nithya
Branch:
ESS2-CMS-V1_4cMergeSympathy_2
Changes since 1.54.2.1: +6 -6 lines
Diff to previous 1.54.2.1
to next main 1.55
Fixes for James Reserve deployment, upgraded Sympathy.
Revision
1.68
/
(view)
- annotate
- [select for diffs]
, Thu Aug 25 02:43:37 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
/tmp/cvszKSmob
Revision
1.67
/
(view)
- annotate
- [select for diffs]
, Thu Aug 25 01:22:28 2005 UTC (3 years, 2 months ago) by nithya
Branch:
MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
*** empty log message ***
Revision
1.66
/
(view)
- annotate
- [select for diffs]
, Sun Aug 7 18:55:44 2005 UTC (3 years, 3 months ago) by girod
Branch:
MAIN
CVS Tags:
ESS2-CMS-V1_5_pretest
Changes since 1.65: +0 -3 lines
Diff to previous 1.65
removed obsolete stuff from build
Revision
1.65
/
(view)
- annotate
- [select for diffs]
, Fri Aug 5 23:33:31 2005 UTC (3 years, 3 months ago) by nithya
Branch:
MAIN
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
msg
Revision
1.64
/
(view)
- annotate
- [select for diffs]
, Wed Jul 13 16:23:05 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.63: +1 -0 lines
Diff to previous 1.63
Created a new directory for a stable version of sympathy.
Revision
1.63
/
(view)
- annotate
- [select for diffs]
, Tue Jul 12 06:37:12 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.62: +1 -0 lines
Diff to previous 1.62
Fixes to sympathy's root failure diagnosis.
Added wrapper for surge/mintRoute.
Added a change for dse instrumentation.
Revision
1.62
/
(view)
- annotate
- [select for diffs]
, Wed Jun 29 01:44:55 2005 UTC (3 years, 4 months ago) by nithya
Branch:
MAIN
Changes since 1.61: +1 -0 lines
Diff to previous 1.61
1) Added a new component to handle mailing updates. This component
exports a status-device: writing: "device=<path-to-device>:email=<email-address>will result in an email to the email-address every time there is an update
to the provided status-device. This does not work yet because we have not
determined which mail program to use (suggestions?)
2) Added couple extra fields to sympathy-statistics so we can trace
flow of traffic through the network, and hopefully determine where packets
are dropped. This involved adding more instrumentation to TreeDispatch.
3) Fixed a bug with incrementing counters (wasn't handling rollovers
correctly)
4) Fixed a compile error in EmLinkServerM.nc, TimeSynchM.nc
5) Fixed a bug in MultihopM.nc - where the packet type was not getting
set correctly for link packets so DSE was not receiving packets.
Revision
1.61
/
(view)
- annotate
- [select for diffs]
, Thu Jun 2 22:38:02 2005 UTC (3 years, 5 months ago) by thanos
Branch:
MAIN
CVS Tags:
rdd_alpha_version_1
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
Removed herd from the build, for now
Revision
1.60
/
(view)
- annotate
- [select for diffs]
, Wed May 11 21:53:04 2005 UTC (3 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.59: +0 -1 lines
Diff to previous 1.59
*** empty log message ***
Revision
1.54.2.1
/
(view)
- annotate
- [select for diffs]
, Wed May 4 02:11:33 2005 UTC (3 years, 6 months ago) by rkapur
Branch:
ESS2-CMS-V1_1-Branch
CVS Tags:
ESS_RELEASE_3_3,
ESS2-CMS-V1_4c,
ESS2-CMS-V1_4b,
ESS2-CMS-V1_4a,
ESS2-CMS-V1_3,
ESS2-CMS-V1_2,
ESS2-CMS-V1_1
Branch point for:
ESS2-CMS-V1_4cMergeSympathy_2
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
to next main 1.55
*** empty log message ***
Revision
1.59
/
(view)
- annotate
- [select for diffs]
, Thu Apr 21 22:13:56 2005 UTC (3 years, 7 months ago) by nxu
Branch:
MAIN
Changes since 1.58: +1 -0 lines
Diff to previous 1.58
for testing Tom's stuff
Revision
1.58
/
(view)
- annotate
- [select for diffs]
, Fri Apr 1 02:48:33 2005 UTC (3 years, 7 months ago) by girod
Branch:
MAIN
CVS Tags:
MOTENIC_PRE_BUGFIX_20050415
Changes since 1.57: +1 -0 lines
Diff to previous 1.57
minor fixes to get things to build etc
Revision
1.57
/
(view)
- annotate
- [select for diffs]
, Sat Mar 19 19:38:43 2005 UTC (3 years, 8 months ago) by yanyu
Branch:
MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
*** empty log message ***
Revision
1.56
/
(view)
- annotate
- [select for diffs]
, Fri Mar 18 04:15:00 2005 UTC (3 years, 8 months ago) by nithya
Branch:
MAIN
Changes since 1.55: +1 -0 lines
Diff to previous 1.55
*** empty log message ***
Revision
1.55
/
(view)
- annotate
- [select for diffs]
, Fri Mar 11 01:59:34 2005 UTC (3 years, 8 months ago) by yanyu
Branch:
MAIN
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
*** empty log message ***
Revision
1.54
/
(view)
- annotate
- [select for diffs]
, Thu Mar 3 04:40:06 2005 UTC (3 years, 8 months ago) by girod
Branch:
MAIN
CVS Tags:
ESS2-CMS-V1_0
Branch point for:
ESS2-CMS-V1_1-Branch
Changes since 1.53: +1 -0 lines
Diff to previous 1.53
* checked in some more numerical library code
* added new loclization dir in devel
* BUGFIX: timesync error summing works properly, used properly
* BUGFIX: timehist treats sample clock like int64 not int32!
Revision
1.53
/
(view)
- annotate
- [select for diffs]
, Thu Jan 20 04:11:37 2005 UTC (3 years, 10 months ago) by nithya
Branch:
MAIN
CVS Tags:
EMSTAR_RELEASE_2_1_BRANCH,
EMSTAR_RELEASE_2_1
Changes since 1.52: +1 -0 lines
Diff to previous 1.52
Added (broken) ability for nodes to periodically return their event buffers
Revision
1.52
/
(view)
- annotate
- [select for diffs]
, Mon Dec 6 20:19:47 2004 UTC (3 years, 11 months ago) by girod
Branch:
MAIN
CVS Tags:
PRE_CEILING_FIX
Changes since 1.51: +1 -1 lines
Diff to previous 1.51
fixed cluster discovery protocol in clustersync to properly assign
cluster nicknames
Revision
1.51
/
(view)
- annotate
- [select for diffs]
, Sat Dec 4 01:53:50 2004 UTC (3 years, 11 months ago) by girod
Branch:
MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
oops
Revision
1.50
/
(view)
- annotate
- [select for diffs]
, Mon Nov 29 19:40:51 2004 UTC (3 years, 11 months ago) by girod
Branch:
MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
change to cluster membership struct
lots of changes to state sync to support new broadcast only mode
disabled more junk from ndisc_u.. so it operates very simply.
Revision
1.49
/
(view)
- annotate
- [select for diffs]
, Fri Nov 26 22:47:25 2004 UTC (3 years, 11 months ago) by girod
Branch:
MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
don't check infra into the build.. it's nonstandard
or, use jeremy's new config capability to make it a config option!
Revision
1.48
/
(view)
- annotate
- [select for diffs]
, Thu Nov 25 22:18:50 2004 UTC (3 years, 11 months ago) by nxu
Branch:
MAIN
Changes since 1.47: +3 -6 lines
Diff to previous 1.47
merge ess2 into ess
Revision
1.47
/
(view)
- annotate
- [select for diffs]
, Wed Nov 17 21:12:13 2004 UTC (4 years ago) by girod
Branch:
MAIN
Changes since 1.46: +0 -3 lines
Diff to previous 1.46
major cleanup of ess, kiss, ess2, and dse stuff.
created new projects directory for application-specific stuff, etc.
deprecates dsp, tinydiff2, devel/kiss, devel/ess, devel/dse
Revision
1.46
/
(view)
- annotate
- [select for diffs]
, Sun Nov 7 18:23:47 2004 UTC (4 years ago) by girod
Branch:
MAIN
Changes since 1.45: +1 -0 lines
Diff to previous 1.45
added dse to build
Revision
1.45
/
(view)
- annotate
- [select for diffs]
, Thu Oct 28 23:54:52 2004 UTC (4 years ago) by nxu
Branch:
MAIN
Changes since 1.44: +1 -0 lines
Diff to previous 1.44
add ess2 line
Revision
1.44
/
(view)
- annotate
- [select for diffs]
, Wed Oct 27 00:18:43 2004 UTC (4 years ago) by adparker
Branch:
MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
Commented out http. I think this was accidentally left uncommented.
Revision
1.43
/
(view)
- annotate
- [select for diffs]
, Tue Oct 26 17:46:15 2004 UTC (4 years ago) by girod
Branch:
MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
upgrades to ndisc and state sync code.
added interface field to neighbors struct. .not yet used
Revision
1.42
/
(view)
- annotate
- [select for diffs]
, Thu Oct 21 09:40:40 2004 UTC (4 years, 1 month ago) by girod
Branch:
MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
mods to move to single log per source with 1 byte type encoding
Revision
1.41
/
(view)
- annotate
- [select for diffs]
, Thu Oct 21 01:24:38 2004 UTC (4 years, 1 month ago) by girod
Branch:
MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
*** empty log message ***
Revision
1.40
/
(view)
- annotate
- [select for diffs]
, Thu Oct 14 00:58:12 2004 UTC (4 years, 1 month ago) by lshirach
Branch:
MAIN
CVS Tags:
HOSTMOTE_PROTOCOL_VERSION_7
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
added preprocessor directory
Revision
1.39
/
(view)
- annotate
- [select for diffs]
, Fri Oct 1 23:35:54 2004 UTC (4 years, 1 month ago) by ben
Branch:
MAIN
CVS Tags:
STATESYNC_LOG_IMPL_V1,
PRE_NOMEGA_MOTENIC
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
lost snack
Revision
1.38
/
(view)
- annotate
- [select for diffs]
, Fri Oct 1 21:04:51 2004 UTC (4 years, 1 month ago) by ben
Branch:
MAIN
Changes since 1.37: +1 -0 lines
Diff to previous 1.37
added snack
Revision
1.37
/
(view)
- annotate
- [select for diffs]
, Fri Oct 1 00:04:39 2004 UTC (4 years, 1 month ago) by mlukac
Branch:
MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
set http to not compile
Revision
1.36
/
(view)
- annotate
- [select for diffs]
, Fri Oct 1 00:04:12 2004 UTC (4 years, 1 month ago) by mlukac
Branch:
MAIN
Changes since 1.35: +2 -0 lines
Diff to previous 1.35
initial checking of emstar http device info
Revision
1.35
/
(view)
- annotate
- [select for diffs]
, Fri Sep 24 20:50:15 2004 UTC (4 years, 1 month ago) by henridf
Branch:
MAIN
CVS Tags:
EMSTAR_PRE_HTML
Changes since 1.34: +0 -1 lines
Diff to previous 1.34
remove send_dump from default build
Revision
1.34
/
(view)
- annotate
- [select for diffs]
, Wed Sep 15 23:10:14 2004 UTC (4 years, 2 months ago) by girod
Branch:
MAIN
Changes since 1.33: +1 -0 lines
Diff to previous 1.33
ok, more changes to get NesC to work more sanely with header files
this is the absolute last, never again, cross my heart hope to die (literally)
solution to this header problem.
WHenever you want to integrate with EmStar stuff:
in your M file, do "includes EmStar;" at the top, and "#include "EmStar_Strings.h""
inside your implementation block.
If you need to add strings that will be visible to NesC (e.g. device names)
include them from EmTos/tos/system/EmStar_Strings.h
If you need to include other things, add them or include them from
EmTos/tos/system/EmStar.h
But don't put any #define ints or strings into that file!!
Revision
1.33
/
(view)
- annotate
- [select for diffs]
, Sat Aug 28 01:03:55 2004 UTC (4 years, 2 months ago) by henridf
Branch:
MAIN
CVS Tags:
EMSTAR_RELEASE_2_0
Changes since 1.32: +1 -0 lines
Diff to previous 1.32
little testbed app to send packets and dump out all received packets, with
info for bit-level analysis (location and # of bit errors mainly).
forked off of thanos' devel/lest/controller code.
Revision
1.32
/
(view)
- annotate
- [select for diffs]
, Fri Aug 20 23:36:55 2004 UTC (4 years, 3 months ago) by thanos
Branch:
MAIN
Changes since 1.31: +1 -0 lines
Diff to previous 1.31
Added lest to the build
Revision
1.31
/
(view)
- annotate
- [select for diffs]
, Thu Jul 15 19:18:04 2004 UTC (4 years, 4 months ago) by jelson
Branch:
MAIN
CVS Tags:
nims-lab-Sep07-2004,
nims-jr-Sep05-04,
HOSTMOTE_V_6_EXPERIMENTAL,
HOSTMOTE_PROTOCOL_VERSION_6_WITH_HOSTMOAP,
HOSTMOTE_PROTOCOL_VERSION_5_WITH_HOSTMOAP,
HOSTMOTE_PROTOCOL_VERSION_5
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Took mm out of default build; apparently only compiles at MIT? Got this:
Generating dependencies for obj.i686-linux/.build/devel/mm/stream/medsensor_pkt.o
devel/mm/stream/medsensor_pkt.c:10:29: oscope_msg_type.h: No such file or directory
Failed command: /usr/bin/gcc -M -fPIC -Wall -Werror -g -I. -Iglib/include -Iinclude -DCVSTAG=\"None\" -Idevel/mm/include -Idevel/mm/stream -I/export/home/eugene/tinyos-1.x/contrib/pcn-mit/include devel/mm/stream/medsensor_pkt.c
Revision
1.30
/
(view)
- annotate
- [select for diffs]
, Mon Jul 5 19:25:37 2004 UTC (4 years, 4 months ago) by eugene
Branch:
MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
Added a new subdirectory 'mm' for my exploration of emstar modules
Revision
1.29.2.1
/
(view)
- annotate
- [select for diffs]
, Tue Jun 29 06:07:13 2004 UTC (4 years, 4 months ago) by jelson
Branch:
lessgps_release
CVS Tags:
LESSGPS_1_00
Changes since 1.29: +6 -6 lines
Diff to previous 1.29
to next main 1.30
make build faster for the release... until the build system is better :(
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Thu Jun 17 20:12:53 2004 UTC (4 years, 5 months ago) by girod
Branch:
MAIN
Branch point for:
lessgps_release
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
various changes to make make test work...
just minor things with emruntabs
Revision
1.28.4.1
/
(view)
- annotate
- [select for diffs]
, Wed Jun 9 03:53:31 2004 UTC (4 years, 5 months ago) by jelson
Branch:
kiss_release
CVS Tags:
KISS_1_0
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
to next main 1.29
Changes needed to compile the KISS release
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Thu Jun 3 02:57:40 2004 UTC (4 years, 5 months ago) by nithya
Branch:
MAIN
CVS Tags:
scale_radio_channel,
bp_scale_radio_channel,
HOSTMOTE_PROTOCOL_VERSION_4
Branch point for:
kiss_release
Changes since 1.27: +1 -2 lines
Diff to previous 1.27
*** empty log message ***
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Thu Jun 3 02:24:01 2004 UTC (4 years, 5 months ago) by nithya
Branch:
MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
NimsDspM code now works with the dse module in emstar.
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Fri May 28 15:55:49 2004 UTC (4 years, 5 months ago) by girod
Branch:
MAIN
Changes since 1.25: +1 -0 lines
Diff to previous 1.25
first checkin of my state sync code
patches to ndisc_u, got it working i think ;)
Revision
1.25
/
(view)
- annotate
- [select for diffs]
, Sat May 22 03:31:32 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
added directory for correlation work.
Revision
1.24
/
(view)
- annotate
- [select for diffs]
, Thu May 20 18:11:48 2004 UTC (4 years, 6 months ago) by jelson
Branch:
MAIN
CVS Tags:
HOSTMOTE_PROTOCOL_VERSION_3
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
include kiss so make test doesnt fail
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Thu May 20 17:48:07 2004 UTC (4 years, 6 months ago) by girod
Branch:
MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
added better support for mote targets
added a 'mote' and 'emstar' platform specifier
to support all motes and all emstar plats respectively
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Thu May 20 04:47:01 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.21: +1 -3 lines
Diff to previous 1.21
Commented a dir from devel, causing compilation errors...
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Wed May 19 23:59:18 2004 UTC (4 years, 6 months ago) by nxu
Branch:
MAIN
Changes since 1.20: +1 -0 lines
Diff to previous 1.20
some changes maked in the first attempt to run KissEss
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Wed May 19 22:37:50 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
Added motenic to adaptive-sampling
Made serial-port device a command line option.
Took out legacy code.
Added Nims directory to tos-contrib.
Added general include directory to tos-contrib
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Tue May 18 15:16:55 2004 UTC (4 years, 6 months ago) by girod
Branch:
MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
integrated the infra build (commented out in checkin)
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Mon May 17 20:26:49 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Made some small fixes to calibration code...
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Fri May 14 23:52:09 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.16: +0 -2 lines
Diff to previous 1.16
Calibration
----------
Simple calibration works now - based on taking the mean of "good" data-set, and
a data-set that needs to be calibrated.
Sensor-Client
----------
Fixed several corner-casey bugs to do with data-aggregation in the sensor-client.
Sensor-Device
----------
- Took out all time-related references in sensor-device.
- Changed interface slightly - doesn't accept stop or time anymore. Now it
only does sample-related requests, and accepts a count parameter.
Ring-Buffer
----------
- Can specify what the starting-sample should be upon instantiation
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Wed May 12 23:44:54 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
accidentally left in directory in devel/BUILD taht shouldn't have been there
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Wed May 12 23:39:28 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
Changes since 1.14: +5 -0 lines
Diff to previous 1.14
Refactored a lot of code - especially in sensor-client around data-aggregation.
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Wed May 12 02:22:08 2004 UTC (4 years, 6 months ago) by jelson
Branch:
MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
add seismic
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Wed May 12 00:58:13 2004 UTC (4 years, 6 months ago) by jelson
Branch:
MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12
* put calibration build in its own BUILD file
* added system_libs {m} for calibration; doesn't compile on later redhats
without it
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Sat May 8 00:27:36 2004 UTC (4 years, 6 months ago) by nithya
Branch:
MAIN
CVS Tags:
PRE_MOTENIC_CLEANUP
Changes since 1.11: +5 -2 lines
Diff to previous 1.11
*** empty log message ***
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Thu Apr 22 19:24:21 2004 UTC (4 years, 6 months ago) by girod
Branch:
MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
restored infra stuff and commented out ess build
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Thu Apr 22 19:10:08 2004 UTC (4 years, 6 months ago) by girod
Branch:
MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
changes to the make system to support tinyos intergration and emtos.
these changes are currently backwards-compat but at some point the
checked-in defaults will change so that you will need to modify your
directory structure..
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Tue Mar 23 01:14:39 2004 UTC (4 years, 8 months ago) by thanos
Branch:
MAIN
CVS Tags:
EMSTAR_RELEASE_2_0_beta1
Changes since 1.8: +1 -13 lines
Diff to previous 1.8
Removed ess-specific stuff that was accidentally added
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Tue Mar 23 01:06:04 2004 UTC (4 years, 8 months ago) by eoster
Branch:
MAIN
Changes since 1.7: +15 -1 lines
Diff to previous 1.7
Minor changes
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Sat Mar 13 06:32:40 2004 UTC (4 years, 8 months ago) by girod
Branch:
MAIN
Changes since 1.6: +1 -14 lines
Diff to previous 1.6
moved build stuff around, updated to match latest changes to ezbvuild
and emrun macros paths
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Thu Mar 11 23:24:27 2004 UTC (4 years, 8 months ago) by eoster
Branch:
MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
Added commented out ess stuff.
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Mon Mar 8 23:30:01 2004 UTC (4 years, 8 months ago) by girod
Branch:
MAIN
Changes since 1.4: +8 -0 lines
Diff to previous 1.4
added pthread
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Mon Mar 8 20:55:49 2004 UTC (4 years, 8 months ago) by girod
Branch:
MAIN
Changes since 1.3: +5 -0 lines
Diff to previous 1.3
first checking, ess emstar app
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Sun Feb 29 01:19:57 2004 UTC (4 years, 8 months ago) by thanos
Branch:
MAIN
Changes since 1.2: +9 -0 lines
Diff to previous 1.2
Added moapsource to the devel BUILD file
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Sat Nov 1 17:49:35 2003 UTC (5 years ago) by girod
Branch:
MAIN
CVS Tags:
ROUTING_EXPERIMENTAL,
EMSTAR_RELEASE_1_3_2,
EMSTAR_RELEASE_1_3_1,
EMSTAR_RELEASE_1_3,
EMSTAR_RELEASE_1_2,
EMSTAR_RELEASE_1_1,
EMSTAR_RELEASE_1_0
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
work on "uncertainty-based" neighbor discovery scheme..
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Sep 9 23:38:10 2003 UTC (5 years, 2 months ago) by girod
Branch:
MAIN
some changes to emproxy and emview
* fixed a minor bug with zero length data reads in emproxy
* improved error messages for format problems in emproxy
* added colormap support to emview
* added voronoi viz support to emview
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.