| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-04-22 17:55:59 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-04-22 17:55:59 +0200 |
| commit | 1e96b266a195338cb1721aa76313cce6a1b96950 (patch) | |
| tree | 8c1056871a0a49af3723bf9efa361000064097c4 /README.md | |
Initial Commit.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0da4380 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +## What is JabberHive? +JabberHive is a modular ChatBot system. All "modules" are in fact separate +programs linked together using the JabberHive Protocol. Please refer to the +protocol for more information. + +## Component Description +* CLI Gateway for a JabberHive network. +* Allows the use of the Command Line Interface to send requests using stdin. +* All replies are displayed in stdout. +* Handles the lack of pipelining by not reading from stdin if it's not ready to +send. + +## JabberHive Protocol Compatibility +* **Protocol Version(s):** 1. +* **Inbound Connections:** None. +* **Outbound Connections:** Single. +* **Pipelining:** No. +* **Behavior:** Gateway. + +## Dependencies +- POSIX compliant OS. +- C compiler (with C99 support). +- CMake. |


