Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whitedodo/jasperasyncnetwork-client

c#으로 비동기식 네트워크 클라이언트 프로그램 구현함.(Implement an asynchronous network client program in c#.)
https://github.com/whitedodo/jasperasyncnetwork-client

csharp csharp-async csharp-network csharp-network-client network

Last synced: about 2 months ago
JSON representation

c#으로 비동기식 네트워크 클라이언트 프로그램 구현함.(Implement an asynchronous network client program in c#.)

Awesome Lists containing this project

README

        

## [JasperAsyncNetwork-Client]

#### 작성자 소개(About the author)
> ##### 1. Dodo ([email protected])
> ##### 2. Created by: 2019-10-20
> ##### 3. Description:
> ##### 4. License: GNU General Public License, version 3

#### 빌드(Build)
> ##### 1. Invoke the project in an visual studio environment.

#### 개발환경(Development environment)
> ##### 1. Visual Studio 2019

#### 시연(Practice)
> #### 1. 191020 JasperAsync - Youtube, Accessed by 2019-10-20, Last Modified 2019-10-20, https://www.youtube.com/watch?v=fmf9sWtgfvQ&feature=youtu.be

#### 참고(Reference)
Link: 1. 비동기 서버 소켓 예제 | Microsoft Docs, Accessed by 2019-10, 20, Last Modified 2017-03-30, https://docs.microsoft.com/ko-kr/dotnet/framework/network-programming/asynchronous-server-socket-example
Link: 2. 비동기 클라이언트 소켓 예제 | Microsoft Docs, Accessed by 2019-10, 20, Last Modified 2017-03-30, https://docs.microsoft.com/ko-kr/dotnet/framework/network-programming/asynchronous-client-socket-example
Link: 3. 시리얼포트 기초 - C# 프로그래밍 배우기 (Learn C# Programming), Accessed by 2019-10-20, Last Modified http://www.csharpstudy.com/Practical/Prac-serialport.aspx