{"id":26758561,"url":"https://github.com/wdevore/deuron7-julia","last_synced_at":"2026-01-29T22:02:14.882Z","repository":{"id":75435655,"uuid":"181754409","full_name":"wdevore/Deuron7-Julia","owner":"wdevore","description":"Julia implementation of a digital neuron simulation","archived":false,"fork":false,"pushed_at":"2019-11-30T16:08:59.000Z","size":799,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T12:06:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wdevore.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":"2019-04-16T19:33:29.000Z","updated_at":"2019-11-30T16:09:01.000Z","dependencies_parsed_at":"2023-02-23T16:45:19.519Z","dependency_job_id":null,"html_url":"https://github.com/wdevore/Deuron7-Julia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wdevore/Deuron7-Julia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FDeuron7-Julia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FDeuron7-Julia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FDeuron7-Julia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FDeuron7-Julia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdevore","download_url":"https://codeload.github.com/wdevore/Deuron7-Julia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdevore%2FDeuron7-Julia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28886881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2025-03-28T16:29:31.394Z","updated_at":"2026-01-29T22:02:14.877Z","avatar_url":"https://github.com/wdevore.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deuron7-Julia\nJulia implementation of a digital neuron simulation. Originally done in Dart and then Go.\n\n# Linux setup\n\nFirst run `\u003eJulia` and `add`\n\n* ] add CSyntax\n* ] add CImGui\n* ] add JSON\n* ] add RandomNumbers\n\nTo make sure **CImGui** can run, go and git-clone [CImGui](https://github.com/ocornut/imgui). Then change into the examples directory and the run `demo.jl`. **CImGui** will install **ImGui** if needed. **Warning**! This could take 3-5 minutes for an initial compilation.\n\n# Howto run Deuron\nStart the server first:\n\n```\n\u003e cd ~/Documents/Development/Julia/Deuron7-Julia/ser/server\n\u003e julia main.jl\n```\n\nThen launch client\n```\n\u003e cd ~/Documents/Development/Julia/Deuron7-Julia/ser/client\n\u003e julia main.jl\n```\n\n-----------------------------------------------------------\n# com_protocol_base.json\n```\n{\n  \"From\": \"\",   Client|Server\n  \"To\": \"\",     Client|Server\n  \"Type\": \"\",   Any\n  \"Data1\": \"\"\n  ...\n}\n```\n\n# app.json\n```\n{\n    \"Duration\": 2000, // How long to sum for\n    \"RangeEnd\": 1000, // Data view window\n    \"RangeStart\": 0,\n    \"Simulation\": \"sim_1\", // Sim json file\n    \"TimeStep\": 100, // Time step in micro seconds\n    \"DataPath\": \"../data/\"\n}\n```\n\n# sim_x.json\n```\n{\n  \"Firing_Rate\": 0.005, // Poisson firing rate\n  \"Hertz\": 20, // aka ISI\n  \"Neuron\": {\n    \"Dendrites\": {\n      \"Compartments\": [\n        {\n          \"Synapses\": [\n            {\n              \"alpha\": 1.05,\n              \"ama\": 1.2,\n              \"amb\": 10.8,\n              \"id\": 0,\n              \"lambda\": 1,\n              \"learningRateFast\": 0.32,\n              \"learningRateSlow\": 0.21,\n              \"mu\": 0.32,\n              \"taoI\": 10,\n              \"taoN\": 33,\n              \"taoP\": 17,\n              \"distance\": 1.0,\n              \"w\": 5.669624142019883\n            },\n            ...\n      ],\n      \"length\": 1.0,\n      \"taoEff\": 10.0,\n      \"id\": 0\n    },\n    \"RefractoryPeriod\": 3,\n    \"APMax\": 20,\n    \"Threshold\": 39,\n    \"id\": 0,\n    \"nFastSurge\": 8,\n    \"nSlowSurge\": 8,\n    \"ntao\": 10,\n    \"ntaoJ\": 10,\n    \"ntaoS\": 50,\n    \"wMax\": 10,\n    \"wMin\": 0\n  },\n  \"Poisson_Pattern_max\": 300,\n  \"Poisson_Pattern_min\": 50,\n  \"Poisson_Pattern_spread\": 50,\n  \"RefractoryPeriod\": 3,\n  \"StimulusScaler\": 9,\n  \"threshold\": 39\n}\n```\n\n# **Deprecated**\nNext you need to `add` so that the server (aka simulation) and client can communicate.\n\n* ] add HTTP\n* ] add WebSockets\n# **Deprecated**\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdevore%2Fdeuron7-julia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdevore%2Fdeuron7-julia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdevore%2Fdeuron7-julia/lists"}