This repository contains the PEPPOL Access Point, named Hyperway, inspired on OXALIS written in JAVA.
Hyperway, is an open-source plug-and-play software package, for developing access points also available as binary code (download and run).
Hyperway is a C# PEPPOL implementation written to enhance OXALIS performance keeping cross-platform support.
Hyperway is written in .NET Standard 2.0, supports .NET Core 2.0 and runs on Linux, Windows and Mac.
Hyperway can be used used as a complete standalone PEPPOL solution or as an API component from your own code.
Hyperway includes self-test and command line tools to speed up the acceptance test procedure.
Hyperway includes a commercial plug and play web frontend for admins and customers.
Commercial support available for installation or customization
v. 1.0 - WIP
- Complete porting of OXALIS 4.0.1 (Inbound, Outbound and Standlone components)
- Complete porting of VEFA PEPPOL
- Common - Data model for PEPPOL functionality.
- Evidence - Implementation of ETSI REM Evidence.
- ICD - Handling of ICDs as used in PEPPOL.
- Lookup - Functionality for looking up participants in PEPPOL.
- Mode - Feature to configure a PEPPOL application based on a PEPPOL certificate.
- Publisher - Generic implementation of SMP interface.
- SBDH - Optimized library for handling of envelope.
- Security - Security features for PEPPOL.
- Complete porting of certvalidator a certificate validator for X.509 certificates
- Refactoring to reflect C# naming conventions, configuration remapping, xml serialization model
- Zipkin instrumentation
- BouncyCastle for crypto and security services
- Autofac as inversion of control container
- log4net for logging
- arsort-tools for DNS client/server
...
hyperway is an open source project supported by Massive Dynamic Technology under BSD license.
...
Note that the Hyperway "head" revision on master branch is often in "flux" and should be considered a "nightly build". The official releases are tagged and may be downloaded by clicking on Tags.
- make sure Visual Studio 2017 15.7.4 is installed
...