__header__

Description

This allows a workspace to be controlled via a socket with a simple text protocol. The workspace can share variables and outputs.

Protocol

Executes a Program
Programs::Name = 1
Programs::Name + // increment
Programs::Name - // decrement
Programs::Name::Step = 1

Palette:Bibles::English Standard Version::James 3:4-5
Set IO
DigitalIOMemory::Name = 1 or = 0
Read state
?Programs::Name
?DigitalIOMemory::Name
?SPCWindow::ResultsView
ReadList
?Programs
?Palette
?SPCWindow::ResultsView

OR

Programs? (Not this is not recommend if multiple commands are being sent at once)
Terminate
Break

Parameters

As defined by the user __footer__