All Projects → mttk-as2 → MTTK_AS2

mttk-as2 / MTTK_AS2

Licence: Apache-2.0 License
A Java software that implements EDIINT AS2 protocol to send and receive messages, and supports arbitrary data format conversion

Programming Languages

Batchfile
5799 projects
shell
77523 projects
java
68154 projects - #9 most used programming language
powershell
5483 projects
HTML
75241 projects

Projects that are alternatives of or similar to MTTK AS2

edireader
EDIReader is a flexible and lightweight EDI parser, written in pure Java with many integration options. It has handled millions of transactions in a wide variety of products, services, industries, platforms, and custom integrations. Available as the open source Community Edition and the Premium Edition with added-value modules.
Stars: ✭ 80 (+12.68%)
Mutual labels:  edifact, edi
django-pyas2
AS2 file transfer Server built on Python and Django.
Stars: ✭ 47 (-33.8%)
Mutual labels:  as2, edi
staedi
StAEDI - Streaming API for EDI: Java library featuring a reader/parser, writer/generator, and validation
Stars: ✭ 75 (+5.63%)
Mutual labels:  edifact, edi
edi-json
Serializing EDI as JSON
Stars: ✭ 73 (+2.82%)
Mutual labels:  edifact, edi
pyas2
This repo is no longer maintained and has been moved to https://github.com/abhishek-ram/django-pyas2
Stars: ✭ 43 (-39.44%)
Mutual labels:  as2, edi
as2-server
A standalone Java AS2 server - see as2-lib for the generic parts
Stars: ✭ 29 (-59.15%)
Mutual labels:  as2
roulier
API for package delivery
Stars: ✭ 18 (-74.65%)
Mutual labels:  edifact
pyas2-lib
AS2 Library for building and parsing Messages and MDNs
Stars: ✭ 33 (-53.52%)
Mutual labels:  as2
dofedex
A Dofus Retro encyclopedia
Stars: ✭ 45 (-36.62%)
Mutual labels:  as2
Timeline
AS2 & AS3 CPPS Emulator, written in Python. (Club Penguin Private Server Emulator)
Stars: ✭ 49 (-30.99%)
Mutual labels:  as2
CPSC
Club Penguin Singleplayer Client
Stars: ✭ 37 (-47.89%)
Mutual labels:  as2
pydifact
A python EDIFACT library.
Stars: ✭ 76 (+7.04%)
Mutual labels:  edifact
as2-lib
A generic Java AS2 library, servlet and server
Stars: ✭ 77 (+8.45%)
Mutual labels:  as2

English | 简体中文

Introduction

MTTK_AS2 is a java software system that follows AS2 protocol to realize message sending and receiving. Certificates, partner AS2 information and local AS2 information can be flexibly configured in the system. MTTK_AS2 has perfect system monitoring and error tracking, and MTTK_AS2 mapping module supports converting any data format into any data format (for example, xml to json/xml to edi/json to edi/edi to json, etc.). MTTK_AS2 is equipped with the corresponding MTTK_AS2_CLOUD Cloud system. You can use MTTK_AS2 to register with CLOUD. After registering with Cloud, you can enjoy deployment mapping (format conversion tool), configuration backup, after-sales support and other services.。

system characteristics

  • [AS2] | [RFC4130] | [EDI] | [ANSI X12] | [EDIFACT]

  • web management interface flexibly configures partners

  • Support interface to generate and configure certificates

  • Support various AS2 encryption coordination and AS2 compression

  • Support synchronous MDN and asynchronous MDN

  • Support recording transmission messages and complete AS2 message

  • Support operation monitoring and error tracking

Preparation

MTTK_AS2 is developed by java and stored by mongDB, which means that you may need to have a general understanding of both.

System screenshot

Installation package

Considering that the installation system needs certain technical ability to configure jdk and mongoDB, we divide the installation program into two different types of installation packages

  • FULL Installation package containing jdk and mongoDB running environment (only applicable to 64-bit windows)

  • LESS The basic installation package of jdk and mongoDB running environment is not included (this installation package needs to install jdk and mongoDB running environment by itself)

Features

- login / loginOut

- Monitor
  - Dashboard
  - Transaction
  - Alert
  - System log

- Daily Config
  - Partner
  - Local
  - Certificate
  - Sequence

- Utility
  - System settings
  - User management
  - Config migration
  - User settings
  - About

- Mttk Cloud
  - Account
  - Mapping
  - Backup
  - After sales

FULL package installation

# Download installation package

# Enter the / full directory

# enter the decompressed bin directory [\mttk_as2\work\bin]

# Running mongoDB environment
mongoStartup.bat

# Windows service mode runs mongoDB environment
mongoInstallService.bat

# Start the MTTK_AS2 service
startup.bat

Browser access http://localhost:5555
Default user: admin
Default password: 123456

LESS package installation

# Download installation package
# Enter the / less directory

Please refer to for details Install doc

Other

Please refer to for more information Use doc

More open source addresses

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MTTK_AS2

Copyright (c) 2020 http://www.mttk.com.cn

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].