Pythontr

husonet | Tarih: 29.05.2015

Python watchdog

Python programlama dili ve watchdog kullanımı

Python klasik kullanım şekli aşağıdaki şekildedir (python ile)
                d = open('/dev/watchdog', 'w')
while True:
d.write('1')
time.sleep(10)
d.write('V')
d.close()

İlgili Konular

Watchdog nedir? /makale/watchdog-nedir-96