Hi,
Yeah, I am ready

On Thursday, June 16, 2016 at 5:12:52 PM UTC+5:30, Sergiy Khohlov wrote:
>
> Have ready  this kind of application  using  django + postgis. At this 
> moment protocols Cabon and teltronika are supported. Are you interested ? 
>
> Many thanks,
>
> Serge
>
>
> +380 636150445
> skype: skhohlov
>
> On Thu, Jun 16, 2016 at 2:37 PM, Jani Tiainen <[email protected] 
> <javascript:>> wrote:
>
>> Oops, apparently you hijacked over year old thread... 
>>
>> On 16.06.2016 13:45, Anil reddy reddy M wrote:
>>
>> Hi, 
>>
>>  I made a TCP Server Socket  programming in python, it's nicely 
>> communicating with micro controller, and also i can store latitude 
>> ,longitude values in MySqldb from GPS output. Now I want develop a web 
>> application for vechile  tracking. How can i do this stuff in django.  I 
>> would be thankful   for all  the help i can get! 
>>
>>
>>
>> Just make models to match tables and then use Django as you wish. There 
>> isn't nothing magical there. 
>>
>> For starting point you can use inspectdb to create initial models from 
>> your database which you then can refine to suit your needs.
>>
>>
>>
>>
>> On Saturday, March 28, 2015 at 7:21:24 PM UTC+5:30, Gergely Polonkai 
>> wrote: 
>>>
>>> Hello,
>>>
>>> it's a bit hard to understand what you exactly want to achieve. How can 
>>> you communicate with the microcontroller? Do you connect to one of its TCP 
>>> ports, and send it data, I assume. Is it done with a well-known protocol, 
>>> like HTTP, or some custom one?
>>>
>>> You say that it opens a port every 5 seconds to a server. Where is that 
>>> server? Is it on the same machine as you Django based application? How does 
>>> the microcontroller and the server communicate with each other?
>>>
>>> There are so many architectural questions here before you get to a web 
>>> application, and I'm afraid you original question cannot be answered before 
>>> we see the whole picture.
>>>
>>> Best,
>>> Gergely
>>> On 28 Mar 2015 11:06, "bobdxcool" <[email protected]> wrote:
>>>
>>>> But is that compatible with django ?
>>>>
>>>> On Sat, Mar 28, 2015 at 1:24 AM, François Schiettecatte [via Python] 
>>>> <[hidden 
>>>> email] <http:///user/SendEmail.jtp?type=node&node=5090801&i=0>> wrote:
>>>>
>>>>> Have you looked at the ‘socket’ python library ? 
>>>>>
>>>>> Franç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 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>
>>>>> 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 [hidden email] 
>>>>> <http:///user/SendEmail.jtp?type=node&node=5090799&i=1>. 
>>>>> > To post to this group, send email to [hidden email] 
>>>>> <http:///user/SendEmail.jtp?type=node&node=5090799&i=2>. 
>>>>> > Visit this group at <http://groups.google.com/group/django-users>
>>>>> 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>
>>>>> https://groups.google.com/d/optout. 
>>>>> -- 
>>>>> 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/SendEmail.jtp?type=node&node=5090799&i=3>. 
>>>>> 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 
>>>>> <https://groups.google.com/d/msgid/django-users/DAE16363-2EEE-4E0F-A230-A31BB270E2F9%40gmail.com>
>>>>> 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>
>>>>> https://groups.google.com/d/optout. 
>>>>>
>>>>>
>>>>> ------------------------------
>>>>> 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 
>>>>> <http://python.6.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_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>>>>  
>>>>>
>>>>
>>>>
>>>> ------------------------------
>>>> View this message in context: Re: Django TCP Socket Communication 
>>>> <http://python.6.x6.nabble.com/Django-TCP-Socket-Communication-tp5090792p5090801.html>
>>>> Sent from the django-users mailing list archive 
>>>> <http://python.6.x6.nabble.com/django-users-f58536.html> 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 [email protected].
>>>> To post to this group, send email to [email protected].
>>>> 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/CAGpTunuCPXJZo82m1nefz_tvbQJ9Y3-S3en1GZj3aFHsMx7fHg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> https://groups.google.com/d/
>>>> msgid/django-users/CAGpTunuCPXJZo82m1nefz_tvbQJ9Y3-S3en1GZj3aFHsMx7fHg%
>>>> 40mail.gmail.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> -- 
>> 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 [email protected] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> <https://groups.google.com/d/msgid/django-users/c37c35fd-d238-4e8e-a6de-7cb3ea31536f%40googlegroups.com?utm_medium=email&utm_source=footer>
>> https://groups.google.com/d/msgid/django-users/c37c35fd-d238-4e8e-a6de-7cb3ea31536f%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> -- 
>> 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 [email protected] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/57628F8C.5030102%40gmail.com 
>> <https://groups.google.com/d/msgid/django-users/57628F8C.5030102%40gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9569706d-6794-46d6-9de3-b7df782d6bb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to