Frends task that spins up a lightweight MLLP server, listens for HL7 messages for a configurable time window, and returns every received message in the result.
You can install the Task via Frends UI Task View.
git clone https://github.com/FrendsPlatform/Frends.Mllp.git
dotnet build
Run the tests
dotnet test
dotnet pack --configuration Release
SuperSocket used for the MLLP server implementation is licensed under the Apache-2.0 license. The full license text and source code can be found at https://github.com/kerryjiang/SuperSocket.
This project uses StyleCop.Analyzers 1.2.0-beta.556, as recommended by the author, to get the latest fixes and improvements not available in the last stable release.