Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension tunnel #6

Open
simenkid opened this issue Jun 24, 2016 · 0 comments
Open

Extension tunnel #6

simenkid opened this issue Jun 24, 2016 · 0 comments

Comments

@simenkid
Copy link
Owner

REQ:

{ 
    __intf: 'REQ',
    subsys: 'net',
    seq: 3,
    id: 0,
    cmd: 'extendCmd',
    args: {
        netcore: "xxxx",
        cmd: "xxx",
        args: Depends
    }
}

RSP:

{ 
    __intf: 'RSP',
    subsys: 'net',
    seq: 17,
    id: 0,
    cmd: 'extendCmd',
    status: 0,
    data: {
        Depends
    }
}

IND:

{ 
    __intf: 'IND',
    subsys: 'gad',
    type: 'extendInd',
    id: 147,            // sender of this indication is a gadget with id = 147
    data: {
        netcore: 'xxxx',
        type: 'ext_ind_type',
        data: {
            Depends
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant