{"id":23148321,"url":"https://github.com/eveldee/plantbox","last_synced_at":"2026-04-13T13:32:37.963Z","repository":{"id":71807931,"uuid":"149725629","full_name":"Eveldee/PlantBox","owner":"Eveldee","description":"Solution to easily and automatically manage plants","archived":false,"fork":false,"pushed_at":"2018-09-24T16:44:55.000Z","size":363,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T13:50:01.268Z","etag":null,"topics":["android","dotnet","ios","raspberry-pi","server","xamarin-forms"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eveldee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-21T07:20:11.000Z","updated_at":"2018-09-24T16:44:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"34c69275-0b57-4e8b-9b1f-8a494dba5f11","html_url":"https://github.com/Eveldee/PlantBox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eveldee/PlantBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eveldee%2FPlantBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eveldee%2FPlantBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eveldee%2FPlantBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eveldee%2FPlantBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eveldee","download_url":"https://codeload.github.com/Eveldee/PlantBox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eveldee%2FPlantBox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dotnet","ios","raspberry-pi","server","xamarin-forms"],"created_at":"2024-12-17T17:10:20.779Z","updated_at":"2026-04-13T13:32:37.946Z","avatar_url":"https://github.com/Eveldee.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlantBox\n\n[![GitHub license](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/eveldee0680/PlantBox/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/eveldee0680/PlantBox.svg)](https://github.com/eveldee0680/PlantBox/issues)\n\nPlantBox allow people to manage plants in a new way,\nit responds to the following problems:\n\n- You lack of time\n- You are absent\n- You have lot of plants\n\n## Table of content\n\n- [Table of content](#table-of-content)\n- [Introduction](#introduction)\n    - [Server](#server)\n    - [Client](#client)\n- [Current progress](#current-progress)\n- [Features](#features)\n- [Contributing](#contributing)\n- [Copyright and licence](#copyright-and-licence)\n\n## Introduction\n\nPlantBox is a school project which goal is to create a solution to plant management.\nIt contains two parts:\n\n- A server which collect information and manage the plant\n- A client that display the evolution of the plants or alert the user when needed  \n\nAll is written in C# with .Net Standard, .Net Core and Xamarin.\n\n### Server\n\nThe server is a Raspberry Pi with appropriates captors:\n\n- Humidity sensor\n- Light sensor\n- Temperature sensor\n\nAll input is read using [Unosquare library](https://github.com/unosquare/raspberryio).\n\n### Client\n\nThe client is a mobile application made with [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) for Android or iOS.\n\n## Current progress\n\nThe project is at its very beginning, the protocol need to be written and no\nhardware is ready.  \nAs a consequence, we won't accept issues or pull requests at the moment\n\nTasks list:\n\n- Protocol\n    - [ ] Documentation\n    - [ ] Shared library\n- Server\n    - [ ] Getting information from captors\n    - [ ] Communication with Client\n- Client\n    - [ ] Interface\n    - [ ] Communication with Server\n\n## Features\n\nFeatures that will be implemented still need to be decided, but here is a potential list:\n\n- Water the plant\n- Check light level\n- Check temperature\n- Alert the user when needed\n- Display plants evolution on graphics\n\n## Contributing\n\nContributions are disabled for the moment, see [Current progress](#current-progress)\n\n## Copyright and licence\n\n*PlantBox* is licensed under the [Mit Licence](https://github.com/eveldee0680/PlantBox/blob/master/LICENSE)\n\n*[RaspberryIO](https://github.com/unosquare/raspberryio)* is licensed under the [Mit License](https://github.com/unosquare/raspberryio/blob/master/LICENSE)\n\n*[MessagePack](https://github.com/neuecc/MessagePack-CSharp)* is licensed under the [Mit Licence](https://github.com/neuecc/MessagePack-CSharp/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveldee%2Fplantbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feveldee%2Fplantbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveldee%2Fplantbox/lists"}