[quote name=“Kevlar” post=“58306” timestamp=“1392072391”]
[quote author=estrabd link=topic=7464.msg57736#msg57736 date=1391776994]
Maybe I should have been more clear. There is a place where one can place arbitrary data - it’s some number of bytes. I’m interested in learning more about putting data there - arbitrary data that is no larger than that section. Can the client read/write to this section when it initiates a transaction? If so, how?
Thank you,
[/quote]
Yep. The LINK protocol explains how to do this very neatly, and provides a standard way of going about it so that the data can be easily read and parsed by any client, but you can always skip the LINK encoding scheme and make your own: https://github.com/tsavo/link
[/quote]
Most appreciated.++