Yes We Can / yeswecancoap

Dependencies:   DebugLib EthernetInterface cantcoap mbed-rtos

Dependents:   COAP coap

Fork of yeswecancoap by Sille Van Landschoot

Committer:
sillevl
Date:
Tue Oct 20 18:57:05 2015 +0000
Revision:
1:ab04e3d36ade
Child:
3:e03960f91763
first working coap server

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sillevl 1:ab04e3d36ade 1 #pragma once
sillevl 1:ab04e3d36ade 2
sillevl 1:ab04e3d36ade 3 class Request{
sillevl 1:ab04e3d36ade 4
sillevl 1:ab04e3d36ade 5 public:
sillevl 1:ab04e3d36ade 6
sillevl 1:ab04e3d36ade 7 void respond(char*, int size);
sillevl 1:ab04e3d36ade 8 };