alextoft / sureflap

Basic PHP Examples for SureFlap API (IoT cat flap)
73 stars 17 forks source link

Question: could one speed up the call of the pages? #15

Open staebchen0 opened 4 years ago

staebchen0 commented 4 years ago

Hi, first of all thanks for the great program ;-)

I used it to lock and unlock the hatch in my python 3.7 under windows program.

I have another question: could you speed up the locking process?

I am currently calling your scipts as follows: webUrl = urllib.request.urlopen ('http: //localhost/sureflap-master/LockOutsite.php')

Are there any php methods I could add to your program to get to the site faster?

Thank you in advance Anja