Code Search for Developers
 
 
  

SEISMIC_NOTES.txt from EmStar at Krugle


Show SEISMIC_NOTES.txt syntax highlighted

Meeting from 03/30/04:
People: Deborah, Jeremy, Andrew
Next meeting: Wed. 7th at 2 PM.

We want to use micro diffusion in the seismic application that Jeremy
is working on. There's a "four seasons" demo that's happening in about
six weeks. Jeremy will be around this Thursday and next week Tuesday
morning.

Jeremy is working on an IP connector thingy that sits on top of an
EmStar link device so that processes on different nodes can open a
socket to talk each other. He is looking to build on top of micro
diffusion. Micro diffusion offers a packet device, but it's not
difficult to build a layer on top of a packet device to offer a link
device to the IP connector.

IP connector thingy needs bidirectional communication between sinks
and sources:

* SHORT TERM: In micro diffusion, every node broadcasts the following
         interest: IP Equals SELF. Where SELF is their IP
         address. (Maybe even subscribe to the broadcast address?) Now
         you have "any-to-any" communication.

* LONG TERM: Create an annotated sink tree that allows the sink to
         send data to sources.




See more files for this project here

EmStar

EmStar is a software system for developing and deploying wireless sensor networks involving Linux-based platforms. As the wireless sensor network community has attempted to deploy more complex designs---large-scale, long-lived systems that need self-organization and adaptivity---a number of difficult software design issues have arisen. Advances in software design have not kept pace with the capabilities of hardware. This is because designing for an adaptive, efficient, and useful sensor network has turned out to be surprisingly complex and difficult. EmStar is a Linux-based software framework, whose goal is to dramatically reduce this complexity, enabling work to be shared and reused, and simplifying and speeding the design of new sensor network applications.

Project homepage: http://cvs.cens.ucla.edu/emstar/
Programming language(s): C,Shell Script
License: other

  include/
    microdiff.run
  src/
    old/
      MDForwarder.c
      MDForwarder_i.h
      MDOppGradient.c
      MDOppGradient.h
      MD_i.h
      microdiff.c
      microdiff.h
    DiffTypes.h
    MdForwarder.c
    MdForwarder.h
    MdMatch.c
    MdMatch.h
    MdOppGradient.c
    MdOppGradient.h
    Mdiff.h
    Mdiff.txt
    Mdiff_main.c
  test/
    Makefile
    commands.txt
    mdiff_filter.c
    mdiff_filter.h
    mdiff_test.c
    mdiff_test.h
  testtabs/
    app.run
    microdiff.sim
  BUILD
  SEISMIC_NOTES.txt
  TODO.txt