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
#include <tnnl.h>

int main() {
  return tnnl_main();
}