diff --git a/README.md b/README.md index 0b7c154..5f6d36a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ `chasqui` (Quechua: *Inca relay messenger*) is the networking layer: peer discovery (UDP + Kademlia DHT), relay/dcutr/autonat for NAT traversal, and authenticated transport over the `card` identity. Channels and capabilities are expressed as typed cards; no TCP/IP assumptions leak into the apps above it. +

+ chasqui showreel — the broker explorer: health state, active sessions with their in/out flows, and a live timeline of peer matches +
+ the broker's live monitor — health, active sessions & flows, and the peer-match timeline +

+ ## How dependencies work -Front-door repo: only `chasqui-*` crates here. `card` (identity), `arje` primitives, shared leaves are git-dependencies of the [`gioser`](https://gitea.gioser.net/sergio/gioser) monorepo. +Front-door repo: only `chasqui-*` crates here. `card` (identity), `arje` primitives, shared leaves are git-dependencies of the [`tawasuyu`](https://github.com/tawasuyu/tawasuyu) monorepo. ## License -MIT. Part of the [gioser](https://gitea.gioser.net/sergio/gioser) suite. +MIT. Part of the [tawasuyu](https://github.com/tawasuyu/tawasuyu) suite. diff --git a/docs/chasqui_showreel.gif b/docs/chasqui_showreel.gif new file mode 100644 index 0000000..f0e6781 Binary files /dev/null and b/docs/chasqui_showreel.gif differ diff --git a/docs/chasqui_showreel.mp4 b/docs/chasqui_showreel.mp4 new file mode 100644 index 0000000..e9f1ede Binary files /dev/null and b/docs/chasqui_showreel.mp4 differ