{"id":15459139,"url":"https://github.com/irgendwr/simuino","last_synced_at":"2025-10-03T23:25:29.309Z","repository":{"id":91097060,"uuid":"259677280","full_name":"irgendwr/simuino","owner":"irgendwr","description":"Simuino is an Arduino UNO/MEGA Pin Simulator.","archived":false,"fork":false,"pushed_at":"2022-07-02T21:04:06.000Z","size":302,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T23:02:57.253Z","etag":null,"topics":["arduino","c","cpp","docker","ino","simuino","simulator","uhh","uni-hamburg","university"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irgendwr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["irgendwr"]}},"created_at":"2020-04-28T15:30:10.000Z","updated_at":"2024-10-12T22:16:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"62dd276a-f556-43f2-aab2-734725612e3b","html_url":"https://github.com/irgendwr/simuino","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irgendwr/simuino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgendwr%2Fsimuino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgendwr%2Fsimuino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgendwr%2Fsimuino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgendwr%2Fsimuino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irgendwr","download_url":"https://codeload.github.com/irgendwr/simuino/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgendwr%2Fsimuino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278241709,"owners_count":25954485,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":["arduino","c","cpp","docker","ino","simuino","simulator","uhh","uni-hamburg","university"],"created_at":"2024-10-01T23:04:53.780Z","updated_at":"2025-10-03T23:25:29.271Z","avatar_url":"https://github.com/irgendwr.png","language":"C","funding_links":["https://github.com/sponsors/irgendwr"],"categories":[],"sub_categories":[],"readme":"# simuino\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/irgendwr/simuino.svg)](https://hub.docker.com/r/irgendwr/simuino)\n\n\u003e Simuino is an Arduino UNO/MEGA Pin Simulator.\n\nThis is a fork of [bsaxen/simuino](https://github.com/bsaxen/simuino) and [bsaxen/servuino](https://github.com/bsaxen/servuino) with some minor imprevements and fixes (e.g. locale/charset issues, missing return values, ...).\n\nThanks to [@DoodleSchrank](https://github.com/DoodleSchrank) for helping me fix the locale issue ❤\n\nNote: Simuino currently only works on Linux (i.e. Debian or Ubuntu) or using the [Docker Image](https://hub.docker.com/r/irgendwr/simuino).\n\n## Installation\n\n### Linux\n\nFirst, install the following requirements:\n\n- g++ (`apt-get install build-essential`)\n- git (`apt-get install git`)\n- ncurses-dev or ncurses (`apt-get install ncurses-dev`)\n\nThen, open a terminal and navigate (using `cd`) to a folder of your choice.\n\nClone this repository: `git clone https://github.com/irgendwr/simuino.git`\n\nAnd enter the folder: `cd simuino`\n\nNow compile the program: `make`\n\nAnd then run it: `./simuino`\n\n### Windows\n\nWindows is currently not supported. Either use a Linux VM, [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or [docker](https://www.docker.com/).\n\n### Docker\n\nThe docker image can be run as shown here:\n\n```bash\ndocker pull irgendwr/simuino\ndocker run -it --rm -v /sketchbook:/simuino/sketchbook --name simuino irgendwr/simuino\n```\n\nMore details are available on the [simuino docker hub page](https://hub.docker.com/r/irgendwr/simuino).\n\n## Usage\n\nRun the file with `./simuino` (assuming you are in the folder in which you downloaded it)\n\n\u003e A typical use case is:\n\u003e\n\u003e Type `help` to get a list of available commands.\n\u003e\n\u003e 1. Type `list` to see available sketches\n\u003e\n\u003e 2. Choose sketch according to number given in list, type the number of your sketch and confirm with return (enter key).\n\u003e\n\u003e 3. Type `load` to load (copy/compile/run) the sketch\n\u003e\n\u003e 4. Type `run` to enter Run Mode. The prompter changes to R.\n\u003e\n\u003e In Run Mode, you can step through the simulation in different ways.\n\u003e\n\u003e     f - step forward\n\u003e     b - step backward\n\u003e     r - loop forward\n\u003e     p - loop backward\n\u003e     a - goto step 1\n\u003e     z - goto last step\n\u003e     t - analogRead/digitalRead stepping\n\u003e     R - animation of loop\n\u003e     s - debug window\n\u003e \n\u003e Press `h` to see the list of available commands.\n\u003e\n\u003e You can quickly switch between window layouts by pressing `w` . There are 6 different to choose between. The digit in the prompter shows the number of the window layout (0,1,2,3,4,5).\n\u003e\n\u003e Note: Sketches should be placed in folder `\u003cyour path\u003e/simuino/` sketchbook. Sketches should be added with comments according to Simuino configuration, in order to control simulation length, scenario and name of sketch. The extension of the sketch file is `.ino`.\n\nQuote from the [simuino guide](http://web.simuino.com/get-started).\n\nNote: This will mount the sketchbook folder on your local system at `/sketchbook/`.\n\n## Links\n\n- [Commands](docs/commands.md)\n- [Supported Functions](docs/reference.md)\n\nUseful links to the original documentation:\n\n- Get Started: http://web.simuino.com/get-started\n- FAQ: http://web.simuino.com/faq\n\n## License\n\nFrom the original repository:\n\n\u003e Copyright (C) 2012 Benny Saxen\n\u003e\n\u003e This program is free software: you can redistribute it and/or modify\n\u003e it under the terms of the GNU General Public License as published by\n\u003e the Free Software Foundation, either version 3 of the License, or\n\u003e (at your option) any later version.\n\u003e\n\u003e This program is distributed in the hope that it will be useful,\n\u003e but WITHOUT ANY WARRANTY; without even the implied warranty of\n\u003e MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\u003e GNU General Public License for more details.\n\u003e\n\u003e You should have received a copy of the GNU General Public License\n\u003e along with this program. If not, see http://www.gnu.org/licenses/\n\n\u003e You are welcome to redistribute it, as long as it is named Simuino.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firgendwr%2Fsimuino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firgendwr%2Fsimuino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firgendwr%2Fsimuino/lists"}