ralhei / pyRserve

A python client for Rserve (network layer to remote R server)
Other
47 stars 13 forks source link

Allow unix-socket connections #30

Closed kouta-kun closed 1 year ago

kouta-kun commented 1 year ago

This PR enables connection to RServe through unix-socket files instead of ports.

kouta-kun commented 1 year ago

Hi @ralhei ! For sure, I've just pushed a commit explaining how to use unix sockets with pyRserve.

ralhei commented 1 year ago

Cool, thanks a lot for your contribution.