[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Protocol Specification in Lua
- From: Florian Weimer <fw@...>
- Date: Fri, 01 Oct 2010 21:03:16 +0200
* John Passaniti:
> What I'm looking for is if anyone has done this kind of thing before
> and what kind of representation you came up with.
Apache Avro uses JSON to express the structure of binary messages in
quite a similar way. You could also look at other IDLs for
inspiration, in particular Apache Etch, Apache Thrift, Google Protocol
Buffers.