TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Fastrace- a fast, dependency-free traceroute implementation in pure C

5 pointsby daviducolo3 months ago

4 comments

perkele19893 months ago
Good stuff! Single-file C application with zero dependencies, and well written at that, is impressive in itself. The fact that the website is super-polished too kind of threw me off guard. I kept looking for a &quot;Pricing&quot; tab but couldn&#x27;t find one lol.<p>A perfect 5&#x2F;7!
评论 #43342411 未加载
daviducolo3 months ago
Fastrace is a blazingly fast traceroute utility designed for network diagnostics and performance analysis. It maps the route that packets take across an IP network from source to destination, providing detailed timing information and identifying potential bottlenecks or routing issues.
评论 #43346550 未加载
评论 #43342661 未加载
daviducolo3 months ago
blog post: <a href="https:&#x2F;&#x2F;dev.to&#x2F;daviducolo&#x2F;building-fastrace-a-high-performance-traceroute-implementation-in-pure-c-3h92" rel="nofollow">https:&#x2F;&#x2F;dev.to&#x2F;daviducolo&#x2F;building-fastrace-a-high-performan...</a>
daviducolo3 months ago
code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;fastrace" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;fastrace</a>