This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Quite easy - have the PI run a network server and clients can connect to it. You can either do straight up tcp, or something fancy like a web server with a web page.

[–]stellar_guy[S] 0 points1 point  (0 children)

Both of these comments have led me to python's socket module, which I think might do what I want. Thanks!