How to make Processing code run automatically at a fixed interval ?
in
Integration and Hardware
•
1 year ago
I have written a processing code that takes certain text files as input, performs computations and displays a sketch.
The code works fine when I run it using the Processing IDE for Windows.
The input text files are being generated/updated every hour on an Linux server.
Right now, I manually copy these text files from Linux server to my Windows machine and run the code.
Is there any way the same processing code could run on the Linux server itself(where the input text files are getting generated) and that too without manual intervention ?
Can this be automated ? Relevant examples would be helpful.
1