{"id":22985051,"url":"https://github.com/hhejo/tcp-ip-csharp","last_synced_at":"2025-04-02T11:09:15.825Z","repository":{"id":260563234,"uuid":"881640308","full_name":"hhejo/tcp-ip-csharp","owner":"hhejo","description":"Implementing TCP/IP Servers Using C#","archived":false,"fork":false,"pushed_at":"2024-11-03T13:26:44.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T02:11:12.730Z","etag":null,"topics":["csharp"],"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/hhejo.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}},"created_at":"2024-11-01T00:33:25.000Z","updated_at":"2024-11-18T00:32:57.000Z","dependencies_parsed_at":"2024-11-01T03:22:42.223Z","dependency_job_id":"6e6a0124-270f-4acb-b1a4-12b1e19dd616","html_url":"https://github.com/hhejo/tcp-ip-csharp","commit_stats":null,"previous_names":["hhejo/tcp-ip-csharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhejo%2Ftcp-ip-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhejo%2Ftcp-ip-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhejo%2Ftcp-ip-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhejo%2Ftcp-ip-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhejo","download_url":"https://codeload.github.com/hhejo/tcp-ip-csharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246802623,"owners_count":20836373,"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":["csharp"],"created_at":"2024-12-15T03:19:51.342Z","updated_at":"2025-04-02T11:09:15.792Z","avatar_url":"https://github.com/hhejo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TCP/IP with C#\n\nTCP 기반의 서버 프로그램은 다음과 같은 순서로 구현됨\n\n```\nSocket(): 소켓 생성\n\nBind(): 소켓 주소 할당\n\nListen(): 연결 요청 대기상태\n\nAccept(): 연결 허용\n\nRead()/Write(): 데이터 송·수신\n\nClose(): 연결 종료\n```\n\n클라이언트의 기본적인 함수 호출 순서\n\n```\nsocket(): 소켓 생성\n\nconnect(): 연결 요청\n\nread()/write(): 데이터 송·수신\n\nclose(): 연결 종료\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhejo%2Ftcp-ip-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhejo%2Ftcp-ip-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhejo%2Ftcp-ip-csharp/lists"}