]> git.meshlink.io Git - meshlink/blobdiff - meshlink-sample/meshlinkapp.c
Push data from the application to the library and print to screen this data in route...
[meshlink] / meshlink-sample / meshlinkapp.c
index d5f489e99505f9cecfc3e4b350b416f592625363..7dd7f501c715f3f362b1d8c51eb33c5ec202017f 100644 (file)
@@ -9,6 +9,7 @@ tinc_setup(confbase, name);
 tinc_start(confbase);
 while(1) {
 sleep(10); //give time to this thread to finish before we exit
+tinc_send_packet(NULL,"datafgsdfsd",10);
 }
 return 0;
 }