Re: [R] Solution to communicating with UDP and other interfaces (under Linux) using R

2016-04-09 Thread boB Rudis
Hey Bob, If you're interested, I'd be glad to see what I can do to make doing UDP comms from R accessible across platforms without the need for a `system()` call. Mind shooting me a private e-mail to see what your needs are so I can try to generalize a solution from them? -Bob On Sat, Apr 9, 201

[R] Solution to communicating with UDP and other interfaces (under Linux) using R

2016-04-09 Thread Robert D. Bowers
I'd spent hours with Google trying to find how to control a separate software package from R via a UDP interface (I could run the package under a "system" command, but that was too slow). I finally figured out a way to communicate with UDP through R, and it works fine (using the "system" comma