Tomer Altman
2012-Mar-09 06:13 UTC
[Rd] How to get R to connect to a Unix domain (AF_LOCAL or AF_UNIX) socket?
Hello, I need to interface R to another program that can communicate over a Unix domain socket. This is a filesystem-based socket, not a port-based socket (i.e., a AF_LOCAL or AF_UNIX socket, not a AF_INET TCP/IP socket). I am aware that R can connect to a TCP/IP AF_INET socket. I am also aware that I can do some script-fu to connect the two different types of sockets using solutions like socat. I am hoping that in the vast R world there is something that can just let me use the existing file socket directly, but I have been unable to find anything to date. Any tips would be greatly appreciated. Thanks in advance! Cheers, ~Tomer -- Tomer Altman taltman@ai.sri.com (650)859-2692 http://www.ai.sri.com/people/taltman Bioinformatics Research Group Artificial Intelligence Center SRI, International http://bioinformatics.ai.sri.com/ [[alternative HTML version deleted]]