{"id":15012038,"url":"https://github.com/itis-enrico-fermi/edstream","last_synced_at":"2026-01-05T03:42:52.440Z","repository":{"id":44619193,"uuid":"343563160","full_name":"ITIS-Enrico-Fermi/edstream","owner":"ITIS-Enrico-Fermi","description":"Realtime streaming facility for embedded displays","archived":false,"fork":false,"pushed_at":"2023-03-30T08:49:14.000Z","size":1940,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-03T00:28:18.064Z","etag":null,"topics":["bitmap","c","esp-idf","esp32","facility","freertos","image","lib","library","oled","oled-display","oled-display-ssd1306","open-source-project","pio","platformio","python3","stream","tools","video","video-stream"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ITIS-Enrico-Fermi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-01T21:32:21.000Z","updated_at":"2022-02-04T08:34:39.000Z","dependencies_parsed_at":"2024-09-15T22:04:02.911Z","dependency_job_id":"9b092d40-82b1-4495-a4bd-94a8f45e117c","html_url":"https://github.com/ITIS-Enrico-Fermi/edstream","commit_stats":{"total_commits":126,"total_committers":3,"mean_commits":42.0,"dds":"0.45238095238095233","last_synced_commit":"0a13a4986a362bf967ed536cd093d4bf87fb1146"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITIS-Enrico-Fermi%2Fedstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITIS-Enrico-Fermi%2Fedstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITIS-Enrico-Fermi%2Fedstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITIS-Enrico-Fermi%2Fedstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ITIS-Enrico-Fermi","download_url":"https://codeload.github.com/ITIS-Enrico-Fermi/edstream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244900314,"owners_count":20528683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bitmap","c","esp-idf","esp32","facility","freertos","image","lib","library","oled","oled-display","oled-display-ssd1306","open-source-project","pio","platformio","python3","stream","tools","video","video-stream"],"created_at":"2024-09-24T19:42:02.010Z","updated_at":"2026-01-05T03:42:52.409Z","avatar_url":"https://github.com/ITIS-Enrico-Fermi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# edstream\nBitmap streaming facility for ESP32 and OLED displays.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=diagrams/eds_logo_scaled_down.png\u003e\n\u003c/p\u003e\n\n## Setting up\n\nClone this project into _lib_ folder inside your PIO workspace\n```\ncd lib\ngit clone https://github.com/ITIS-Enrico-Fermi/edstream\ncd ..\n```\n\nClone _ssd1306_ library into _components_ folder inside your PIO workspace\n```\nmkdir components \u0026\u0026 cd components\ngit clone https://github.com/lexus2k/ssd1306\ncd ..\n```\nfor more information see: [https://github.com/lexus2k/ssd1306#setting-up]()\n\nCopy PlatformIO configuration for a quick setup\n```\ncp lib/edstream/platformio.ini .\n```\n\n```\ncp lib/edstream/sdkconfig .\n```\n\n## Protocol\n\n### Start byte\n![Start byte](diagrams/Protocol.svg)\n\n### Send bitmap\n![Send bitmap](diagrams/SendBitmap.svg)\n\n### Set refresh rate\n![Set refresh rate](diagrams/SetRefreshRate.svg)\n\u003cbr\u003e With _set_rr_ bit set to 1\n\u003cbr\u003e 1 byte payload expected\n\n### Clear framebuffer\n![Cleare framebuffer](diagrams/Clear.svg)\n\u003cbr\u003e With _clear_ bit set to 1\n\u003cbr\u003e No payload expected\n\n### Toggle animation\n![Start animation](diagrams/Start.svg)\n\u003cbr\u003e With _start_ / _stop_ bit set to 1\n\u003cbr\u003e No payload expected\n\n## Release numbering\n(major release).(new features).(bug fixing)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitis-enrico-fermi%2Fedstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitis-enrico-fermi%2Fedstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitis-enrico-fermi%2Fedstream/lists"}