Hi,
I'd like some advice on which format to use for transmitting data over TCP. Currently, I have devised a simple text-protocol with delimited strings. I'm thinking I should use something out there that already exists such as XML, JSON, or XMPP?
What data formats do people use for transmitting over TCP?
I would like to optimize for speed and throughput but would rather adopt an existing standard than use my own.