Skip to content

A small example of how to decode ISO8583 messages.

License

Notifications You must be signed in to change notification settings

qcerasmus/ISO8583

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO8583

A small header only library to generate and process ISO8583 messages using C++17.

Dependencies

There are no dependencies.

I do make use of SPDLog but it's only in the example main.cpp file.

Build

Prerequisites:

CMake C++ compiler supporting 17 standards. You only need to copile the example if you want to.

If you just want to use the library it's in the 'include' folder.

mkdir build
cd build
cmake ..
cmake . --build

Highlights of the library

It's header only.

It's now possible to process a message as well as create one from scratch.

It now supports 1987 and 1993 response codes.

About

A small example of how to decode ISO8583 messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published