Files
nym/tools/echo-server
Jędrzej Stuczyński 827c13b69e moved nym-gateway-probe to monorepo and updated rust-edition to 2024 (#6094)
dont build netstack in CI

additional rust 2024 fixes

fixes

removed temp.rs

first round of cleanup

removed duplicated NS types

moved gateway probe to the monorepo
2025-10-08 16:17:43 +01:00
..

Nym Echo Server

This is an initial, minimal implementation of an echo server built using the NymProxyServer Rust SDK abstraction.

It currently relies on parsing out a ProxiedMessage from incoming messages, used by the NymProxyClient. In the future it will try and parse a ReconstructedMessage type, in order to allow standard MixnetClients to receive echo messages.

You can find the docs here.