hl7v2_mllp 0.1.1
hl7v2_mllp: ^0.1.1 copied to clipboard
MLLP (Minimum Lower Layer Protocol) transport for HL7v2 messages. TCP client and server with TLS support and automatic reconnection.
0.1.1 #
- Fix repository and homepage URLs (main → master branch).
- Update dependency from
hl7v2tohl7v2_parser.
0.1.0 #
- Initial release.
- MLLP frame encoder and decoder as
StreamTransformers. MllpClientwith connect, send, close, and timeout.MllpServerwith concurrent client handling and message stream.- TLS/mTLS support via
MllpTlsConfig. - Automatic reconnection with exponential backoff via
ReconnectConfig.