{"id":19839444,"url":"https://github.com/scientifichackers/firmware-release-server","last_synced_at":"2025-02-28T19:16:57.840Z","repository":{"id":41945224,"uuid":"183527551","full_name":"scientifichackers/firmware-release-server","owner":"scientifichackers","description":"A firmware release management service for IOT devices and friends","archived":false,"fork":false,"pushed_at":"2022-04-22T21:13:46.000Z","size":10783,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T00:28:12.471Z","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/scientifichackers.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":"2019-04-26T00:17:32.000Z","updated_at":"2020-06-28T18:47:09.000Z","dependencies_parsed_at":"2022-08-12T00:01:25.922Z","dependency_job_id":null,"html_url":"https://github.com/scientifichackers/firmware-release-server","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Ffirmware-release-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Ffirmware-release-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Ffirmware-release-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Ffirmware-release-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scientifichackers","download_url":"https://codeload.github.com/scientifichackers/firmware-release-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209543,"owners_count":19927735,"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":[],"created_at":"2024-11-12T12:22:27.804Z","updated_at":"2025-02-28T19:16:57.815Z","avatar_url":"https://github.com/scientifichackers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Sponsor](https://img.shields.io/badge/Sponsor-jaaga_labs-red.svg?style=for-the-badge)](https://www.jaaga.in/labs)\n\n\n# Firmware Release Server\n\nA firmware release management service for IOT devices and friends.\n\nOriginally developed for use with [Joovv](https://joovv.com/).\n\n## Why?\n\nThis makes OTA updates a pleasure. \n\nYour hardware engineer now has a proper place to upload their releases, \nand your app can determine whether an update is required or not, by making trivial API calls.\n\n## What?\n\nUnderneath is an extremely simple django application that allows uploading firmware images using the admin panel\n\n![image](https://user-images.githubusercontent.com/19492893/56775972-4852c100-67e7-11e9-8ee7-f4ce84870662.png)\n\n\nAnd makes the releases accesbile to devices by simple APIs\n\n`GET http://\u003cdomain\u003e/api/latest-after/0.3.5/`\n\n```json\n{\n    \"version\": \"1.0.0\",\n    \"firmware_bin\": \"http://\u003cdomain\u003e/media/firmware_uploads/1.0.0/firmware_1w0H51u.bin\",\n    \"bootloader_bin\": \"http://\u003cdomain\u003e/media/firmware_uploads/1.0.0/bootloader.bin\",\n    \"partitions_bin\": \"http://\u003cdomain\u003e/media/firmware_uploads/1.0.0/partitions.bin\",\n    \"comments\": \"fixed the timestamp issues\",\n    \"uploaded_at\": \"2019-04-25T23:45:16.777279Z\"\n}\n```\n\n`GET http://\u003cdomain\u003e/api/latest/` also works.\n\n\n## Deployment\n\nThis project ships out of the box for deploying to [caprover](https://caprover.com/).\n\n- Install caprover\n- Create a new app. Make sure to turn on \"Has Persistent Data\"\n- Add persistent directory. \n\n![image](https://user-images.githubusercontent.com/19492893/56776137-2b6abd80-67e8-11e9-8315-563b7047e707.png)\n\n- Add env vars\n\n![image](https://user-images.githubusercontent.com/19492893/56776153-3c1b3380-67e8-11e9-8ece-c04f89ad04e1.png)\n\n\nYou should be good to go now!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Ffirmware-release-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientifichackers%2Ffirmware-release-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Ffirmware-release-server/lists"}