All Projects → holodeck-b2b → Holodeck-B2B

holodeck-b2b / Holodeck-B2B

Licence: other
Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Holodeck-B2B

iGap-API
iGap Core Messaging offer Open APIs for developers . This API allows you to build your own customized iGap clients.
Stars: ✭ 22 (-51.11%)
Mutual labels:  messaging
qpid-proton-j
Mirror of Apache Qpid Proton-J
Stars: ✭ 28 (-37.78%)
Mutual labels:  messaging
qpid-jms
Mirror of Apache Qpid JMS
Stars: ✭ 60 (+33.33%)
Mutual labels:  messaging
iniquity
A re-imagining of the iconic BBS software.
Stars: ✭ 35 (-22.22%)
Mutual labels:  messaging
ios-swift-chat-app
Open-source Voice & Video Calling and Text Chat App for Swift (iOS)
Stars: ✭ 111 (+146.67%)
Mutual labels:  messaging
fluffychat
🐑 Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA
Stars: ✭ 25 (-44.44%)
Mutual labels:  messaging
nats-account-server
A simple HTTP/NATS server to host JWTs for nats-server 2.0 account authentication.
Stars: ✭ 62 (+37.78%)
Mutual labels:  messaging
bigbrother-specs
Research and specification for Big Brother protocol
Stars: ✭ 13 (-71.11%)
Mutual labels:  messaging
udpt
UDP Transport: compress, encrypt and send any data reliably over unreliable UDP connections
Stars: ✭ 40 (-11.11%)
Mutual labels:  messaging
geeteventbus
An inprocess eventbus for highly concurrent Python applications
Stars: ✭ 17 (-62.22%)
Mutual labels:  messaging
dione
Dione is an anonymize and encrypted messaging system build on top on a peer to peer layer.
Stars: ✭ 41 (-8.89%)
Mutual labels:  messaging
eventide-postgres
Event Sourcing and Microservices Stack for Ruby
Stars: ✭ 92 (+104.44%)
Mutual labels:  messaging
microservices-datadriven
Sample code of application examples to build microservices with converged Oracle database and multi-cloud / hybrid cloud services
Stars: ✭ 28 (-37.78%)
Mutual labels:  messaging
magento2-b2b-disable-add-to-cart-button-for-guest
This extension allows you to disable Add to cart button for guest. Useful feature for B2B store.
Stars: ✭ 17 (-62.22%)
Mutual labels:  b2b
aws-sns-samples
Amazon SNS (Simple Notification Service) - Code Samples
Stars: ✭ 24 (-46.67%)
Mutual labels:  messaging
rfc
Modular p2p messaging stack, with a focus on secure messaging.
Stars: ✭ 81 (+80%)
Mutual labels:  messaging
azure-service-bus-dotnet-plugins
☁️ Plugins for the .NET Standard client library for Azure Service Bus
Stars: ✭ 15 (-66.67%)
Mutual labels:  messaging
messaging-apis
Messaging APIs for multi-platform
Stars: ✭ 1,759 (+3808.89%)
Mutual labels:  messaging
AspNetCore.Weixin
An ASP.NET Core middleware for Wechat/Weixin message handling and apis. (微信公众平台/接口调用服务)
Stars: ✭ 24 (-46.67%)
Mutual labels:  messaging
ios-swift-chat-ui-kit
Ready-to-use Chat UI Components for Swift (iOS)
Stars: ✭ 42 (-6.67%)
Mutual labels:  messaging

Holodeck B2B

Holodeck B2B is a standalone B2B messaging solution. This project includes support for the OASIS specifications for ebMS3 and the AS4 profile. Java based, it will run on most platforms.

It is designed with extensibility in mind providing an interface layer (API) which you can find in the Interfaces module, and lots of documentation inside the code.


For more information on using Holodeck B2B visit the website at http://holodeck-b2b.org
Lead developer: Sander Fieten
Code hosted at https://github.com/holodeck-b2b/Holodeck-B2B
Issue tracker https://github.com/holodeck-b2b/Holodeck-B2B/issues

Installation

Prerequisites

Java 8 or higher is required to run Holodeck B2B.

Getting started guide

To help you set up your first instance of Holodeck B2B, you will find a step-by-step guide to setting up Holodeck B2B on the project website.

Contributing

We are using the simplified Github workflow to accept modifications which means you should:

  • create an issue related to the problem you want to fix or the function you want to add (good for traceability and cross-reference)
  • fork the repository
  • create a branch (optionally with the reference to the issue in the name)
  • write your code, including comments
  • commit incrementally with readable and detailed commit messages
  • run integration tests to check everything works on runtime
  • Update the changelog with a short description of the changes including a reference to the issues fixed
  • submit a pull request against the 'next' branch of this repository

If your contribution is more than a patch, please contact us beforehand to discuss which branch you can best submit the pull request to.

Submitting bugs

You can report issues directly on the project Issue Tracker. Please document the steps to reproduce your problem in as much detail as you can (if needed and possible include screenshots).

Versioning

Version numbering follows the Semantic versioning approach.

License

The Holodeck B2B core is licensed under the General Public License V3 (GPLv3) which is included in the license.txt in the root of the project. This means you are not allowed to integrate Holodeck B2B in a closed source product. You can however use Holodeck B2B together with your closed source product as long as you only use the provided interfaces (API's) to communicate with the Holodeck B2B core. For this purpose, the interfaces module is licensed under the Lesser General Public License V3 (LGPLv3).

To implement the cryptographic algorithms Holodeck B2B uses the Bouncy Castle library provided by The Legion of the Bouncy Castle Inc., see the bc_license.txt file.

Support

Commercial Holodeck B2B support is provided by Chasquis. Visit Chasquis-consulting.com for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].