{"id":51298916,"url":"https://github.com/sccn/muse_osc","last_synced_at":"2026-06-30T17:30:35.524Z","repository":{"id":352118012,"uuid":"1213929769","full_name":"sccn/muse_osc","owner":"sccn","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-17T23:21:39.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T01:23:48.555Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sccn.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-17T23:14:51.000Z","updated_at":"2026-04-17T23:21:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sccn/muse_osc","commit_stats":null,"previous_names":["sccn/muse_osc"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sccn/muse_osc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fmuse_osc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fmuse_osc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fmuse_osc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fmuse_osc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sccn","download_url":"https://codeload.github.com/sccn/muse_osc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fmuse_osc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34977666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":[],"created_at":"2026-06-30T17:30:34.972Z","updated_at":"2026-06-30T17:30:35.500Z","avatar_url":"https://github.com/sccn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Muse OSC Recorder\n\nRecords Muse sensor streams (EEG, PPG, accelerometer, gyroscope, etc.) to timestamped CSV files via OSC.\nVibe coded by Aravind Ravi with Claude code.\n\n## Setup\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\n## Usage\n\n```bash\npython osc_recorder_pythonosc.py [port] [prefix] [output_dir] [--debug]\n```\n\n| Argument     | Default | Description                        |\n|--------------|---------|------------------------------------|\n| `port`       | 7777    | UDP port to listen on              |\n| `prefix`     | (none)  | OSC address prefix (e.g. `/muse`)  |\n| `output_dir` | `.`     | Directory for session folders       |\n| `--debug`    | off     | Print stream info and sample counts |\n\n### Examples\n\n```bash\n# Listen on default port 7777\npython osc_recorder_pythonosc.py\n\n# Custom port with debug output\npython osc_recorder_pythonosc.py 7888 --debug\n\n# Full options\npython osc_recorder_pythonosc.py 7888 /muse ./data --debug\n```\n\n## Recording\n\n1. Start the script.\n2. Configure your Muse streaming app (e.g. Mind Monitor) to send OSC to your machine's IP and chosen port.\n3. Press `Ctrl+C` to stop. CSV files are saved in a timestamped session folder.\n\n## Output\n\nEach detected stream produces a separate CSV file (`eeg.csv`, `acc.csv`, etc.) with a `timestamp` column followed by channel columns.\n\nSupported streams: `eeg`, `ppg`, `optics`, `acc`, `gyro`, `drlref`, `thermistor`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccn%2Fmuse_osc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsccn%2Fmuse_osc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccn%2Fmuse_osc/lists"}