feat: initial meshservice implementation
Generic decentralized service layer for mesh networks. Includes FAPP (psychotherapy) and Housing as reference services. - ServiceMessage with Ed25519 signatures - Wire protocol (64-byte header + CBOR) - ServiceRouter with pluggable handlers - Verification framework (3 trust levels) - 32 tests, 3 examples
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,2 @@
|
||||
cargo:rustc-cfg=curve25519_dalek_bits="64"
|
||||
cargo:rustc-cfg=curve25519_dalek_backend="simd"
|
||||
@@ -0,0 +1 @@
|
||||
/home/c/projects/tool.meshservice/target/debug/build/curve25519-dalek-504e88d3450ce928/out
|
||||
Reference in New Issue
Block a user