Good evening everybody. I'm starting reading documentation on rpyc. I'm new on this.
I'm in the process of starting a new project and I'd love to have some advice from you on how to implement it. I read some about rpyc and I think it suite good in the environment. Topology: 1 server N clients every clients needs to connect to the server and they can later be piloted by it. every client need to send files to the server on a regular basis. (think line an audio stream) that the server collects and store. clients could be on the same network or on other networks, connected throw wifi/ADSL/Cable etc Based on the assumption before I think that I could use a VPN for notify the server about the exported service from the clients (using rpyc_registry.py) otherwise I would like to use something like the callbacks as showed in the examples. Actually my main problem is that I don't understand how (based on the examples) I can pass the command to the server and made the client a slave. I know I can use callbacks but the main code is on the client and I don't want this. I would like to have something like: client register to the server server send command to the client client reply back in a daemonize way. Do you have some idea on how to accomplish it? thank you for reading Andrea -- --- 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/groups/opt_out.
