Re: Django TCP Socket Communication

2016-07-09 Thread Anil reddy reddy M
gt; François >>>>>> >>>>>> > On Mar 27, 2015, at 3:05 PM, bobdxcool <[hidden email] >>>>>> <http:///user/SendEmail.jtp?type=node=5090799=0>> wrote: >>>>>> > >>>>>> > I am new to TCP socke

Re: Django TCP Socket Communication

2016-07-09 Thread Anil reddy reddy M
p?type=node=5090799=0>> wrote: >>>>> > >>>>> > I am new to TCP socket programming. I have a django based server >>>>> > communicating with a microcontroller. Now, I want to implement TCP >>>>> based >>>>>

Re: Django TCP Socket Communication

2016-06-17 Thread Sergiy Khohlov
gt;> > >>>>> > I am new to TCP socket programming. I have a django based server >>>>> > communicating with a microcontroller. Now, I want to implement TCP >>>>> based >>>>> > socket on the server side in order to communicate

Re: Django TCP Socket Communication

2016-06-16 Thread Anil reddy reddy M
er. Now, I want to implement TCP >>>> based >>>> > socket on the server side in order to communicate with the TCP socket >>>> on the >>>> > microcontroller. Can anyone give me an idea on how to do this ? What >>>> > libr

Re: Django TCP Socket Communication

2016-06-16 Thread CLIFFORD ILKAY
On 16/06/16 07:34 AM, Jani Tiainen wrote: But there is no easy way to push arbitrary data through TCP socket to Django server directly - Django is mainly build around HTTP request - response cycle. That is no longer true. Django Channels makes this

Re: Django TCP Socket Communication

2016-06-16 Thread Sergiy Khohlov
n anyone give me an idea on how to do this ? What >>>> > libraries should I use on my django server The microprocessor >>>> basically >>>> > opens the socket every 5 seconds and sends a notification to the >>>> server. I >>>> &

Re: Django TCP Socket Communication

2016-06-16 Thread Jani Tiainen
ver side should be able to read this and pump data back to the > microprocessor using this socket which was opened by the microprocessor. > > > > -- > View this message in context:

Re: Django TCP Socket Communication

2016-06-16 Thread Jani Tiainen
> on the server side should be able to read this and pump data back to the > microprocessor using this socket which was opened by the microprocessor. > > > > -- > View this message in context: http

Re: Django TCP Socket Communication

2016-06-16 Thread Anil reddy reddy M
;> on the >>> > microcontroller. Can anyone give me an idea on how to do this ? What >>> > libraries should I use on my django server The microprocessor >>> basically >>> > opens the socket every 5 seconds and sends a notification to the >>> server. I >&

Re: Django TCP Socket Communication

2015-03-28 Thread bobdxcool
server The microprocessor >>> basically >>> > opens the socket every 5 seconds and sends a notification to the >>> server. I >>> > on the server side should be able to read this and pump data back to >>> the >>> > microprocessor using this

Re: Django TCP Socket Communication

2015-03-28 Thread Gergely Polonkai
able to read this and pump data back to >> the >> > microprocessor using this socket which was opened by the >> microprocessor. >> > >> > >> > >> > -- >> > View this message in context: >> http://python.6.x6.nabble.com/

Re: Django TCP Socket Communication

2015-03-28 Thread bobdxcool
; on the server side should be able to read this and pump data back to the > > microprocessor using this socket which was opened by the microprocessor. > > > > > > > > -- > > View this message in context: > http://python.6.x6.nabble.com/Django-TCP-Socket-Comm

Re: Django TCP socket communication

2015-03-27 Thread Bill Freeman
There is a sense in which what you are describing, for the Django side, is what a webserver, including one involving Django, ordinarily does. The only requirement the web server makes (and some can get around it with work) is that the data sent over the socket, at least from the client

Re: Django TCP Socket Communication

2015-03-27 Thread François Schiettecatte
server. I > on the server side should be able to read this and pump data back to the > microprocessor using this socket which was opened by the microprocessor. > > > > -- > View this message in context: > http://python.6.x6.nabble.com/Django-TCP-Socket-Communication-tp

Django TCP Socket Communication

2015-03-27 Thread bobdxcool
this message in context: http://python.6.x6.nabble.com/Django-TCP-Socket-Communication-tp5090792.html Sent from the django-users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Django TCP socket communication

2015-03-27 Thread Bobby
I am new to TCP socket programming. I have a django based server communicating with a microcontroller. Now, I want to implement TCP based socket on the server side in order to communicate with the TCP socket on the microcontroller. Can anyone give me an idea on how to do this ? What libraries