https://github.com/ferhat-mousavi/iso8583flow
ISO8583Flow is a server software that simulates a payment system using the ISO 8583 protocol. It includes a self-contained ISO8583 library that handles message parsing, construction, and communication.
https://github.com/ferhat-mousavi/iso8583flow
iso8583 python python3 python312 tcp-ip tcp-server
Last synced: 12 months ago
JSON representation
ISO8583Flow is a server software that simulates a payment system using the ISO 8583 protocol. It includes a self-contained ISO8583 library that handles message parsing, construction, and communication.
- Host: GitHub
- URL: https://github.com/ferhat-mousavi/iso8583flow
- Owner: ferhat-mousavi
- License: gpl-3.0
- Created: 2024-09-09T00:01:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T19:52:57.000Z (over 1 year ago)
- Last Synced: 2025-03-18T05:23:45.387Z (about 1 year ago)
- Topics: iso8583, python, python3, python312, tcp-ip, tcp-server
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ISO8583Flow
**ISO8583Flow** is a server software that simulates a payment system using the ISO 8583 protocol. It includes a self-contained ISO8583 library that handles message parsing, construction, and communication. The server operates over TCP/IP, responding to incoming payment requests and simulating real-world transaction workflows.
## Features
- **ISO 8583 Protocol Support**: Full support for parsing, constructing, and responding to ISO 8583 messages.
- **Simulated Payment System**: Simulates the core functionality of payment systems, allowing for testing and development of transaction processing.
- **Self-Contained Library**: No external ISO8583 library is needed; all functionality is built directly into the project.
- **TCP/IP Server**: Operates as a server, accepting and responding to ISO 8583 requests via TCP/IP.
- **Custom Message Handling**: Easily extend the server to handle different ISO8583 message types and scenarios.