Example code for the Contiki websocket client
This commit is contained in:
parent
4d61e8f997
commit
4f13d637e6
2 changed files with 69 additions and 0 deletions
6
examples/websockets/Makefile
Normal file
6
examples/websockets/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
all: websocket-example
|
||||
CONTIKI=../..
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue