On Fri, Nov 7, 2008 at 1:43 AM, Ben Sizer <[EMAIL PROTECTED]> wrote:
> On Nov 6, 12:46 am, "James Mills" <[EMAIL PROTECTED]>
> wrote:
>>
>> Try these instead:
>> * UDPServer
>> ->http://trac.softcircuit.com.au/circuits/browser/examples/udpserver.py
>> * UDPClient
>> ->http://trac.softcircuit.c
I D wrote:
> Hello James,
> Thanks for your response.
> But I cannot use a third party software, I need to use the exisiting
> API's within python.
> As I am new to python, I suspected that I should go by a simpler
> approach and so
> scrapped off the below code and wrote a very simple UDP server c
On Nov 6, 12:46 am, "James Mills" <[EMAIL PROTECTED]>
wrote:
>
> Try these instead:
> * UDPServer
> ->http://trac.softcircuit.com.au/circuits/browser/examples/udpserver.py
> * UDPClient
> ->http://trac.softcircuit.com.au/circuits/browser/examples/udpclient.py
Since there's no contact details
On Thu, Nov 6, 2008 at 10:27 AM, James Mills
<[EMAIL PROTECTED]>wrote:
> On Fri, Nov 7, 2008 at 12:57 AM, I D <[EMAIL PROTECTED]> wrote:
> > Thanks for your response.
> > But I cannot use a third party software, I need to use the exisiting
> API's
> > within python.
>
> Why ?
@Sam@ That is the r
On Fri, Nov 7, 2008 at 12:57 AM, I D <[EMAIL PROTECTED]> wrote:
> Thanks for your response.
> But I cannot use a third party software, I need to use the exisiting API's
> within python.
Why ?
> Even this seems to lose packets, I would really appreciate if any pointers
> can be provided to improve
Hello James,
Thanks for your response.
But I cannot use a third party software, I need to use the exisiting API's
within python.
As I am new to python, I suspected that I should go by a simpler approach
and so
scrapped off the below code and wrote a very simple UDP server code as
follows:
logFileN
On Thu, Nov 6, 2008 at 9:53 AM, <[EMAIL PROTECTED]> wrote:
> logFileName = 'log.txt'
>logfile = open(logFileName, "a")
>class MyUDPServer(SocketServer.UDPServer):
>def server_bind(self):
>self.socket.setsockopt(socket.SOL_SOCKET,
> socket.SO_