tnnl 0.1.17

tnnl gives you full control over whether and when your IoT devices should be reachable from the internet
1
2
3
4
5
6
7
debug:
	gcc -o main main.c -L../../target/debug -I../../include -ltnnl -lm
.PHONY: debug

release:
	gcc -o main main.c -L../../target/release -I../../include -ltnnl -lm
.PHONY: release