CSHARP (UDP)을 네트워크 프로토콜 채팅 프로그램 소스를 기반으로 개발했다. 클라이언트와 서버로 나뉘어집니다 - 측면. 소스 코드의 무결성, 그리고 직접적으로 사용될 수있습니다.
File list:
5
\chat
\....\classes
\....\.......\chat
\....\.......\....\ChatApp.class
\....\.......\....\ChatFrame$1.class
\....\.......\....\ChatFrame.class
\....\src
\....\...\chat
\....\...\....\ChatApp.java
\....\...\....\ChatFrame.java
\....\chat.jpx
\CommunicationClient
\...................\classes
\...................\.......\communicationclient
\...................\.......\...................\CommunicationClient$1.class
\...................\.......\...................\CommunicationClient$2.class
\...................\.......\...................\CommunicationClient.class
\...................\.......\CommunicationClient.html
\...................\src
\...................\...\communicationclient
\...................\...\...................\CommunicationClient.java
\...................\CommunicationClient.html
\...................\CommunicationClient.jpx
\CommunicationServer
\...................\classes
\...................\.......\communicationserver
\...................\.......\...................\CommunicationServer$1.class
\...................\.......\...................\CommunicationServer.class
\...................\.......\...................\RunCommunicationServer.class
\...................\src
\...................\...\communicationserver
\...................\...\...................\CommunicationServer.java
\...................\...\...................\RunCommunicationServer.java
\...................\CommunicationServer.html
\...................\CommunicationServer.jpx
\UDPEcho
\.......\classes
\.......\.......\udpecho
\.......\.......\.......\ReceiverThread.class
\.......\.......\.......\SenderThread.class
\.......\.......\.......\UDPEchoClient.class
\.......\.......\.......\UDPEchoServer.class
\.......\.......\.......\UDPServer.class
\.......\src
\.......\...\udpecho
\.......\...\.......\ReceiverThread.java
\.......\...\.......\SenderThread.java
\.......\...\.......\UDPEchoClient.java
\.......\...\.......\UDPEchoServer.java
\.......\UDPEcho.jpx