http://www.google.co.uk/search?hl=en&q=netcat+windows&btnG=Google+Search&meta=
Results 1 - 10 of about 818,000 for netcat windows. (0.25 seconds)
(I added windows to the search as you appear to be using that operating
system.)
It is a tool for all sorts of networking 'jobs'. It is (I believe)
'native' to a unix based operating system, but there are versions for
windows too.
The functionality it provides may cause it to appear as a hacking tool
on virus scanners or rootkit monitoring tools; not a problem as such,
just something for you to be aware of.
--
Mark
You have told us that you have the interface specification, have you
confirmed that the PostPackager matches that spec yet?
David gives a good 'blow by blow' account of the steps you need to cover
in his reply, which you have read?
David has also given some sample code that uses the jPOS GenericPackager
xml (cfg/postpack.xml) instead of the PostPackager class; but this
approach should get you going?
--
Mark
I guess the problem is that placing it on a 'building wide' whitelist
would help hide inappropriate occurrences. 8)
On the couple of occasions I have used it in my place of work, my
friendly unix admin/user provided me with a stepping stone and the
output he captured for me.
--
Mark
org.jpos.iso.*
Are you not using an IDE to do this, have you acquired a jpos jar file
and told the IDE about it?
--
Mark
Have you got the server running, is it accepting connections?
Can you show your code? Are you using David's example?
I wonder if you are using a MUX or a channel 'directly' are you calling
channel.connect() before attempting to send a message?
--
Mark
8)
> I used David's example, and I can see the dump of the packed
> message at Postilion side. I really appreciate you guys.
David's example does not include a channel.receive, it was really only
addressing a means of you to see what messages you were producing
(through using nc).
>
> However, a new challenge! Immediately the message gets to postilion,
> my application disconnects, so it does not wait to receive response.
> Please, how would i perform the following (though I read the guide,
> but I need your further guidance please):
>
> - To bind the connection so that I can prevent disconnection
> - To use MUX ( i used channel directly as David specified)
> - to receive the message (i mean channel.recieve(IsoMsg m))
Take a look at the examples in the guide (again); search this list for
answers to these points.
Your overall solution may start to take shape here, perhaps using
jpos-ee and it's xml component deployment approach?
I don't think we know what you are ultimately wanting to do yet?
Don't forget about licences you may need to satisfy.
--
Mark
Each approach and component have their own benefits, I'm afraid you need
to decide the best approach for you and your budget/time-scale.
I would suggest you take a look at jpos-ee (via jpos.org); membership to
PEP might also suit you - it is too hard for me to tell though 8).
Do you know (yet) what form the messages from the POS terminals will
take? Do you have an HSM already in mind? Lot's for you to think about
and perhaps also discover.
Good luck.
--
Mark