-
Notifications
You must be signed in to change notification settings - Fork 44
Home
Raghavendra Balgi edited this page Aug 28, 2016
·
28 revisions
Isosim is ISO8583 simulator developed using Go programming language. The simulator is accessed using a web interface. _The web interface is currently only tested on chrome browser. _
Isosim provides the ability to -
- Define an ISO8583 specification (layout of messages including field definitions)
- Define ISO8583 servers (listeners)
- Ability to define behaviour of such servers i.e behaviour to respond to incoming ISO8583 Messages
- Start and Stop servers
- Build and send transactions to ISO servers
The ISO8583 specifications are currently defined in a text file manually (Please see an example here - specs/isoSpecs.spec )
Servers are managed by using the url - http://host:port/iso/v0/server.
- Introduction
- Building
- Up and Running
- Specs
- Servers
- Using the UI
- Test Case Management
- Miscellenous