Echo Service
Torus Echo Service
A connectivity testing service available to all Torus members on the mesh network.
Access
-
Service Address Description HTTP :http:// 10.254.100.102/echo.ring.nekotopia.ioWeb page confirming connectivity with latency measurement Ping ( portICMP)80)echo.ring.nekotopia.ioBasic reachability check Telnet :10.254.100.102Echoporttelnet23echo.ring.nekotopia.ioInteractive echo — characters are reflected back JSON API http://echo.ring.nekotopia.io/pingMachine-readable status with your tunnel IP Health Check http://echo.ring.nekotopia.io/healthService uptime
Requires: AnyActive Torus VPN connection (any tier (— Basic, Plus, or Pro)
HTTP Interface
Visit http://10.254.100.102/echo.ring.nekotopia.io in any browser to see:
- Your Torus mesh IP address
- Round-trip latency to the London hub
- Connection status (pulsing green ring when connected)
Health Check Endpoint
curl -s http://10.254.100.102/echo.ring.nekotopia.io/ping
Returns aJSON simplewith responseyour youtunnel canIP, uselatency, inand monitoringhub scripts.info.
Telnet Interface
Connect via telnet for a line-based echo service:
telnet 10.254.100.102 23echo.ring.nekotopia.io
Everything you type is echoed back with a timestamp. Useful for:
- Verifying your tunnel is passing traffic
- Quick latency checks
- Testing from retro machines that have telnet but no web browser
Technical Details
- Location: London hub (eu-west-2)
IPDNS:10.254.100.102echo.ring.nekotopia.io(resolves automatically when connected to the Torus)- Tier:
BasicAvailable to all tiers (mesh-only,Basic,noPlus,internetPro) - Protocols: HTTP (port 80), Telnet (port 23), ICMP
- Firewall: Accepts only traffic from the Torus mesh network. Not reachable from the public internet.
- Code:
app/echo-service.js