{"id":20526017,"url":"https://github.com/fug0/clientserverapp","last_synced_at":"2026-04-17T22:31:23.568Z","repository":{"id":199834713,"uuid":"399073019","full_name":"fug0/ClientServerApp","owner":"fug0","description":"Implementation of the cross-platform multithreaded server over TCP and the client using ACE framework","archived":false,"fork":false,"pushed_at":"2021-08-23T16:39:14.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T01:45:43.616Z","etag":null,"topics":["asn1","client-server","cross-platform","multithreading","network-programming","tlv-decoder","tlv-encoder"],"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/fug0.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}},"created_at":"2021-08-23T11:13:02.000Z","updated_at":"2022-09-13T15:09:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c51cd16-7eee-4d72-9940-5b1581ad0d51","html_url":"https://github.com/fug0/ClientServerApp","commit_stats":null,"previous_names":["fug0/clientserverapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fug0/ClientServerApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fug0%2FClientServerApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fug0%2FClientServerApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fug0%2FClientServerApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fug0%2FClientServerApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fug0","download_url":"https://codeload.github.com/fug0/ClientServerApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fug0%2FClientServerApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31948378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["asn1","client-server","cross-platform","multithreading","network-programming","tlv-decoder","tlv-encoder"],"created_at":"2024-11-15T23:11:53.976Z","updated_at":"2026-04-17T22:31:23.531Z","avatar_url":"https://github.com/fug0.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClientServerApp\n\n  This project is the implementation of cross-platform Client-Server communication, it is written using ACE (Adaptive Communication Enviroment) 7.0.0 framework.\nThe project consists of the multithreaded server with TCP and a thread-pool strategy and the client. \nThe main idea of communication is in transferring encoded data of arbitrary length from a client to the server, so it is simplistically implemented in the following way:\nclient encodes length of data with TLV(Tag-Length-Value) rules for length and sends it to the server, then server decodes the length value, allocates a certain memory size (of this length) for data and then recieves data of this size.\n\nTo run the client and the server you have to do following:\n- Obtain ACE 7.0.0 from https://download.dre.vanderbilt.edu/.\n- Build/use shared lib version by specifying your paths to library in \"CMakeLists.txt\" of Server and Client.\n- After successful building copy \"ACEd.dll\" from ../ACE_wrappers/lib to each executable file directory.\n\nNow you can run executable files of Server and Client!\n\nBuilding:\n\n1) cmake .\n2) make\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffug0%2Fclientserverapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffug0%2Fclientserverapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffug0%2Fclientserverapp/lists"}