{"id":34649863,"url":"https://github.com/dogusyuksel/libcsp-works","last_synced_at":"2026-05-06T14:31:59.149Z","repository":{"id":327312675,"uuid":"1076026027","full_name":"dogusyuksel/libcsp-works","owner":"dogusyuksel","description":"libcsp library workspace to use ist in Rust, Python and embedded systems","archived":false,"fork":false,"pushed_at":"2026-03-18T11:54:14.000Z","size":16600,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-19T02:34:59.170Z","etag":null,"topics":["arm","bindings","embedded","libcsp","python","rust"],"latest_commit_sha":null,"homepage":"","language":"C","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/dogusyuksel.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":"2025-10-14T09:55:34.000Z","updated_at":"2026-03-18T11:54:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dogusyuksel/libcsp-works","commit_stats":null,"previous_names":["dogusyuksel/libcsp-works"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dogusyuksel/libcsp-works","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogusyuksel%2Flibcsp-works","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogusyuksel%2Flibcsp-works/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogusyuksel%2Flibcsp-works/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogusyuksel%2Flibcsp-works/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dogusyuksel","download_url":"https://codeload.github.com/dogusyuksel/libcsp-works/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogusyuksel%2Flibcsp-works/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32698108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["arm","bindings","embedded","libcsp","python","rust"],"created_at":"2025-12-24T17:54:39.932Z","updated_at":"2026-05-06T14:31:59.145Z","avatar_url":"https://github.com/dogusyuksel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🚀 libcsp-works\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eRust • Python • Embedded experiments with CubeSat Space Protocol\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/language-C%20%7C%20Rust%20%7C%20Python-blue\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/domain-Embedded%20%7C%20Space-orange\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/status-Work%20in%20Progress-yellow\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" /\u003e\n\u003c/p\u003e\n\n---\n\n## ✨ Overview\n\nlibcsp-works is a workspace and experimental playground for working with the CubeSat Space Protocol (CSP) across multiple ecosystems. The project focuses on integrating the C-based libcsp library with modern languages and environments such as Rust, Python, and embedded systems, while keeping the setup reproducible, automation-friendly, and suitable for real-world embedded and space applications.\n\n---\n\n## 🎯 Goals\n\n- Create safe and ergonomic Rust bindings for libcsp\n- Provide Python-accessible APIs for rapid prototyping and tooling\n- Enable CSP usage on embedded targets (ARM, RISC-V, etc.)\n- Collect experiments, tools, and example applications in a single workspace\n- Support automation and reproducibility via Makefile helpers\n\n---\n\n## 📂 Project Structure\n\n```\nlibcsp-works/\n├── .github/\n│   └── workflows/\n├── rust-server/\n├── embedded-client/\n├── thirdparty/\n├── .gitmodules\n├── Makefile\n└── README.md\n```\n\n---\n\n## 🧰 Requirements\n\nGit, C compiler (gcc or clang), Make, Rust \u0026 Cargo, Python 3, and optional embedded cross-compilation toolchains.\n\n---\n\n## ⚡ Quick Start\n\ngit clone https://github.com/dogusyuksel/libcsp-works.git\ncd libcsp-works\ngit submodule update --init --recursive\nmake create-bindings\nmake build-server\nmake console\n\n---\n\n## 🦀 Rust Usage\n\n```\ncd rust-server\nmake build-docker\nmake create-bindings\nmake build-server\n```\n\n---\n\n## 🐍 Embedded Usage\n\n```\ncd embedded-client\nmake build-docker\nmake all\n```\n\n---\n\n## 🛰️ What is CSP?\n\nCubeSat Space Protocol (CSP) is a lightweight networking protocol designed for resource-constrained systems such as CubeSats and embedded devices.\n\n---\n\n## 🛣️ Roadmap\n\nComplete Rust API coverage, Python examples, embedded board demos, CSP simulations, and CI automation.\n\n---\n\n## 🤝 Contributing\n\nFork, create a branch, commit changes, and open a pull request.\n\n---\n\n## 📜 License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogusyuksel%2Flibcsp-works","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdogusyuksel%2Flibcsp-works","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogusyuksel%2Flibcsp-works/lists"}