Remote agent: Difference between revisions

m
→‎Stream Protocol: correct range (it is not 65..90 aka 'A'..'Z' but 33..124 aka '!'..'|')
(Removed Vptopic)
m (→‎Stream Protocol: correct range (it is not 65..90 aka 'A'..'Z' but 33..124 aka '!'..'|'))
Line 116:
 
= Stream Protocol =
The stream protocol is simple. Every command is a single byte sent from the agent to the simulator, no line feed, no carriage return. Every event is a single byte sent from the simulator to the agent, no line feed, no carriage return. For the sake of simplicity, all bytes fall within the range of [65,90]33('!') to 124('|'), which correspondscorrespond to [A,Z]single visible grahic characters in ASCII, as well as in UTF-8.
 
== Greeting ==
7,805

edits