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 s

Django TCP Socket Communication

2015-03-27 Thread bobdxcool
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

Re: Django TCP Socket Communication

2015-03-27 Thread François Schiettecatte
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-tp5090792.html > Sent from

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 (microcontr

Re: Django TCP Socket Communication

2015-03-28 Thread bobdxcool
the 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

Re: Django TCP Socket Communication

2015-03-28 Thread Gergely Polonkai
rver 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

Re: Django TCP Socket Communication

2015-03-28 Thread bobdxcool
hat >>> > 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 >>> > on the server side should be able to read this and pump data back

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 &

Re: Django TCP Socket Communication

2016-06-16 Thread Jani Tiainen
ification to the 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. > > >

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. > > > > -- > V

Re: Django TCP Socket Communication

2016-06-16 Thread Sergiy Khohlov
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 >>>> > o

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 d

Re: Django TCP Socket Communication

2016-06-16 Thread Anil reddy reddy M
ting 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 >&g

Re: Django TCP Socket Communication

2016-06-17 Thread Sergiy Khohlov
;>>> > >>>>> > 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-07-08 Thread Anil reddy reddy M
p;node=5090799&i=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-07-09 Thread Anil reddy reddy M
ançois >>>>>> >>>>>> > On Mar 27, 2015, at 3:05 PM, bobdxcool <[hidden email] >>>>>> <http:///user/SendEmail.jtp?type=node&node=5090799&i=0>> wrote: >>>>>> > >>>>>> > I am new to TCP socket