FDO Revealed
So years after it's end - I figured I'd start a tutorial on FDO. Let's start with first principles. FDO is a binary display and control protocol. So the text represented here is 'compiled' into a stream. This stream is typically transported on the wire over an application protocol called a token. The payload for specific tokens are refered to as "Atom Streams"
Here we have an example of a simple hello world message box
text source code
uni_start_stream <00x>
async_alert <info, "Hello World">
uni_end_stream
and in it's compiled form
00000000 0001 0100 0D07 0C01 4865 6C6C 6F20 576F ........Hello Wo
00000010 726C 6400 0200 rld...

2 Comments:
FDO? that like PlayDoh?
indeed - except you can build an entire online service out of this stuff
Post a Comment
Links to this post:
Create a Link
<< Home