repeatersboz / 10m-repeater

PI2BOZ 10m repeater
GNU General Public License v3.0
0 stars 0 forks source link

Script | Squelch Led #6

Closed ldogge closed 1 year ago

ldogge commented 1 year ago

Led remains on after squelch has closed sometimes. This caused by "sql closed" log lines not being read under certain circumstances where there are more than xx lines scrolling by.

Solution: Copy SQL log lines to a file in the ramdrive like /dev/shm/sql.sts (this has to be done by a seperate script), and let the squelch led script use this file as a trigger.

ldogge commented 1 year ago

The sql status log will be based on using it together with RemoteTRX. A version to use together with SVXlink may be written later on.

ldogge commented 1 year ago

Wrote a 1st version of the squelch watcher today. It is in test on the National CB Repeater.

ldogge commented 1 year ago

Changed the idea. It is only one script now to read the squelch status and control the led. The test on the National CB Repeater shows good results.