{"id":28293623,"url":"https://github.com/voidpp/rpi-gpio-http","last_synced_at":"2026-02-04T01:42:06.872Z","repository":{"id":57462843,"uuid":"50063976","full_name":"voidpp/rpi-gpio-http","owner":"voidpp","description":"HTTP interface for Raspberry Pi GPIO","archived":false,"fork":false,"pushed_at":"2019-11-03T22:21:14.000Z","size":10,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-16T07:38:32.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidpp.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}},"created_at":"2016-01-20T22:10:56.000Z","updated_at":"2018-03-22T19:00:09.000Z","dependencies_parsed_at":"2022-09-05T17:22:13.317Z","dependency_job_id":null,"html_url":"https://github.com/voidpp/rpi-gpio-http","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/voidpp/rpi-gpio-http","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidpp%2Frpi-gpio-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidpp%2Frpi-gpio-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidpp%2Frpi-gpio-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidpp%2Frpi-gpio-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidpp","download_url":"https://codeload.github.com/voidpp/rpi-gpio-http/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidpp%2Frpi-gpio-http/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-05-22T06:13:58.245Z","updated_at":"2026-02-04T01:42:06.843Z","avatar_url":"https://github.com/voidpp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n------\nThis is a REST api for GPIO ports in Raspberry P.\n\nREST api\n--------\n\n**Format**:\n\n+ request: \"application/x-www-form-urlencoded\"\n+ response: json\n\n**Endpoints**:\n\n+ ``GET /channel`` *List of all enabled channels, and their values*\n+ ``PUT /channel`` *Set values* Example: ``pin[11]=100\u0026pin[13]=100\u0026pin[15]=100``\n+ ``GET /channel/10`` *Get the value of the 10th channel*\n+ ``PUT /channel/10`` *Set the value of the 10th channel. Not available for \"input\". PWM: [0, 100]. Output: [0, 1]* Example: ``value=10``\n\nConfig\n------\nSee example configuration. (rpi-gpio-http-config.example.json) It contains all the available channel types.\n\nType config:\n\n+ **output**: none\n+ **input**: pull: up|down: see http://sourceforge.net/p/raspberry-gpio-python/wiki/Inputs/\n+ **pwm**: frequency: in Hz\n\n*Note: pin numbers is the physical number in the board*\n\nInstall\n-------\n``pip install rpi-gpio-http``\n\nDo not use the ``run-dev-server.py`` in 'production', instead of this use [uWSGI](https://uwsgi-docs.readthedocs.org/en/latest/), or sg else.\n\nExample config for uwsgi:\n\n```ini\n[uwsgi]\nprocesses = 2\nmodule = rpi_gpio_http.app:app\nhttp-socket = :53042\nuid = root\ngid = root\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidpp%2Frpi-gpio-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidpp%2Frpi-gpio-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidpp%2Frpi-gpio-http/lists"}