{"id":26162459,"url":"https://github.com/spinnakermanchester/spinnfrontendcommon","last_synced_at":"2025-04-14T13:30:26.854Z","repository":{"id":22819499,"uuid":"26166376","full_name":"SpiNNakerManchester/SpiNNFrontEndCommon","owner":"SpiNNakerManchester","description":"Common support code for user-facing front end systems.","archived":false,"fork":false,"pushed_at":"2025-04-11T09:32:42.000Z","size":43057,"stargazers_count":12,"open_issues_count":90,"forks_count":11,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-11T15:49:31.993Z","etag":null,"topics":["c","python","spinnaker"],"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/SpiNNakerManchester.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-11-04T11:40:07.000Z","updated_at":"2025-04-11T09:32:22.000Z","dependencies_parsed_at":"2024-04-02T07:39:03.522Z","dependency_job_id":"60f10475-5fdc-40ee-844b-741b1d4ee9b9","html_url":"https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon","commit_stats":{"total_commits":5386,"total_committers":24,"mean_commits":"224.41666666666666","dds":0.6006312662458225,"last_synced_commit":"3bbfdd356d952b89ef63a9d8a944871eb38de3ac"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiNNakerManchester%2FSpiNNFrontEndCommon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiNNakerManchester%2FSpiNNFrontEndCommon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiNNakerManchester%2FSpiNNFrontEndCommon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiNNakerManchester%2FSpiNNFrontEndCommon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpiNNakerManchester","download_url":"https://codeload.github.com/SpiNNakerManchester/SpiNNFrontEndCommon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248888521,"owners_count":21178074,"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","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":["c","python","spinnaker"],"created_at":"2025-03-11T13:54:33.137Z","updated_at":"2025-04-14T13:30:26.796Z","avatar_url":"https://github.com/SpiNNakerManchester.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPi version](https://img.shields.io/pypi/v/SpiNNFrontEndCommon.svg?style=flat)](https://pypi.org/project/SpiNNFrontEndCommon/)\n[![Python Build Status](https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/workflows/Python%20Actions/badge.svg?branch=master)](https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/actions?query=workflow%3A%22Python+Actions%22+branch%3Amaster)\n[![C Build Status](https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/workflows/C%20Actions/badge.svg?branch=master)](https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/actions?query=workflow%3A%22C+Actions%22+branch%3Amaster)\n[![Documentation Status](https://readthedocs.org/projects/spinnfrontendcommon/badge/?version=latest)](https://spinnfrontendcommon.readthedocs.io/en/latest/?badge=latest)\n[![Coverage Status](https://coveralls.io/repos/github/SpiNNakerManchester/SpiNNFrontEndCommon/badge.svg?branch=master)](https://coveralls.io/github/SpiNNakerManchester/SpiNNFrontEndCommon?branch=master)\n\nThis package provides functionality which are common to front ends that\ntranslate application level programs into executables which run on a SpiNNaker\nmachine.\n\nRequirements\n============\n\nIn addition to a standard Python installation, this package depends on:\n\n    numpy\n    SpiNNUtilities\n    SpiNNMachine\n    PACMAN\n    SpiNNMan\n    spalloc\n\nThese dependencies can be installed using `pip`:\n\n    pip install numpy\n    pip install SpiNNUtilities SpiNNMachine PACMAN SpiNNMan spalloc\n\nIf you want to use the `spinnaker_router_provenance_mapper` command line tool\nto visualise the traffic on SpiNNaker boards caused by your simulations, you\nshould install this package using:\n\n    pip install \"SpiNNFrontEndCommon[plotting]\"\n\nThis will additionally install `matplotlib` and `seaborn` to do the actual\nplotting, as well as configuring the script.\n\nVisualising SpiNNaker Board Network Traffic\n===========================================\n\nTo get plots of the traffic in your simulation, use the\n`spinnaker_router_provenance_mapper` command line tool (installed as described\nabove), passing in the name of a provenance database (usually called\n`provenance.sqlite3` and created within the run's reporting folders) that\ncontains the raw data. This will produce a number of graphs as images in your\ncurrent directory; _those have fixed file-names._\n\n    spinnaker_router_provenance_mapper my_code/.../provenance.sqlite3\n\nAn example of the sort of map that might be produced is:\n\n![External_P2P_Packets](.images/External_P2P_Packets.png)\n\nThe P2P traffic being mapped is mainly used for system boot and control.\nThe white square is due to a chip on that SpiNNaker board being marked as\ndeactivated.\n\nDocumentation\n=============\n[SpiNNFrontEndCommon python documentation](https://spinnfrontendcommon.readthedocs.io)\n\u003cbr\u003e\n[SpiNNFrontEndCommon C documentation](http://spinnakermanchester.github.io/SpiNNFrontEndCommon/c/)\n\n[Combined python documentation](http://spinnakermanchester.readthedocs.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinnakermanchester%2Fspinnfrontendcommon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspinnakermanchester%2Fspinnfrontendcommon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinnakermanchester%2Fspinnfrontendcommon/lists"}