HTTP socket code with support for GET and POST

This commit is contained in:
Adam Dunkels 2015-03-24 13:25:03 +01:00
parent ba409cce57
commit 33372945a3
4 changed files with 872 additions and 0 deletions

View file

@ -0,0 +1,7 @@
all: http-example
CONTIKI=../..
MODULES += core/net/http-socket
include $(CONTIKI)/Makefile.include