libcoap-sys 0.2.2+libcoap-4.3.1

Raw bindings to the libcoap CoAP library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONTIKI=contiki
TARGET?=minimal-net

all: server

$(CONTIKI):
	git clone --depth 1 https://github.com/contiki-os/contiki.git $@
	cd $(CONTIKI)/apps && ln -s ../../../.. libcoap

server:	$(CONTIKI)
	$(MAKE) -f Makefile.contiki V=1 CONTIKI=$(CONTIKI) TARGET=$(TARGET) NODE_ADDR=0x1000 server

clean:
	$(MAKE) -f Makefile.contiki V=1 CONTIKI=$(CONTIKI) TARGET=$(TARGET) clean
	rm -f server.minimal-net symbols.c symbols.h