A Wraith communications module based on the Yggdrasil p2p network.
Go to file
0x1a8510f2 948f1eaab9
chore: several changes (getting close to req/res)
- Update deps.
- Unify request and response structures since they were getting pretty
similar anyway.
- Fix some bugs/omissions.
- Add a context to CommandContext to allow for cancelling commands.
- Add OwnPrivKey to command context so commands can send reqs to
clients.
- Export Client and Request from lib.
- Add some snippets.
- Add a helper for sending requests to clients:
sendRRToClientAwaitResponse.
- Wrapper snippets for executing a snippet for multiple clients.
2023-06-19 20:59:00 +01:00
cmd chore: several changes (getting close to req/res) 2023-06-19 20:59:00 +01:00
internal chore: several changes (getting close to req/res) 2023-06-19 20:59:00 +01:00
.dockerignore Add initial pc3 web UI source 2022-10-15 06:24:10 +01:00
.gitignore chore: gitignore database files 2023-06-14 04:03:48 +01:00
Dockerfile chore: update Dockerfile 2023-06-10 02:36:15 +01:00
go.mod chore: several changes (getting close to req/res) 2023-06-19 20:59:00 +01:00
go.sum chore: several changes (getting close to req/res) 2023-06-19 20:59:00 +01:00
LICENSE Initial commit 2022-05-23 20:26:59 +01:00
modulepinecomms.go chore: several changes (getting close to req/res) 2023-06-19 20:59:00 +01:00
README.md Initial commit 2022-05-23 20:26:59 +01:00
TODO chore: rename pineconemanager to radio 2023-05-28 17:10:17 +01:00

wraith-module-pinecomms

A Wraith communications module based on the Pinecone p2p overlay network.