You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+95-5Lines changed: 95 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Author: Maximilian Eric Alexander Rupplin von Keffikon — MEARVK LLC
5
5
License: LICENSE.md
6
6
7
-
A multi-module Java 21 telnet/TCP server platform with NIO masquerade routing, AI inference (Strernary™), encrypted chat, and Tomcat-deployed web frontends. All modules share a common startup/shutdown orchestration system.
7
+
A multi-module Java 21 telnet/TCP server platform with NIO masquerade routing, AI inference (Strernary™), encrypted chat, fiduciary services, and Tomcat-deployed web frontends. All modules share a common startup/shutdown orchestration system.
8
8
9
9
---
10
10
@@ -14,10 +14,16 @@ A multi-module Java 21 telnet/TCP server platform with NIO masquerade routing, A
| SpectrumTandem |`modules/spectrum-tandem`| 49222 |`/spectrum-tandem`|`source.SpectrumTandemServer`| Dolyene spectrum of int discipline, word bank, county precedent |
78
+
| TandemEquals |`modules/tandem-equals`| 49223 |`/tandem-equals`|`source.TandemEqualsServer`| Human intellect modulator simplex, 4-layer control curve |
TCP server for fiduciary outbound connections and ACH transfer processing. Hybrid C/Java implementation with native `fiduciary.c` and `ach_transfer.c` compiled via Makefile alongside Java `FiduciaryServicesServer` and `FiduciaryOutboundConnector`.
221
+
222
+
**Database:**`nwe_fiduciary`
223
+
224
+
**Source:**`modules/fiduciary/source/` — Java server + C native ACH engine.
225
+
226
+
---
227
+
228
+
## ArmorerSteve™ — Knowledge Q&A (Port 49235)
229
+
230
+
TCP Q&A interface with a fulltext-searchable knowledge base. Hybrid C/Java implementation with native `armorer.c` compiled via Makefile alongside `ArmorerSteveServer.java`.
231
+
232
+
**Database:**`nwe_armorer` — knowledge_base table with fulltext indexing.
233
+
234
+
---
235
+
172
236
## Integrity System
173
237
174
238
Post-install SHA-256 file verification. Non-blocking — program continues regardless of findings.
**Open all ports:**`sudo bash scripts/ufw-allow-all.sh`
250
323
251
324
---
252
325
326
+
## Ubuntu Alpha Restricted Integration
327
+
328
+
This project is bundled as userland in the [Ubuntu.Determinant.Alpha.Restricted](https://github.com/mearvk/Ubuntu.Determinant.Alpha.Restricted) distribution at `userland/java-web-server/`. The OS also provides native C tools:
329
+
330
+
| Tool | Location (in Ubuntu repo) | Purpose |
331
+
|------|---------------------------|---------|
332
+
|`fiduciary.c`|`tools/fiduciary/`| Native ACH transfer engine |
333
+
|`ach_transfer.c`|`tools/fiduciary/`| ACH transfer C implementation |
0 commit comments