HTTP socket code with support for GET and POST
This commit is contained in:
parent
ba409cce57
commit
33372945a3
4 changed files with 872 additions and 0 deletions
7
examples/http-socket/Makefile
Normal file
7
examples/http-socket/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all: http-example
|
||||
CONTIKI=../..
|
||||
MODULES += core/net/http-socket
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue