Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feritstar/supersimpletcp_serverclientexample
TCP Example
https://github.com/feritstar/supersimpletcp_serverclientexample
tcp-client tcp-ip tcp-server ui-design windows-forms
Last synced: 1 day ago
JSON representation
TCP Example
- Host: GitHub
- URL: https://github.com/feritstar/supersimpletcp_serverclientexample
- Owner: feritstar
- Created: 2022-07-27T19:11:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T19:14:47.000Z (over 2 years ago)
- Last Synced: 2024-11-25T12:41:23.730Z (2 months ago)
- Topics: tcp-client, tcp-ip, tcp-server, ui-design, windows-forms
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperSimpleTCP_ServerClientExample
This solution is built by using SuperSimpleTCP library. There are two projects. One is created for TCP_Server project, another for TCP_Client project.
Any user can use source code to learn basics of TCP/IP protocol and client-server relationship.