OpenWSN Firmware

TCP Echo application. More...

Functions

void tcpecho_init (void)
 
bool tcpecho_shouldIlisten (void)
 
void tcpecho_receive (OpenQueueEntry_t *msg)
 
void tcpecho_sendDone (OpenQueueEntry_t *msg, owerror_t error)
 
void tcpecho_connectDone (owerror_t error)
 
bool tcpecho_debugPrint (void)
 

Detailed Description

TCP Echo application.

Author
Thomas Watteyne watte.nosp@m.yne@.nosp@m.eecs..nosp@m.berk.nosp@m.eley..nosp@m.edu, August 2010

Function Documentation

void tcpecho_connectDone ( owerror_t  error)
bool tcpecho_debugPrint ( void  )
void tcpecho_init ( void  )
void tcpecho_receive ( OpenQueueEntry_t msg)
void tcpecho_sendDone ( OpenQueueEntry_t msg,
owerror_t  error 
)
bool tcpecho_shouldIlisten ( void  )