Re: Weighing Scale & TCP IP connectivity

2018-07-13 Thread mottaz hejaze
you dont need sockets , you can make the weight program scan inputs every n seconds .. or you can program it to be an event hundler to any change in unputs start with weight program , design it the code it . test untill you satisfied .. now you can do the connection with backend in many ways ..

Re: Weighing Scale & TCP IP connectivity

2018-07-13 Thread mottaz hejaze
check this https://raspberrypi.stackexchange.com/questions/70476/tcp-communication-raspberry-pi-and-pc-via-ethernet On Fri, 13 Jul 2018, 11:08 mottaz hejaze, wrote: > you dont need sockets , you can make the weight program scan inputs every > n seconds .. or you can program it to be an event h

Re: Weighing Scale & TCP IP connectivity

2018-07-12 Thread Thomas G Lockhart
You can use Django REST framework to get data into Django and a separate Python (or other) program to feed it in. Have the Python program connect to the scale and use whatever mechanisms are required there to get your data. If the scale has a browser interface, then use urllib to read a page and

Weighing Scale & TCP IP connectivity

2018-07-12 Thread ERICK OMONDI AYARA
Hello, I would like to capture weight from a weighing scale using TCP/Ethernet cable into a django app. If anyone can advice on how to use sockets or any other means to make this work, will be appreciated. Regards -- You received this message because you are subscribed to the Google Groups "Dj