Skip to content

phax/as2-lib

Folders and files

NameName
Last commit message
Last commit date
Sep 17, 2024
Apr 25, 2025
Apr 25, 2025
Apr 25, 2025
Apr 25, 2025
Apr 25, 2025
Apr 25, 2025
Oct 25, 2018
Jan 21, 2025
Oct 22, 2021
Oct 13, 2017
Aug 1, 2023
Apr 25, 2025

Repository files navigation

as2-lib

Maven Central javadoc CodeCov

AS2 is a transport protocol specified in RFC 4130. AS2 version 1.1 adding compression is specified in RFC 5402. The MDN is specified in RFC 3798. Algorithm names are defined in RFC 5751 (S/MIME 3.2) which supersedes RFC 3851 (S/MIME 3.1);

See the Wiki for all details. It also contains License details.

This library is a fork of OpenAS2 which did not release updates since 2010 (as per August 2015 they are on GitHub at https://github.com/OpenAS2/OpenAs2App). I then split the project into a common library part (the "as2-lib" submodule) and a server part (the "as2-server" submodule) which contains a stand alone (socket) server. The library project also contains a simple AS2 client which can be used to send messages to other AS2 servers (as part of "as2-lib").


My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.