Not that RPyC needs to take over the world but I'm somewhat baffled that it isn't more popular. Twisted solves some problems that RPyC doesn't but your library is about 1000 times more easy to use than Twisted, yet Twisted is much more widely deployed.
On Fri, Jul 11, 2014 at 5:30 AM, Tomer Filiba <[email protected]> wrote: > Glad to hear that :-) > On Jul 10, 2014 10:59 PM, "Matthew Cummings" <[email protected]> > wrote: > >> Tomer, >> That's what I've been thinking. . . thanks for the feedback. BTW, I >> really appreciate your work with RPyC. . . there's nothing else quite as >> flexible and easy to use in this space. Thanks! >> Matt >> >> >> On Thu, Jul 10, 2014 at 2:57 PM, Tomer Filiba <[email protected]> >> wrote: >> >>> Hi Matt >>> >>> You can always use SSL, it's built-in in Python and only requires you to >>> generate self signed certificates. It's not that complicated. Then you need >>> to distribute the certificates to all clients and servers. >>> >>> And it's more portable than ssh, although it requires more work >>> On Jul 10, 2014 10:48 PM, "Matt" <[email protected]> wrote: >>> >>>> Tomer and all, >>>> What is the best way to secure RPyC with Windows? I need full support >>>> for Windows and Linux clients and servers and I'd like to secure all >>>> communications. With Linux, it's straightforward because SSH is readily >>>> available. Windows is a bit more of a pain, I've tried some open source >>>> SSH servers for Windows, but they're a bit flaky. >>>> >>>> Has anyone else done this? >>>> Thanks in advance. >>>> Matt >>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "rpyc" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "rpyc" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "rpyc" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "rpyc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "rpyc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
