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 |
Serge |
Oct 16 2007, 10:22 AM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
Here is AMIP compiled with RCF 0.9: gen_irc.dll.
Replace the original in Winamp/Plugins or if using another player, rename to amip.dll. Compile your client with RCF 0.9 and see if it helps. Don't use BOOST serialization (use RCF_USE_SF_SERIALIZATION). Here is AMIP SDK compiled with RCF 0.9. You can try the samples on the Windows machine to see if it works. |
uplate |
Oct 16 2007, 11:53 PM
Post
#3
|
Member Group: Members Posts: 21 Joined: 10-October 07 Member No.: 391 |
IT WORKED!
CODE [uplate@~/devel/src/amip-client]> ./amipclient !!! - Bend Over Beethoven [uplate@~/devel/src/amip-client]> ./amipclient Karate Kid - You're the Best [uplate@~/devel/src/amip-client]> Thanks for you time and effort, this is so great :-) Max |
uplate |
Oct 20 2007, 02:20 AM
Post
#4
|
Member Group: Members Posts: 21 Joined: 10-October 07 Member No.: 391 |
ive been working on an irssi module, and it's been kinda successful =-). see the attached screenshot.
if it's ok with you, i'd like to begin public development, on sourceforge or something, so people can help me by contributing/testing. i'd like to call the project NARC, for Nix-Amip Remote Control. Attached thumbnail(s) |