Code Monkey home page Code Monkey logo

gocoop's People

Contributors

fallais avatar zenithar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gocoop's Issues

Failed to start

I've tried multiple installs and i get the same error when i try to run gocoop. I've tried on raspberry pi 3 and odroid. I've tried docker pull and github pull. If i manually create the file it still doesnt see it. If i change the directory the error changes to the new directory. What am I doing wrong.

gocoop | time="2020-07-04T19:38:48+02:00" level=fatal msg="Error while reading configuration file" error="read /usr/bin/config.yml: is a directory"

Adding limit switches instead of run time

Project Interest

Hi, I'm very interested in your project! It looks quite cool

We recently got a coop and some chickens and we're looking to automate the door opening. I have a raspberry pi zero w, linear actuator, dc transformer, JBtek 4 Channel DC 5V Relay Module.

I know your project uses a geared motor rather than an actuator and I was wondering if your setup might still work with an actuator.

Would appreciate any feedback and I'm open to PM.

Thanks

Is Docker really useful for this project ?

The aim is to deploy it on RaspberryPi.
Docker is cool, but we must first install Docker in order to just deploy the app..
Yes, it needs Redis for example, which is also easily deployed with Docker.

I think it could be good to stop using Docker, it would have consequences :

  • Remove Redis
  • Improve the frontend to serve it directly by the server

Go modules

In order to make your project GOPATh independent, you should use go modules.

At the root of your project

go mod init github.com/fallais/gocoop

And then globally replace all gocoop/* by github.com/fallais/gocoop/.

It allows you to handle dependencies directly bound to your project, and prevent GOPATH poisoning problem.

I can make a PR if you want.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.