How to run python in web from one computer to another so i can control my robo which i made{raspberry pi modelb} | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

How to run python in web from one computer to another so i can control my robo which i made{raspberry pi modelb}

1st Mar 2018, 10:12 AM
Prem vikash Bara
Prem vikash Bara - avatar
3 Respuestas
+ 3
maybe you could use a python web framework like django, flask or pyramid and run a web server on the pi. you will also need to make a page with the controls you want
2nd Mar 2018, 7:17 AM
dim_knp
dim_knp - avatar
+ 4
a web interface may be too slow in some cases (for example if you want real time control of a robot). in such cases you can have a look at UDP sockets https://wiki.python.org/moin/UdpCommunication or TCP sockets https://wiki.python.org/moin/TcpCommunication
13th Mar 2018, 8:15 PM
seamiki
seamiki - avatar
0
Thank u
8th Aug 2019, 9:57 AM
Prem vikash Bara
Prem vikash Bara - avatar