Ethan Buchman 2de72d26cf | 9 years ago | |
---|---|---|
cmd | 9 years ago | |
example | 9 years ago | |
server | 9 years ago | |
types | 9 years ago | |
.gitignore | 9 years ago | |
LICENSE.md | 9 years ago | |
README.md | 9 years ago |
TMSP is a socket protocol, which means applications can be written in any programming language. TMSP is an asynchronous streaming protocol: message responses are written back asynchronously to the platform.
Applications must be deterministic.
TxBytes ([]byte)
RetCode (int8)
RetCode (int8)
Hash ([]byte)
RetCode (int8)
RetCode (int8)
EventKey (string)
RetCode (int8)
EventKey (string)
RetCode (int8)
types.Application
need not implement this message -- it's handled by the project.Data ([]string)
Key (string)
Value (string)
RetCode (int8)