TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ProtobufDecoder, Inspect Protobuf Messages

11 点作者 sandermvanvliet超过 3 年前

1 comment

sandermvanvliet超过 3 年前
Hi HN!<p>If you&#x27;ve ever had to communicate with an application that speaks Protobuf but you don&#x27;t have the message specifications it can be a real pain to understand what is going over the wire.<p>The protoc CLI tool is able to help you out a bit by displaying the tags it can see but won&#x27;t tell you much more. <a href="https:&#x2F;&#x2F;deprotobuf.com" rel="nofollow">https:&#x2F;&#x2F;deprotobuf.com</a> is already much more helpful but is online only.<p>To make my life easier and hopefully the lives of other developers out there I&#x27;ve built ProtobufDecoder, an application that helps you inspect and analyze binary Protobuf data.<p>Main features are:<p>- Read tags from binary payload - Decode length-delimited tags to find nested messages - Generate Protobuf message spec file<p>A first version is currently available from the github release page, at this point I&#x27;m curious if people find this useful and what other kind of features would be good to have.
评论 #29498347 未加载