{"id":23116070,"url":"https://github.com/duguyue100/pyaer","last_synced_at":"2025-08-16T21:32:20.039Z","repository":{"id":53743533,"uuid":"105263648","full_name":"duguyue100/pyaer","owner":"duguyue100","description":"Low-level Python APIs for Accessing Neuromorphic Devices.","archived":false,"fork":false,"pushed_at":"2024-03-16T02:21:16.000Z","size":755,"stargazers_count":26,"open_issues_count":3,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-15T02:54:09.116Z","etag":null,"topics":["amd64","arm64","event-camera","neuromorphic-computing","neuromorphic-engineering","numpy","python","swig","zmq"],"latest_commit_sha":null,"homepage":"","language":"Python","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/duguyue100.png","metadata":{"files":{"readme":"README-RPI.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":"2017-09-29T11:11:22.000Z","updated_at":"2024-06-04T16:31:07.000Z","dependencies_parsed_at":"2024-03-22T09:30:30.779Z","dependency_job_id":null,"html_url":"https://github.com/duguyue100/pyaer","commit_stats":{"total_commits":457,"total_committers":3,"mean_commits":"152.33333333333334","dds":"0.013129102844638973","last_synced_commit":"b0e4d7a52ad3ac74de304f314ba3c4a3f07a0a70"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duguyue100%2Fpyaer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duguyue100%2Fpyaer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duguyue100%2Fpyaer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duguyue100%2Fpyaer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duguyue100","download_url":"https://codeload.github.com/duguyue100/pyaer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229880687,"owners_count":18138638,"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":["amd64","arm64","event-camera","neuromorphic-computing","neuromorphic-engineering","numpy","python","swig","zmq"],"created_at":"2024-12-17T04:10:52.191Z","updated_at":"2024-12-17T04:10:52.920Z","avatar_url":"https://github.com/duguyue100.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build PyAER on Raspberry Pi\n\nThis is a working build instruction on Raspberry Pi 3B with Raspbian Stretch.\n\n## Install dependencies\n\n```bash\nsudo apt-get install build-essential cmake pkg-config libusb-1.0-0-dev\nsudo apt-get install automake bison libpcre3-dev\n```\n\n## Install `libcaer`\n\nThe `libcaer` can be installed as follows\n\n```bash\ngit clone https://gitlab.com/inivation/dv/libcaer.git\ncd libcaer\ncmake -DCMAKE_INSTALL_PREFIX=/usr .\nmake -j4\nsudo make install\n```\n\n## Install `swig`\n\nYou can compile `swig` with the following steps:\n\n```bash\ngit clone https://github.com/duguyue100/swig\ncd swig\n./autogen.sh\n# choose one of the configure settings\n./configure --with-python=$(command -v python) --without-python2 --without-pcre  # for python 3\nmake -j4\nsudo make install\n```\n\n## Compile `pyaer`\n\nCompile `pyaer` with the following steps:\n\n```bash\ngit clone https://github.com/duguyue100/pyaer\nsudo make install\n```\n\n## Contacts\n\nYuhuang Hu  \nEmail: duguyue100@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduguyue100%2Fpyaer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduguyue100%2Fpyaer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduguyue100%2Fpyaer/lists"}