{"id":21557293,"url":"https://github.com/sweeticelolly/sockettester","last_synced_at":"2026-01-04T03:43:51.386Z","repository":{"id":159225872,"uuid":"171292847","full_name":"SweetIceLolly/SocketTester","owner":"SweetIceLolly","description":"A very simple tool to test sockets. Useful when doing socket programming. Capable for both TCP and UDP connections.","archived":false,"fork":false,"pushed_at":"2019-02-18T14:14:34.000Z","size":1055,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T10:46:49.690Z","etag":null,"topics":["internet","mdi","packet","socket","socket-programming","sockettester","tcp","test-sockets","testing-tools","udp","vb6","visual-basic-6","visualbasic6"],"latest_commit_sha":null,"homepage":null,"language":"Visual Basic","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/SweetIceLolly.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":"2019-02-18T13:51:26.000Z","updated_at":"2021-07-03T21:17:09.000Z","dependencies_parsed_at":"2023-07-31T01:01:53.077Z","dependency_job_id":null,"html_url":"https://github.com/SweetIceLolly/SocketTester","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/SweetIceLolly%2FSocketTester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FSocketTester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FSocketTester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FSocketTester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SweetIceLolly","download_url":"https://codeload.github.com/SweetIceLolly/SocketTester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244148533,"owners_count":20406198,"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":["internet","mdi","packet","socket","socket-programming","sockettester","tcp","test-sockets","testing-tools","udp","vb6","visual-basic-6","visualbasic6"],"created_at":"2024-11-24T08:11:54.001Z","updated_at":"2026-01-04T03:43:51.340Z","avatar_url":"https://github.com/SweetIceLolly.png","language":"Visual Basic","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SocketTester\nA very simple tool to test sockets. Useful when doing socket programming. Capable for both TCP and UDP connections.\n\n# Features\n\nThe program uses MDI, which means you are able to run multiple tasks in a single program.\n\n## TCP Client Mode\n**Customizable server IP and port**\n\nYou can specific the server socket IP and port.\n\n**Socket status display**\n\nYou can know the network traffic and the status of the socket. The socket state code can be one of the following:\n\n| Code | Meaning            |\n|------|--------------------|\n| 0    | Connection Closed  |\n| 1    | Socket Open        |\n| 2    | Listening          |\n| 3    | Connection Pending |\n| 4    | Resolving Host     |\n| 5    | Host Resolved      |\n| 6    | Connecting         |\n| 7    | Connected          |\n| 8    | Connection Closing |\n| 9    | Socket Error       |\n\n**Packet received**\n\nThere's a list that shows all packet received. You can select a packet to view its size, text content or binary content. You may save the packet as a file or copy its content to clipboard if you wish.\n\n**Packet sender**\n\nYou may make up your packet and send it to the remote socket. Both text mode and binary mode are supported. You may load the content from a file if you wish.\n\n## TCP Server Mode\n**Customizable server port**\n\nYou can specific the server port to listen on.\n\n**Other features of TCP Server Mode are exactly the same as TCP Client Mode**\n\n## UDP Mode\n**Customizable local/remote port and remote IP**\n\nYou can specific the local UDP port, the remote UDP socket IP and the remote UDP socket port. Set the Remote IP to your broadcasting IP (e.g. `255.255.255.255`) to broadcast packets.\n\n**Other features of UDP Mode are exactly the same as TCP Client Mode**\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweeticelolly%2Fsockettester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsweeticelolly%2Fsockettester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweeticelolly%2Fsockettester/lists"}