As a start i have a java snippet to communicate with the simulator.
and when i try to send HC command through the java client it replies back with command not found.
i feel that i am missing some configuration setting in the simulator.
But i am not able to see any proper guide on that.
Requesting your guidance on the same
Also posted posted java client and simulator log
Java Client Log:
<< Sockt s >>> :Socket[addr=localhost/127.0.0.1,port=9997,localport=50848]
<<< Connected to HSM >>>:true
Input to HSM : HC
Output from HSM : Command not found
Simulator Log:
Client: 127.0.0.1:50848
Request: HC
Searching for implementor of HC...
No implementor for HC.
Console client disconnected.
and when i try to send HC command through the java client it replies back with command not found.
i feel that i am missing some configuration setting in the simulator.
But i am not able to see any proper guide on that.
Requesting your guidance on the same
Also posted posted java client and simulator log
Java Client Log:
<< Sockt s >>> :Socket[addr=localhost/127.0.0.1,port=9997,localport=50848]
<<< Connected to HSM >>>:true
Input to HSM : HC
Output from HSM : Command not found
Simulator Log:
Client: 127.0.0.1:50848
Request: HC
Searching for implementor of HC...
No implementor for HC.
Console client disconnected.