You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moss is an embeddable P2P mesh core written in Go and exported through CGO as a C-shared library. The project in this repository follows the `PRD.md` scope with a pragmatic v1 implementation:
6
+
Moss is an embeddable P2P mesh core written in Go and exported through CGO as a C-shared library. This repository is the runtime layer, not the end-user chat application.
7
+
8
+
The current implementation covers the `PRD.md` scope with a pragmatic v1 runtime:
7
9
8
10
- tracker-based bootstrapping via BEP 15 UDP and BEP 3 HTTP announces
9
11
- encrypted peer transport with Noise XX (`25519_ChaChaPoly_BLAKE2s`) plus identity binding
@@ -12,12 +14,25 @@ Moss is an embeddable P2P mesh core written in Go and exported through CGO as a
12
14
- C FFI surface with examples for C, C++, Python (`ctypes`), and Rust
13
15
- unit, integration, and shared-library smoke tests
14
16
15
-
Desktop chat clients now live in the separate [MOSH](https://github.com/redstone-md/mosh) repository, which consumes `MOSS` through the shared runtime and a Git submodule pin for compatibility.
17
+
Desktop clients now live in the separate [MOSH](https://github.com/redstone-md/mosh) repository, which consumes `MOSS` through the shared runtime and a Git submodule pin for compatibility.
0 commit comments