{"id":27085724,"url":"https://github.com/ges233/glowworm","last_synced_at":"2026-02-13T15:13:56.003Z","repository":{"id":219731011,"uuid":"749762381","full_name":"GES233/Glowworm","owner":"GES233","description":"Simple neural simulation model.","archived":false,"fork":false,"pushed_at":"2024-11-20T15:47:46.000Z","size":980,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:38:37.133Z","etag":null,"topics":["proof-of-concept","simulation","snn","spiking-neural-networks"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/GES233.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}},"created_at":"2024-01-29T10:49:55.000Z","updated_at":"2024-12-13T13:39:27.000Z","dependencies_parsed_at":"2024-02-17T08:25:06.764Z","dependency_job_id":"15aee5e7-c251-4d20-8db2-47785a2fd5e7","html_url":"https://github.com/GES233/Glowworm","commit_stats":null,"previous_names":["ges233/glowworm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GES233/Glowworm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GES233%2FGlowworm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GES233%2FGlowworm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GES233%2FGlowworm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GES233%2FGlowworm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GES233","download_url":"https://codeload.github.com/GES233/Glowworm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GES233%2FGlowworm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29411141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":["proof-of-concept","simulation","snn","spiking-neural-networks"],"created_at":"2025-04-06T04:38:42.707Z","updated_at":"2026-02-13T15:13:55.984Z","avatar_url":"https://github.com/GES233.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WIP] Glowworm\n\nSimple PoC of neural simulation model.\n\n\u003e **warning**\n\u003e\n\u003e This is just a model to verify feasibility and may be deprecated at any time.\n\n[简体中文](/README.zh-Hans.md)\n\nThe original idea from [spikingnn](https://web.archive.org/web/20190715023747/http://www.spikingnn.net/English/index.html). This is an elixir implementation with asynchoronous format.\n\nRecording of idea: [Interactive testbed for cortical modeling? - Elixir Framework Forums / Nx Forum - Elixir Programming Language Forum](https://elixirforum.com/t/interactive-testbed-for-cortical-modeling/61178/3)\n\nSimulation of neuron references amiryt's [Erlang-project](https://github.com/amiryt/Erlang-project), and hierarchical architecture inspired by [ThousandIsland](https://github.com/mtrudel/thousand_island).\n\nArchitecture of application like following graph:\n\n```mermaid\ngraph TD\n  Application --\u003e NeuronSupervisor\n  NeuronSupervisor --1..n--\u003e Neuron[\"Neuron GenServer\"]\n  Application --\u003e PortScheduler(\"PortScheduler\")\n  PortScheduler --1..m--\u003e Port(\"Port\")\n  Port \u003c-.simulus or record.-\u003e Neuron\n  Neuron \u003c-.communication.-\u003e Neuron\n  Neuron --\u003e SomaRunner(\"SomaRunner :gen_statem\") --\u003e Container(\"Param and State Container: Agent\")\n  Neuron --\u003e SynapseRunner(\"SynapseRunner :gen_statem\") --\u003e Container(\"Param and State Container: Agent\")\n  SynapseRunner -.current.-\u003e SomaRunner\n  Models -.require.-\u003e SomaRunner\n  Models -.require.-\u003e SynapseRunner\n```\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:glowworm, git: \"https://github.com/GES233/Glowworm.git\"}\n  ]\nend\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fges233%2Fglowworm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fges233%2Fglowworm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fges233%2Fglowworm/lists"}