Forum C# Send and BroadCast: Raw Strings?

Send and BroadCast: Raw Strings?

Postby mulatto401 » June 16th, 2010, 11:38 pm

Hi,

I cannot find it anywhere in the docs about how messages are sent. Are they being sent as raw strings? binary? XML? I would like to be able to send messages with the least about of data (unlike XML).

Anyone know?

Thanks

Chris
mulatto401
Paid Member
 
Posts: 34
Joined: June 13th, 2010, 11:13 pm

Re: Send and BroadCast: Raw Strings?

Postby Benjaminsen » June 17th, 2010, 6:19 am

The raw message protocol we use is designed to be as small as possible, thus just use the simple offset format given by the system and you should be good.
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Send and BroadCast: Raw Strings?

Postby Oliver » June 18th, 2010, 10:15 am

It's binary encoded, with a special format optimized to use as little space as possible.

- Oliver
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am


Return to C#



cron