{"id":22261791,"url":"https://github.com/jsonfm/remio-mockup-template","last_synced_at":"2026-05-06T03:34:37.576Z","repository":{"id":41239893,"uuid":"507703373","full_name":"jsonfm/remio-mockup-template","owner":"jsonfm","description":"💡🧪🔬 A remote experiment example template made with REMIO. ⚙️","archived":false,"fork":false,"pushed_at":"2023-03-23T03:58:07.000Z","size":302,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T03:46:30.527Z","etag":null,"topics":["css","html","js","pyqt5","python","socket-io"],"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":"2022-06-26T23:02:47.000Z","updated_at":"2022-08-16T18:15:25.000Z","dependencies_parsed_at":"2025-01-30T12:37:36.149Z","dependency_job_id":null,"html_url":"https://github.com/jsonfm/remio-mockup-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsonfm/remio-mockup-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mockup-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mockup-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mockup-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mockup-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonfm","download_url":"https://codeload.github.com/jsonfm/remio-mockup-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fremio-mockup-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["css","html","js","pyqt5","python","socket-io"],"created_at":"2024-12-03T09:14:23.629Z","updated_at":"2026-05-06T03:34:37.558Z","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 `PyQt5`. It looks as follows:\n\n\u003cimg src=\"./docs/gui.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-mockup-template.git [your-project-name]\n```\n\nCreate and activate a virtual environment:\n```bash\npython3 -m venv venv\n\nsource venv/bin/activate\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 for do some tests.\n```\npython run_server.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fremio-mockup-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonfm%2Fremio-mockup-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fremio-mockup-template/lists"}