Access AMIP socket server from *nix |
Access AMIP socket server from *nix |
uplate |
Oct 10 2007, 02:03 AM
Post
#1
|
Member Group: Members Posts: 21 Joined: 10-October 07 Member No.: 391 |
Hi, I am interested in trying to access AMIP from *nix. It appears that AMIP server creates a TCP socket connection that should be able to be accessed remotely. Can you give some indication on how this could be done?
I've tried with socket and telnet, but both indicate that the AMIP hosting machine refuses the connection. My setup: [WIN] AMIP Server:40581 [NIX] Client access: `telnet WIN 40581` `socket WIN 40581` Thanks |
uplate |
Oct 21 2007, 02:22 AM
Post
#2
|
Member Group: Members Posts: 21 Joined: 10-October 07 Member No.: 391 |
Here's another picture.
Looking at the IDL, I realize I don't really know how a few of the functions work. CODE RCF_METHOD_V3(void, exec, std::string, std::string, std::string); RCF_METHOD_V5(void, add_event_listener, std::string, int, int, UINT, UINT); RCF_METHOD_V2(void, remove_event_listener, std::string, int); What three arguments does `exec` accept? 'command',..? ac.h doesn't make it clear to me what ought to be provided to client.exec( ... ), beyond the actual command. I understand how the event listeners are supposed to work from the perspective of setting up callbacks, but I don't have any idea what arguments are to provided to the IDL functions. Thanks, Max Attached thumbnail(s) |