Show HN: mileage.tools – A super-simple, no-frills flight mileage calculatormileage.tools1 points·by pedge·10 years ago·0 comments
Show HN: bolttype – Auto-generated single and paired primitive funcs for BoltDBgo.pedge.io2 points·by pedge·10 years ago·0 comments
Show HN: dlog – A delegating logging library for Golanggo.pedge.io1 points·by pedge·10 years ago·0 comments
Show HN: flightaware – A Generated Flightaware API Client for Gogo.pedge.io6 points·by pedge·11 years ago·0 comments
Show HN: protoeasy – Simple, remote protobuf compilationgo.pedge.io3 points·by pedge·11 years ago·0 comments
Show HN: go-inject – Guice inspired dependency injection for Golanggo.pedge.io3 points·by pedge·11 years ago·0 comments
Show HN: go-openflights – An API for OpenFlights data using Protobuf and Golanggo.pedge.io10 points·by pedge·11 years ago·0 comments
Show HN: Dockervolume – A Docker volume plugin handler for Golanggo.pedge.io2 points·by pedge·11 years ago·0 comments
pedge·8 years ago·discussOf note, Prototool has a binary-to-json command, so assuming your Protobuf files are in path/to/proto/files, and you had a newline-separated log file of Protobuf messages foo.bar.Baz, you could do:cat /path/to/log.file | prototool binary-to-json path/to/proto/files foo.bar.Baz - | jq .search.term
cat /path/to/log.file | prototool binary-to-json path/to/proto/files foo.bar.Baz - | jq .search.term