From vk.86.811 at gmail.com Fri May 25 20:10:36 2012 From: vk.86.811 at gmail.com (vinod kumar) Date: Sat, 26 May 2012 03:10:36 +0300 Subject: [Reality] HomeMatic - xmlrpc twisted !! In-Reply-To: References: <43140DF8-3F68-481B-B439-CBA059CBBF5D@twistedmatrix.com> Message-ID: Hi, So, can you help me out with small issue now? While creating xml-rpc twisted server, can I assin ip-address and port where I want to deploy server finally? What I mean is : I want to keep my server at ipadress1 , port1. I wrote some code on my localhost. One way is to put this server code on some computer which is on i[adress1, port1. Is there any way to associate our server to listen on ipaddress1 and port1 by running on my computer itself. In server code, when I start the service, only port is there and no ip adress is required. " s = strports.service('ssl:'+port+' :privateKey='+privateKey+':certKey='+certKey, channel.HTTPFactory(site)) return s " Thanks, Vinod -------------- next part -------------- An HTML attachment was scrubbed... URL: http://twistedmatrix.com/pipermail/reality/attachments/20120526/6cf0238d/attachment.htm