{"id":20029979,"url":"https://github.com/linarcx/embedded_programming","last_synced_at":"2025-05-05T03:32:33.671Z","repository":{"id":118869271,"uuid":"471741052","full_name":"LinArcX/embedded_programming","owner":"LinArcX","description":"embedded_programming challenge","archived":true,"fork":false,"pushed_at":"2022-04-05T18:56:23.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T05:15:22.697Z","etag":null,"topics":["c","client-server","git","linux","multithreading","socket-programming"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinArcX.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":"2022-03-19T15:50:04.000Z","updated_at":"2023-07-23T17:01:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"6048fa4b-f940-41ed-aaad-eb80f2961806","html_url":"https://github.com/LinArcX/embedded_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinArcX%2Fembedded_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinArcX%2Fembedded_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinArcX%2Fembedded_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinArcX%2Fembedded_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinArcX","download_url":"https://codeload.github.com/LinArcX/embedded_programming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435364,"owners_count":21747411,"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","client-server","git","linux","multithreading","socket-programming"],"created_at":"2024-11-13T09:24:02.388Z","updated_at":"2025-05-05T03:32:33.658Z","avatar_url":"https://github.com/LinArcX.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embedded_programming\nA client/server program that uses socket-programming to send/receive message between each other.\n\n# Tools\n- OS: Void linux\n- Compiler: gcc\n- Editor: neovim\n\n# Build\nThis program consists of two parts:\n1. server: written in c.\n2. client: written in python.\n\nTo build the server, you should first install these dependencies:\n\n- make\n- cmake\n- pkg-config\n- sqlite-devel\n- [iniparser](https://github.com/ndevilla/iniparser)\n\nThen clone and build:\n\n```\ngit clone https://github.com/LinArcX/embedded_programming\ncd embedded_programming\nmkdir -p output/cmake output/debug output/release\ncd output/cmake/\ncmake -DCMAKE_BUILD_TYPE=Release ../..\nmake -j8\n```\n\nAnd finally run it:\n\n`../release/myserver`\n\n# Test\nThere is a python script file that you can use as client part:\n\n`python3 test/client.py`\n\n## License\n![License](https://img.shields.io/github/license/LinArcX/embedded_programming.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinarcx%2Fembedded_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinarcx%2Fembedded_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinarcx%2Fembedded_programming/lists"}