]> git.meshlink.io Git - meshlink/commit - src/utcp.c
Move UTCP into the MeshLink repository.
authorGuus Sliepen <guus@meshlink.io>
Mon, 11 May 2020 17:52:00 +0000 (19:52 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 11 May 2020 19:36:12 +0000 (21:36 +0200)
commit976c4e1591e60ba89e7dcc32b4a8106e7d4156e5
treec4210087e3e463854d97ddd25a3725959f271d6c
parent64db0bb3f32236b55746bf62002faca08a54e364
Move UTCP into the MeshLink repository.

UTCP is not used outside of MeshLink at the moment, and there is a tight
coupling between the two, so it makes more sense to have it as part of
MeshLink itself.
13 files changed:
.gitmodules
src/.gitignore
src/Makefile.am
src/node.h
src/utcp [deleted submodule]
src/utcp-test.c [new file with mode: 0644]
src/utcp.c [new file with mode: 0644]
src/utcp.h [new file with mode: 0644]
src/utcp_priv.h [new file with mode: 0644]
test/Makefile.am
test/stream.c [new file with mode: 0644]
test/utcp-benchmark [new file with mode: 0755]
test/utcp-benchmark-stream [new file with mode: 0755]