Code Search for Developers
 
 
  

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



Some source files from: EmStar/libdev
  doc/
    Makefile
    doxygen.cfg
    events.tex
    html.sty
    libdev.dox
    make-examples.pl
  examples/
    BUILD
    README
    dir_service.c
    directory_add.c
    directory_lookup.c
    directory_server.c
    echocat.c
    echocat_glib.c
    pd_client.c
    pd_echoserver.c
    pd_receiveonly.c
    pd_sendonly.c
    randsleep.c
    schedtest.c
    sdev_example.c
    sdev_example_client.run
    sensor_dev_client.c
    simple_command.c
    simple_logring.c
    simple_opts.c
    simple_pd.c
    simple_status.c
    simple_waitfor.c
    thread_example.c
  include/
    command_dev.h
    directory_client.h
    directory_dev.h
    em_sched.h
    fake_serial.h
    frame_processor.h
    g_msg_queue.h
    g_signals.h
    glib_dev.h
    glib_extras.h
    logring_dev.h
    option_dev.h
    packet_client.h
    packet_dev.h
    poll_event.h
    query_client.h
    query_dev.h
    sensor_client.h
    sensor_dev.h
    status_client.h
    status_dev.h
    waitfor.h
  libdev/
    command_dev.c
    directory_client.c
    directory_client_glib.c
    directory_dev.c
    em_sched.c
    fake_serial.c
    frame_processor.c
    g_msg_queue.c
    g_signals.c
    glib_dev.c
    glib_extras.c
    logring_dev.c
    option_dev.c
    packet_client.c
    packet_client_glib.c
    packet_dev.c
    poll_event.c
    query_client.c
    query_client_glib.c
    query_dev.c
    sdev_doc
    sensor_client.c
    sensor_dev.c
    status_client.c
    status_client_glib.c
    status_dev.c
    waitfor.c
  test/
    BUILD
    client_test.c
    dormant.c
    frame_test.c
    glib_test.c
    leakcheck.c
    logring_test.c
    p-tort-bench
    p_torture.c
    query_dev_test.c
    sb_servers.pl
    sb_test.pl
    sbr_test1.txt
    sdev_test.c
    serial_status.c
    signal_test.c
    sim_motor.c
    status.gp
    status_bench_client.c
    status_bench_results
    status_bench_results2
    status_bench_results_processor.pl
    status_bench_server.c
    status_client_crashprooftest.c
    status_proto_test.c
    timertest.c
  BUILD
  TODO



See more files for this project here