Home› Programming
Discussion
Back to discussions page
jensss
Posts: 23 Apprentice
client server with python |
23 views
|
Answered | |
/ Most recent by jensss
in Programming
|
2 comments |

Dear
Is it possible to create a client server with python?
So that the robotursim asks for data. then the data can be forwarded via python. I've read this somewhere but I can't get there. attached you can see my python program and polyscope program. In python I get the message that asks for data. but otherwise it is not executed. as a reaction of the polyscope I do get b'asking_for_data'. If I change my python program to b'asking_for_data' it still doesn't work.
How can you make sure that you can send data to the ursim via python?
Thank you in advance for your reaction
It may be easier for others to help if you post text python instead of a png.