Create socket server in django

2011-09-19 Thread Micke
Hi, Im new to Django and need some help in the right direction. I will create a socket server, that should recive raw udp data and put it in a database. After that Django should present the data in a customized view. Is it possible to create the server in Django, like in the views file, so it sta

Re: Create socket server in django

2011-09-20 Thread Micke
, just like the current server does for HTTP. Then > there's no need to "send the data to django". Might help: > > http://docs.python.org/library/socketserver.html > > > > > > > > On Mon, Sep 19, 2011 at 2:00 PM, Micke wrote: > > Hi, > > I

Re: Create socket server in django

2011-09-21 Thread Micke
gt; > I can try and find the lines you need to do that if you can't find them. > > > Le 20 sept. 2011 09:08, "Micke" > <mailto:mikael.gron...@gmail.com>> a �crit : > > -- > > You received this message because you are subscribed to the Google