Sending data from custom java agent [message #108185] |
Thu, 09 August 2007 07:26  |
Eclipse User |
|
|
|
Hello,
I'm trying to develop Java agent but I have problem with sending data from
agent to client. My agent is inherited from BaseAgent and I'm using
super.sendData(destID, "myData".toCharArray()) call. Everything seems good
but in client this data message pops up in incomingData method in form of
byte array. In this byte array there are chars represented by low byte and
hi byte but the message is not complete, some characters are missing. The
number of missing characters depends on length of message. Can you help me
with this issue?
Can you give me some clues about correct Agent - Agent Controller
lifecycle (when can i register deregister from AC and so)
Thank you for your answer
Jiri
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03194 seconds