https://github.com/hgmauri/sample-supersocket-app
A socket connection console application (.NET Framework 4.6.1) using the SuperSocket package. Step to use: - Connect the socket using TELNET - Send a text and press the ENTER button
https://github.com/hgmauri/sample-supersocket-app
socket socket-client socket-communication socket-programming supersocket telnet
Last synced: 9 months ago
JSON representation
A socket connection console application (.NET Framework 4.6.1) using the SuperSocket package. Step to use: - Connect the socket using TELNET - Send a text and press the ENTER button
- Host: GitHub
- URL: https://github.com/hgmauri/sample-supersocket-app
- Owner: hgmauri
- Created: 2016-03-31T12:38:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T00:31:21.000Z (over 7 years ago)
- Last Synced: 2025-02-17T14:30:23.204Z (12 months ago)
- Topics: socket, socket-client, socket-communication, socket-programming, supersocket, telnet
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.App
A socket connection console application .NET 4.6.1 with using the SuperSocket (1.6.6.1) package.
This example was created the class "CustomStringParser" to get the full message that was sent, without using the "key".
Step to use:
- Run the application
- Open another command prompt and run "telnet 127.0.0.1 3333"
- Send a text and press the ENTER
- Send text and press ENTER
- Will return an answer and the connection is closed
- Check the "Logs" folder in the "bin/Logs" folder, for connection check and send messages via TELNET