Code Search for Developers
 
 
  

misc.asc from EmStar at Krugle


Show misc.asc syntax highlighted


`libmisc`: The EmStar Utility Library
=====================================
Lewis Girod <girod@lecs.cs.ucla.edu>
$Id: misc.asc,v 1.1 2004/05/26 03:10:58 girod Exp $

`libmisc` is a growing collection of useful library functions that are
at the disposal of EmStar applications.  This page serves as a reference
for these functions, divided up into the following sections:

 * link:misc/queue.html[The Queue Macros]: The C language equivalent of
   a C++ queue template class.






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

  misc/
    queue.asc
  building_an_array.asc
  delay.asc
  emcee.asc
  emsim.asc
  emtos.asc
  events.asc
  gdb.asc
  http.asc
  index.asc
  link.asc
  make.asc
  misc.asc
  node.info
  prog_model.asc
  run.asc
  sim_component.asc