Coder Social home page Coder Social logo

Comments (5)

Hajitsu avatar Hajitsu commented on July 20, 2024 1

@zemuldo I forked the repository and solve my problem. I'm adding some features like ASCIIPackager, Dump, Pack and Unpack and... When it finishes I create a pull request.

from iso_8583.

zemuldo avatar zemuldo commented on July 20, 2024 1

@hamidmohammadi I will look forward to your PR 😄

from iso_8583.

zemuldo avatar zemuldo commented on July 20, 2024

What are you trying to achieve? Explain what data format the socket receives and what your data handler should do with it. That way I can understand the problem better.
Cheers!

from iso_8583.

Hajitsu avatar Hajitsu commented on July 20, 2024

I want to send data to the server, the server gets data, change it and then send back to the client. I get some error and fix it:

toResponse() {
    let mti = String.fromCharCode(this.Msg['2']);
    let type = parseInt(mti, 10) + 1;
    var msg = this.Msg.toString();
    msg = msg.substr(0, 2) + type + msg.substr(3 , msg.length-3);
    this.Msg = msg;
    return msg;
}

Error occurred when I passed data from JPOS to this server in ISO93APackager type. (this is my message: 11008020000000800000040000000000001000000100000001301012iiiiiiiiiii0)

from iso_8583.

zemuldo avatar zemuldo commented on July 20, 2024

What error did you get? This data 11008020000000800000040000000000001000000100000001301012iiiiiiiiiii0 does it come as a string and what is JPOS definition of what it should contain?

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.