Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Unregistered users must pass a verification:



Please enter the number from the picture above which is showing FM broadcast antenna:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Salomed
« on: June 26, 2024, 04:09:06 am »

How can i check silence every 5 minutes?
there is time setting only work i think specific time only ..

i want check every n minuets.. any one help me?
Using a Shell Script (Linux/Unix)
You can create a cron job to run a shell script every 5 minutes to check for silence.

Using Python
You can use Python to create a script that runs indefinitely, checking for silence every 5 minutes.
Posted by: naguchennai
« on: September 15, 2023, 08:49:14 am »

How can i check silence every 5 minutes?
there is time setting only work i think specific time only ..

i want check every n minuets.. any one help me?