{"id":22261766,"url":"https://github.com/jsonfm/remio-mcu","last_synced_at":"2026-05-09T04:34:06.356Z","repository":{"id":144854183,"uuid":"617222215","full_name":"jsonfm/remio-mcu","owner":"jsonfm","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-23T19:00:55.000Z","size":341,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T13:47:03.116Z","etag":null,"topics":["circular","experiment","mcu","opencv","python","raspberrypi","remio","socketio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsonfm.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":"2023-03-21T23:53:15.000Z","updated_at":"2023-07-07T01:12:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9b4c4c8-d934-40cf-b265-81d2c714e71d","html_url":"https://github.com/jsonfm/remio-mcu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsonfm/remio-mcu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mcu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mcu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mcu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mcu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonfm","download_url":"https://codeload.github.com/jsonfm/remio-mcu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mcu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["circular","experiment","mcu","opencv","python","raspberrypi","remio","socketio"],"created_at":"2024-12-03T09:14:20.727Z","updated_at":"2026-05-09T04:34:06.339Z","avatar_url":"https://github.com/jsonfm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 🌏🧪 Remio Mockup Template\nThis is a python template for making experiment with `remio` library. It gives to you a project structure, a some utils for developing quickly remote laboratory projects.\n\n### 🎨 GUI\nThe project includes a simple GUI made with Bootstrap 5. You can find the files inside the `public` folder:\n\n\u003cimg src=\"./docs/ssweb.png\" style=\"margin: 1rem 0;\"\u003e\n\nYou could edit it according to your needs. I recommed to you use `QtDesigner` program which simplifies the GUI creation proccess. \n\n### 💬 Communications Schema\nThe project uses a simple mechanism to establish bidirectional communications in real time, using the `socketio` protocol/library.\n\u003cimg src=\"./docs/communications.png\" style=\"margin: 1rem 0;\"\u003e\n\n### 🗂️ Structure\nSome folders were created to help you structure the project:\n```\n.\n├── arduino\n│   └── mockup\n│       └── mockup.ino\n├── docs\n├── public\n├── server\n├── utils\n├── gui.py\n├── gui.ui\n├── production.py\n├── README.md\n├── requirements.txt\n└── settings.py\n```\n\n### ⚙️ Installation\nClone the repository:\n```\ngit clone https://github.com/jsonfm/remio-mcu.git [your-project-name]\n```\n\nCreate and activate a virtual environment.\n\nUnix systems:\n```bash\npython3 -m venv venv\n\nsource venv/bin/activate\n```\n\nWindows:\n```\npy -m venv venv\n\nvenv\\Scripts\\activate\n```\n\n\n### ⚒️ Dependencies\nAfter you set the virutal env, install dependencies:\n```\npip install -r requirements.txt\n```\n\n### ⚡️ Development\nThis experiment uses PyQt5 framework to provide a GUI.\n```\npython gui.py\n```\n\n### 🚀 Production\nTo run the experiment without the local GUI (production), you could use the `product.py` file:\n\n```\npython production.py\n```\n### ✨ SocketIO Server\nA socketio server was added to do some tests.\n```\npython run_server.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fremio-mcu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonfm%2Fremio-mcu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fremio-mcu/lists"}