Yes We Can / yeswecancoap

Dependencies:   DebugLib EthernetInterface cantcoap mbed-rtos

Dependents:   COAP coap

Fork of yeswecancoap by Sille Van Landschoot

Revision:
1:ab04e3d36ade
Child:
3:e03960f91763
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/request.cpp	Tue Oct 20 18:57:05 2015 +0000
@@ -0,0 +1,6 @@
+#include "request.h"
+
+void Request::respond(char* data, int size)
+{
+    
+}
\ No newline at end of file