Skip to content
Brendan G Bohannon edited this page May 31, 2017 · 1 revision

Idea: UDP Based Console Protocol

  • Updates the screen asynchronously.
  • Escape commands are buffered to a screen.
    • When parts of the screen are updated, then updated scanlines are organized into messages and sent.
    • UDP datagrams likely contain an extended form of escape codes.
  • Update messages may be applied independently and will update the local part of the screen.
    • Messages will have sequence codes.
Clone this wiki locally