]> git.meshlink.io Git - meshlink/commit
Start of the manynodes example.
authorGuus Sliepen <guus@sliepen.org>
Tue, 29 Jul 2014 16:55:25 +0000 (18:55 +0200)
committerGuus Sliepen <guus@sliepen.org>
Tue, 29 Jul 2014 16:55:25 +0000 (18:55 +0200)
commitfc6b5da57b5c7a30b5cdb227fd6b98098a665159
tree96a66deb16e7b2df1d1518e701dbe967667c9820
parentf4158fd7685a465f2170b92401243dff0397fb01
Start of the manynodes example.

This example program starts many instances of MeshLink in a single
program, and can let them connect to each other. This is mainly usable
for testing scalability.
examples/Makefile.am
examples/manynodes.c [new file with mode: 0644]