Re: Django TCP Socket Communication

2016-07-09 Thread Anil reddy reddy M
gt;>>> https://groups.google.com/d/msgid/django-users/1427483125637-5090792.post%40n6.nabble.com. >>>>>> >>>>>> >>>>>> > For more options, visit <https://groups.google.com/d/optout> >>>>>> https://groups.google.com/d

Re: Django TCP Socket Communication

2016-07-08 Thread Anil reddy reddy M
You received this message because you are subscribed to the Google >>>>> Groups "Django users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [hidden email] >>>>> <http:///user/SendE

Re: Django TCP Socket Communication

2016-06-17 Thread Sergiy Khohlov
;>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [hidden email] >>>>> <http:///user/SendEmail.jtp?type=node&node=5090799&i=3>. >>>>> To post to this group, send email to [hidden e

Re: Django TCP Socket Communication

2016-06-16 Thread Anil reddy reddy M
To post to this group, send email to [hidden email] >>>> <http:///user/SendEmail.jtp?type=node&node=5090799&i=4>. >>>> Visit this group at http://groups.google.com/group/django-users. >>>> To view this discussion on the web visit >>>> <

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 Sergiy Khohlov
gt;> To post to this group, send email to [hidden email] >>>> <http:///user/SendEmail.jtp?type=node&node=5090799&i=4>. >>>> Visit this group at http://groups.google.com/group/django-users. >>>> To view this discussion on the web visit >>>>

Re: Django TCP Socket Communication

2016-06-16 Thread Jani Tiainen
.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emai

Re: Django TCP Socket Communication

2016-06-16 Thread Jani Tiainen
o=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_ema

Re: Django TCP Socket Communication

2016-06-16 Thread Anil reddy reddy M
https://groups.google.com/d/msgid/django-users/DAE16363-2EEE-4E0F-A230-A31BB270E2F9%40gmail.com. >>> >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- >>> If you reply to this

Re: Django TCP Socket Communication

2015-03-28 Thread bobdxcool
de&node=5090799&i=4>. >>> Visit this group at http://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/DAE16363-2EEE-4E0F-A230-A31BB270E2F9%40gmail.com. >>> >>> For more options, visit https://g

Re: Django TCP Socket Communication

2015-03-28 Thread Gergely Polonkai
gt; If you reply to this email, your message will be added to the >> discussion below: >> >> http://python.6.x6.nabble.com/Django-TCP-Socket-Communication-tp5090792p5090799.html >> To unsubscribe from Django TCP Socket Communication, click here. >> NAML >> <htt

Re: Django TCP Socket Communication

2015-03-28 Thread bobdxcool
But is that compatible with django ? On Sat, Mar 28, 2015 at 1:24 AM, François Schiettecatte [via Python] < ml-node+s6n5090799...@n6.nabble.com> wrote: > Have you looked at the ‘socket’ python library ? > > François > > > On Mar 27, 2015, at 3:05 PM, bobdxcool <[hidden email] >

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-27 Thread François Schiettecatte
Have you looked at the ‘socket’ python library ? François > On Mar 27, 2015, at 3:05 PM, bobdxcool 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 > socket on the server side in order to commu