From 1d32728b9712702c9bca90d6dac370ff5fe2c214 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 22 Apr 2017 21:33:47 +0200 Subject: Initial Commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8263fb --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## What is JabberHive? +JabberHive is a modular Reply Bot system. All "modules" are in fact separate +programs linked together using the JabberHive Protocol. Please refer to the +protocol for more information. + +## Component Description +* Server for a JabberHive network. +* Handles learning & replying using K-order Markov Chains, with k >= 2. +* Knowledge is kept in RAM. + +## JabberHive Protocol Compatibility +* **Protocol Version(s):** 1 (Targeted). +* **Inbound Connections:** Multiple. +* **Outbound Connections:** None. +* **Pipelining:** No. +* **Behavior:** Server. + +## Dependencies +- POSIX compliant OS. +- C compiler (with C99 support). +- CMake. -- cgit v1.2.3-70-g09d2