{"id":16299482,"url":"https://github.com/markaren/simplesocket","last_synced_at":"2025-04-09T19:49:43.191Z","repository":{"id":237565335,"uuid":"794755036","full_name":"markaren/SimpleSocket","owner":"markaren","description":"A simple cross-platform socket library for C++","archived":false,"fork":false,"pushed_at":"2024-05-22T12:10:39.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-22T13:32:54.044Z","etag":null,"topics":["cpp","sockets","tcp-ip","udp","winsock2"],"latest_commit_sha":null,"homepage":"","language":"C++","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/markaren.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":"2024-05-01T22:05:41.000Z","updated_at":"2024-08-09T10:29:44.903Z","dependencies_parsed_at":"2024-05-22T13:42:39.949Z","dependency_job_id":null,"html_url":"https://github.com/markaren/SimpleSocket","commit_stats":null,"previous_names":["markaren/simplesocket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FSimpleSocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FSimpleSocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FSimpleSocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FSimpleSocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markaren","download_url":"https://codeload.github.com/markaren/SimpleSocket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103688,"owners_count":21048233,"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":["cpp","sockets","tcp-ip","udp","winsock2"],"created_at":"2024-10-10T20:48:08.761Z","updated_at":"2025-04-09T19:49:43.164Z","avatar_url":"https://github.com/markaren.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleSocket\n\nA simple cross-platform communication library for C++ (no external dependencies) \nfor education and hobby usage.\n\nSupports:\n* UDP\n* TCP/IP\n* Unix Domain Sockets\n* WebSocket\n* Modbus [TCP]\n* Pipes [windows]\n\n\n### Downstream usage with CMake FetchContent\n```cmake\ninclude(FetchContent)\nset(SIMPLE_SOCKET_BUILD_TESTS OFF)\nFetchContent_Declare(\n        SimpleSocket\n        GIT_REPOSITORY https://github.com/markaren/SimpleSocket.git\n        GIT_TAG tag_or_commit_hash\n)\nFetchContent_MakeAvailable(SimpleSocket)\n\ntarget_link_libraries(some_target PRIVATE simple_socket)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkaren%2Fsimplesocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkaren%2Fsimplesocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkaren%2Fsimplesocket/lists"}