Discussion:
Custom Binary Protocol
Joey Sacchini
2017-03-22 20:20:26 UTC
Permalink
Hi,

I'm trying to implement a TCP server and client which work with an already
defined binary protocol. This protocol has, for example, varints as a
fundamental type- along with encryption and compression. I'm not very
familiar with clojure- this is my first project, intended to help me learn
the language, but I am familiar with this protocol. I'd like to implement
it, but all examples are using gloss, which does not provide a varint type.

For reference, the mentioned varint type is defined
here: https://developers.google.com/protocol-buffers/docs/encoding#varints

Thanks to anyone willing to help :)
--
You received this message because you are subscribed to the Google Groups "Aleph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aleph-lib+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...