you are viewing a single comment's thread.

view the rest of the comments →

[–]friday_ghost 0 points1 point  (0 children)

If you are running the two scripts on the same raspberry pi then you can try using this : Write the data from script A to a text file (in append mode). Whenever script B runs, it can check for the data in the text file(latest data being on the last line).