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 |
Nov 27 2007, 03:06 AM
Post
#2
|
Member Group: Members Posts: 21 Joined: 10-October 07 Member No.: 391 |
Now have most of the major functionality of the AMIP socket server available to my Irssi plugin.
+ ping, eval, exec, add/remove_event_listener + receive output from AMIP through service I'm getting ready to release a "demo" version to sourceforge.net. I was planning on releasing as GPL, but since I'm using two pieces of code from the SDK (MyService.hpp and ClientService.hpp), I thought I'd ask your opinion on that first. Attached thumbnail(s) |