The Wesh network toolkit lets your application use the Wesh protocol to support privacy-based, off-grid, peer-to-peer communication. Wesh powers Berty Messenger, and now you can use the Wesh network toolkit directly.
Your application interfaces to Wesh based on gRPC. So even though the core Wesh code is written in Go, Wesh works with your application written in Go, Python or other languages supported by gRPC.
For details, see the Wesh website at https://wesh.network . The website includes blog tutorials which introduce you to Wesh and walk you through some example applications and background of the Wesh protocol.
import "berty.tech/weshnet"
Online API documentation is at https://buf.build/berty-technologies/weshnet .
To get the code and build, see the file INSTALL.md.
For bug reports, feature requests or questions, please open a GitHub issue.