-
[MFC Project] 프로젝트 본격 시작!!case Computer : 2010. 5. 12. 23:38
1. Project Content :
This project is to develop a program for chatting and file transmission between the two people. After 'A' user(Server) opens a specific port, he goes into listening status until 'B' user(Client) connects to this port. 'A' user(Server) tells the 'B' user(Client) his IP address and password before connection.
In this case, 'A' user becomes the Server and 'B' user becomes the Client but the program have both server and client functions so this can be changed vise versa. Therefore everybody is able to open a Server. But the TCP port and UDP port used in this program uses a static port.
'B' user(Client) is connected by inserting 'A' user's IP address and types the password obtained from 'A' user to access. The users use a TCP/IP protocol in order to have interactions.
In addition, two user can transmit the file for each other through UDP Protocol in the menu. Also, it is suggested to have a function which enables the save the spoken context between 'A' user and 'B' user. Save form is text file(*.txt).
2. Function and Skill
A) Network Socket Programming
B) Server and Client All-in one
C) File Reading and Writing
3. Test Environment
Language : C++(MFC)
Visual Studio 6.0
OS : Windows XP
반응형'case Computer :' 카테고리의 다른 글
[MFC Project] Local ip 가져오기 (0) 2010.05.12 [MFC Project] Base Diagram (0) 2010.05.12 구글 브라우져 크롬 스피드 테스트 (0) 2010.05.06 (xp 및 7) 원격접속 포트 변경 및 접속 하기 (0) 2010.05.04 [HongPD] 웹 문서 검색/다운로드 프로그램 (1) 2010.04.28