FoundersFounders / door-services

IoT project for the doorbell and door-open services here at FoundersFounders.
MIT License
14 stars 6 forks source link

doorbell: wait until an ip address is assigned #1

Closed andresilva closed 8 years ago

andresilva commented 8 years ago

This PR improves the doorbell service to wait until an IP address is assigned before performing the HTTP request. This was necessary to make it work on my home network, hopefully it might also improve the reliability of the office's node. This requires flashing a new firmware which includes the HTTP module.

andresilva commented 8 years ago

(Also, I had to fork because I don't have write permissions :crying_cat_face:)

luismfonseca commented 8 years ago

LGTM!

I was going to say that the doorbell service is pretty reliable, but since we can no longer hear the ding-dong, we don't really know when it has failed. :o.

(Also, since this makes the project stop depending only on default modules, we need to add the list of modules dependencies to the readme so anyone can build the required firmware.)