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 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 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 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 group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/1427483125637-5090792.post%40n6.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to