zerodds-corba-iiop
Layer 8 — CORBA stack (Tier B). OMG CORBA 3.3 Part 2 §14 + §15.7 + §15.9 — full IIOP-over-TCP transport stack.
- Source: crates/corba-iiop
- API docs: docs.rs/zerodds-corba-iiop
zerodds-corba-iiop delivers the complete IIOP stack:
ProfileBody for all 4 IIOP versions (1.0/1.1/1.2/1.3) incl.
TaggedComponents, a connection wrapper with frame reader, a connector with
a thread-safe connection-reuse pool and reconnect logic, an acceptor with
a per-connection worker thread, and bidirectional-GIOP negotiation.
no_std + alloc, forbid(unsafe_code).
Spec anchors
- OMG CORBA 3.3 Part 2 §14 (IIOP overview), §15.7 (IIOP profile), §15.9 (bidirectional GIOP).
Consumers
zerodds-corba-ior(IIOP ProfileBody as TaggedProfile content).zerodds-corba-dds-bridge(forwarder for GIOP requests).
Status
- 24 unit tests + 1 doc test green.
forbid(unsafe_code),no_std + alloc,clippy --tests -D warningsclean.
zerodds-corba-iiop
Layer 8 — CORBA-Stack (Tier-B). OMG CORBA 3.3 Part 2 §14 + §15.7 + §15.9 — voller IIOP-TCP-Transport-Stack.
- Quelle: crates/corba-iiop
- API-Docs: docs.rs/zerodds-corba-iiop
zerodds-corba-iiop liefert den vollstaendigen IIOP-Stack:
ProfileBody fuer alle 4 IIOP-Versionen (1.0/1.1/1.2/1.3) inkl.
TaggedComponents, Connection-Wrapper mit Frame-Reader, Connector mit
thread-safer Connection-Reuse-Pool und Reconnect-Logik, Acceptor mit
Per-Connection-Worker-Thread, und Bidirectional-GIOP-Aushandlung.
no_std + alloc, forbid(unsafe_code).
Spec-Anker
- OMG CORBA 3.3 Part 2 §14 (IIOP Overview), §15.7 (IIOP-Profile), §15.9 (Bidirectional-GIOP).
Konsumenten
zerodds-corba-ior(IIOP-ProfileBody als TaggedProfile-Inhalt).zerodds-corba-dds-bridge(Forwarder fuer GIOP-Requests).
Status
- 24 Unit-Tests + 1 Doc-Test gruen.
forbid(unsafe_code),no_std + alloc,clippy --tests -D warningsclean.