Code Search for Developers
 
 
  

sympathy_routing.h from EmStar at Krugle


Show sympathy_routing.h syntax highlighted

#ifndef sympathy_routing_h
#define sympathy_routing_h

#include "sympathy_dev.h"
#include <link/neighbor_structs.h>

#define SYMPATHY_SINK_NEIGHBORS_DEV sim_path("/dev/sympathy/node_metrics")

void send_to_sympathy(if_id_t src, int type, int ext_type, void* data,
		    ssize_t data_len, int seqno);
void send_pkt_to_network(if_id_t src, void* pkt, ssize_t pkt_len);
void init_routing(int* argc, char **argv, int pkt_type,
		    lu_pkt_receive_cb_t receive_cb);
#endif




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

  sympathy.h
  sympathy_app.h
  sympathy_dev.h
  sympathy_routing.h