search for: fdw

Displaying 3 results from an estimated 3 matches for "fdw".

Did you mean: fd
2004 Nov 18
3
Redirect standard input and output of R
...but I??m not able of writing anything to R. This program really works with the 'cat?? UNIX command, but it does not work with R. What I??m doing wrong??? It is possible to do it??? I want to start R once and use it thousands of times... that??s why I??m trying to use this system. pipe(fdW); pipe(fdR); pid = fork(); if (pid==-1) perror("Error fork"); if (pid==0) { close(0); dup(fdW[0]); close(fdW[0]); close(fdW[1]); close(1); dup(fdR[1]); close(fdR[1]); close(fdR[0]); execlp("R","R","--slave",NULL); perr...
2004 Nov 18
3
Redirect standard input and output of R
...but I??m not able of writing anything to R. This program really works with the 'cat?? UNIX command, but it does not work with R. What I??m doing wrong??? It is possible to do it??? I want to start R once and use it thousands of times... that??s why I??m trying to use this system. pipe(fdW); pipe(fdR); pid = fork(); if (pid==-1) perror("Error fork"); if (pid==0) { close(0); dup(fdW[0]); close(fdW[0]); close(fdW[1]); close(1); dup(fdR[1]); close(fdR[1]); close(fdR[0]); execlp("R","R","--slave",NULL); perr...
2004 Aug 29
7
SMS & Asterisk
Hi all! I am intrested in the following scheme My mobile phone -> SMS to SOMETHING -> Redirect to FWD number -> FDW redirect to my * -> My * doing smtg There are companies like calluk.com that provide DIDs for free, but they do not support SMS. In http://www.voip-info.org/wiki-Asterisk+cmd+Sms they say "Works to ETSI ES 201 912 compatible with BT SMS PSTN service in UK" Can you please advise how t...