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.
|
||||
7
target/debug/build/anyhow-1a588860b974a585/output
Normal file
7
target/debug/build/anyhow-1a588860b974a585/output
Normal file
@@ -0,0 +1,7 @@
|
||||
cargo:rerun-if-changed=src/nightly.rs
|
||||
cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
|
||||
cargo:rustc-check-cfg=cfg(anyhow_build_probe)
|
||||
cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)
|
||||
cargo:rustc-check-cfg=cfg(anyhow_no_clippy_format_args)
|
||||
cargo:rustc-check-cfg=cfg(anyhow_no_core_error)
|
||||
cargo:rustc-check-cfg=cfg(error_generic_member_access)
|
||||
1
target/debug/build/anyhow-1a588860b974a585/root-output
Normal file
1
target/debug/build/anyhow-1a588860b974a585/root-output
Normal file
@@ -0,0 +1 @@
|
||||
/home/c/projects/tool.meshservice/target/debug/build/anyhow-1a588860b974a585/out
|
||||
0
target/debug/build/anyhow-1a588860b974a585/stderr
Normal file
0
target/debug/build/anyhow-1a588860b974a585/stderr
Normal file
Reference in New Issue
Block a user