Coder Social home page Coder Social logo

Secondary Bitmap - exclusion about iso_8583 HOT 8 CLOSED

zemuldo avatar zemuldo commented on June 21, 2024
Secondary Bitmap - exclusion

from iso_8583.

Comments (8)

zemuldo avatar zemuldo commented on June 21, 2024

Thank you for the gesture of appreciation. It means a lot for me. This is a generic library for ISO 8583 and my initial usecase was to connect to a Postilion Post-Bridge interface.

I see your point, I will have a look at the line you mentioned and see what we can do. I think this can be made configurable so that when these fields are absent, you can choose to always not include the secondary bitmap.

from iso_8583.

csvdf avatar csvdf commented on June 21, 2024

Hi zemuldo,
First of all, thanks for producing a very useful library, been trying it for a proof of concept and its been useful.
I am also running into this issue above, where the optional Secondary bitmap is always being added.
Have you looked into this issue any further?
Thanks

from iso_8583.

zemuldo avatar zemuldo commented on June 21, 2024

Hi, I have a branch that I can push for you to test. Does make the library configurable to exclude the secondary bitmap seem like a solution that can work for you? In this case when initialising there would be a way to pass that in the init config object. Let me know if this will work for you.

from iso_8583.

csvdf avatar csvdf commented on June 21, 2024

Hi, I think being able to pass in configuration should work.
Let me try it out when you have a branch available, Thanks

from iso_8583.

zemuldo avatar zemuldo commented on June 21, 2024

I have tried something that looks like this

let isopack = new Main(data);
isopack.optionalSecondaryBitmap = true;

After the second line, packaging a message that results without any of field 64-128 will have no secondary bitmap.
Also calling unpack on a buffer message that has 0 on the first value of primary bitmap will also be treated without secondary bitmap.

One part of this unpacking part existed before and this seems like a bug. The flag is for backward compatibility on someone using the library with the bug. Let me know what you think.

from iso_8583.

zemuldo avatar zemuldo commented on June 21, 2024

@csvdf check this change and see if it solves the problem. The branch is on #113

from iso_8583.

zemuldo avatar zemuldo commented on June 21, 2024

Merged

from iso_8583.

csvdf avatar csvdf commented on June 21, 2024

Hi, just checking if this was added to a release build yet?

from iso_8583.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.