]> git.meshlink.io Git - meshlink/commit
Add an example chat program.
authorGuus Sliepen <guus@meshlink.io>
Sat, 19 Apr 2014 13:39:06 +0000 (15:39 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 19 Apr 2014 13:39:06 +0000 (15:39 +0200)
commit1d91eecd5611005de957d4821b8bb205000ed57f
tree9c951449c2afce2480a3b805247ed267c3a8110e
parent8c0e37e33806cc44948e49d83ebce26dae3ba86d
Add an example chat program.

This one doesn't compile yet, but it illustrates how we want to use MeshLink in
a more realistic application.
examples/Makefile.am
examples/chat.c [new file with mode: 0644]
src/meshlink.h