Hm, I looked through the documentation and the source, but I'm a little confused as to how exactly a client talks to the server. Does it have any specific ports / use a specific protocol, or does it use .net to call the remote functions? If it is the latter, the python script will have to emulate the .net protocol I guess. I was expecting some sort of specific protocol over tcpip. |