Skip to content

Sylchauf/smart-kotkot

Repository files navigation

Smart KotKot

Presentation

Smart KotKot: The connected and opensource coop.

Smart KotKot

Hardware compatibility

  • Any linux server with at least 512Mb RAM (x64, x86, ARM) like Raspberry PI (2,3,4,Zero)
  • Camera compatibility:
  • Light: anyone controlled by GPIO or USB GCERelay
  • Door/Motor : anyone controlled by GPIO or USB GCERelay
  • Temperature sensor: TEMPerHUM

💡 Smart KotKot is modular and it's easy to add new compatibility devices. Check the directory /server/modules to create your own driver and/or ask help in a new issue.

Installation

Clone this repository on your chicken's server with the following command :

git clone https://github.com/Sylchauf/smart-kotkot.git

Then, install the following requirements.

Requirements

Run

docker-compose up

Your module is now live at http://YOUR_LOCAL_IP:3000

Module

You need to run a module to command your device. See Module page

Developers

Rebuild and push the image

docker build -t sylchauf/smart-kotkot:latest . && docker push sylchauf/smart-kotkot:latest

About

Smart KotKot : The connected and opensource chicken house

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published