KR101944946B1 - Udp communication test apparatus and the method thereof - Google Patents

Udp communication test apparatus and the method thereof Download PDF

Info

Publication number
KR101944946B1
KR101944946B1 KR1020170126599A KR20170126599A KR101944946B1 KR 101944946 B1 KR101944946 B1 KR 101944946B1 KR 1020170126599 A KR1020170126599 A KR 1020170126599A KR 20170126599 A KR20170126599 A KR 20170126599A KR 101944946 B1 KR101944946 B1 KR 101944946B1
Authority
KR
South Korea
Prior art keywords
packet
udp
xml file
unit
communication
Prior art date
Application number
KR1020170126599A
Other languages
Korean (ko)
Inventor
박지혁
김지태
Original Assignee
김지태
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 김지태 filed Critical 김지태
Priority to KR1020170126599A priority Critical patent/KR101944946B1/en
Application granted granted Critical
Publication of KR101944946B1 publication Critical patent/KR101944946B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0266Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using meta-data, objects or commands for formatting management information, e.g. using eXtensible markup language [XML]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/164Adaptation or special uses of UDP protocol

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present invention relates to a UDP communication test device and a method thereof, capable of conducting a test based on UDP communication without coding or compiling for changing the configuration of UDP communication between different kinds of hardware devices or programs, which are manufactured to communicate while having different kinds of UDP packet structures. The UDP communication test device includes: a packet control interface part (120) outputting a packet control interface and inputting UDP packet structure information by test subject software for configuration; a packet formation XML generating part (130) generating and storing a UDP packet formation XML file corresponding to the UDP packet structure information inputted through the packet control interface part (120); a packet forming part (140) loading the UDP packet formation XML file, and then, forming a UDP packet; a UDP transceiving data processing part (150) processing a signal of the UDP packet transceived through UDP communication with the UDP packet generated through the packet forming part (140); and a communication part (160) performing UDP communication with the test subject software or remote device.

Description

UDP 통신 테스트 장치 및 그 방법{UDP COMMUNICATION TEST APPARATUS AND THE METHOD THEREOF}[0001] UDP COMMUNICATION TEST APPARATUS AND THE METHOD THEREOF [0002]

본 발명은 UDP 통신 기술에 관한 것으로서, 더 욱 상세하게는, 다른 종류의 UDP 패킷 구조를 가지고 통신하도록 제작된 다른 종류의 프로그램 또는 하드웨어 장치들 사이에서 UDP 통신의 설정 변경을 위한 코딩 및 컴파일을 수행함이 없이 UDP 통신 테스트를 수행할 수 있도록 하는 UDP 통신 테스트 장치 및 그 방법에 관한 것이다.The present invention relates to a UDP communication technology, and more particularly, to coding and compiling for changing a setting of UDP communication between different types of programs or hardware devices designed to communicate with different types of UDP packet structures The present invention relates to a UDP communication test apparatus and a method thereof.

UDP는 User Datagram Protocol의 축약어로 컴퓨터가 다른 컴퓨터와 데이터 통신을 하기 위한 규약(프로토콜)의 일종이다. UDP는 세계 통신표준으로 개발된 OSI 모형에서 4번째 계층인 전송 계층(Transport Layer)에서 사용하는 규약이다.UDP is an abbreviation of User Datagram Protocol (UDP), a kind of protocol for computers to communicate data with other computers. UDP is a protocol used in the transport layer, which is the fourth layer in the OSI model developed as a global communication standard.

UDP를 구성하는 패킷은 목적지주소, 데이터순서, 체크섬(checksum)과 실데이터만을 포함하고 있어, 수신여부에 대한 확인함이 없이 설정된 전송방식으로 상대 측에 데이터를 전송하게 되므로, TCP보다 용량이 가볍고 송신 속도가 빠르나, 확인응답을 하지 못하기 때문에 신뢰도가 TCP보다 떨어지게 되는 특징을 가진다. 따라서 UDP는 비연결형이라 부르며 TCP는 연결형이라 구분한다.The UDP packet consists of destination address, data order, checksum and real data, so it transmits the data to the other side with no transmission confirmation. The transmission speed is fast but the acknowledgment can not be made, so that the reliability is lower than TCP. Therefore, UDP is called a connection type and TCP is a connection type.

이러한 UDP는 실시간성 보장이 중요하기 때문에 TCP로 하면 매우 비효율적인 스트리밍 분야나 VoIP, mVoIP에서 사용된다. 또한 온라인 게임의 서버-클라이언트 통신에도 대부분 UDP가 사용된다. 이 경우는 데이터가 빠짐없이 전송되는 것보다는 빠른 응답속도가 중요하기 때문에 사용된다. 이 경우 게임 서버는 입력데이터 전송은 UDP에 맡기고 대부분 손실되는 키 입력을 자체적으로 복구하거나 아예 무시해버리는 방법을 사용하는 경우가 많다. 데이터를 보낼 때 애초에 중복으로 두 개 정도 보내서 패킷 하나쯤 손실됐더라도 다음 패킷에서 복구하도록 하는 메커니즘도 사용된다. 다만 UDP로 전송하는 것은 응답성이 중요한 유저 입력과 서버의 반응 정도이고 중요한 데이터는 TCP 전송을 함께 사용한다.Since UDP is important for real-time security, it is used in streaming fields, VoIP, and mVoIP, which are very inefficient. Also, UDP is mostly used for server-client communication of online games. In this case, it is used because the faster response speed is more important than the data being transmitted completely. In this case, the game server often uses a method of leaving the input data transfer to UDP and recovering most of the lost key input itself or ignoring it altogether. When sending data, a mechanism is used to send two packets in duplicate to recover from the next packet even if one packet is lost. However, in case of UDP transmission, the responsiveness of user input and server are important, and important data is used together with TCP transmission.

더불어 TCP로 쓰면 효율이 떨어지나 신뢰성을 보장해 주어야 하는 상황일 경우 TCP에서 하는 신뢰성 작업을 프로그래머가 직접 코딩해서 구현하는 것에 의해 UDP를 이용하여 신뢰성 있는 네트워크를 구축할 수 있다. 일예로 일부 P2P 시스템에서는 UDP를 사용하면서 동시에 신뢰성을 보장하는 별도의 통신방식을 개발하여 사용하고 있으며, 가장 유명한 것으로 일부 비트토렌트 클라이언트에서 사용하는 μTP가 있다.In addition, if TCP is used in a situation where efficiency is low, but reliability must be ensured, a reliable network can be constructed using UDP by programmatically coding and implementing the reliability work in TCP. For example, some P2P systems have developed and used a separate communication method that uses UDP while ensuring reliability at the same time, and most famous is μTP used by some bit-torrent clients.

상술한 특징을 가지는 UDP가 적용된 소프트웨어의 경우 내부에 UDP 통신을 위한 설정이 코딩되어 컴파일이 수행되므로, 동일한 UDP 패킷 구조로 코딩된 소프트웨어 이외의 다른 종류의 UDP 패킷 구조로 코딩된 소프트웨어의 경우에는 UDP에 의한 통신을 수행할 수 없게 되는 문제점을 가진다. 따라서 UDP를 이용한 서버프로그램이나 클라이언트 프로그램의 테스트, 하드웨어 제작이 완료되지 않아 신호(탄환 궤적 계산을 위한 총구 방향 및 격발 신호 등)를 UDP 통신으로 전송 받을 수 없는 소프트웨어 등의 경우에는 동일한 UDP 패킷 구조로 코딩된 소프트웨어로만 UDP 통신이 가능하고, 다른 UDP 패킷 구조로 코딩된 소프트웨어의 경우에는 패킷 구조의 설정이 상이하게 되므로 통신을 수행할 수 없게 되어, 소프웨어 별로 UDP 통신 테스트를 위해 UDP 패킷 설정관련 코드들에 대한 코딩을 수행한 후 컴파일을 수행해야 하는 문제점을 가진다.In the case of the UDP-applied software having the above-described characteristics, the setting for UDP communication is coded and compiled. Therefore, in the case of software coded in a UDP packet structure other than the software coded in the same UDP packet structure, It is not possible to perform communication by means of the network. Therefore, in the case of software that can not receive UDP communication signals (muzzle direction and trigger signal for calculation of bullet trajectories, etc.) because the server program or client program test using UDP is not completed and hardware production is not completed, the same UDP packet structure UDP communication can be performed only with coded software. In the case of software coded with a different UDP packet structure, since the packet structure is set differently, communication can not be performed, and UDP packet setting related codes And then compile the code.

또한, 기존의 상용 UDP 통신 테스트용 소프트웨어의 경우 UDP 통신으로 수신된 데이터의 구성을 알 수 없기 때문에 수신된 데이터를 바이너리(binary) 또는 헥사코드(Hex) 등으로 표현하게 되므로 가독성이 낮은 문제점을 가진다. 또한 UDP 통신을 데이터 전송이 불가능 하거나 전송할 데이터 또한 바이너리(binary) 또는 헥사코드(Hex) 등의 형태로 표현되기 때문에 변경이 어려운 문제점을 가진다.In addition, in the case of the conventional commercial UDP communication test software, since the configuration of the data received through the UDP communication is not known, the received data is expressed in binary or hexadecimal (Hex) . In addition, UDP communication is difficult to change because data can not be transmitted or the data to be transmitted is also expressed in the form of binary or hex code (Hex).

한국공개특허 제10-2005-0089174호Korean Patent Publication No. 10-2005-0089174 한국등록특허 제10-0919254호Korean Patent No. 10-0919254 한국등록특허 제10-14722012호Korean Patent No. 10-14722012

따라서 본 발명은 상술한 종래기술의 문제점을 해결하기 위한 것으로서, 다른 종류의 UDP 패킷 구조를 가지고 통신하도록 제작된 소프트웨어(프로그램) 또는 하드웨어 장치들 사이에서 UDP 통신을 이용한 테스트의 수행을 위해, 각각의 프로그램들에 적용되는 UDP 패킷 구성을 XML 파일로 생성하여 저장한 후 로드하여 패킷 구조를 변경할 수 있도록 함으로써, UDP 패킷 구조 변경을 위한 코딩 및 컴파일을 수행함이 없이 다른 UDP 패킷 구조를 가지는 프로그램들에 대하여 UDP 통신에 의한 테스트를 수행할 수 있도록 하는 UDP 통신 테스트 장치 및 그 방법을 제공하는 것을 목적으로 한다.SUMMARY OF THE INVENTION Accordingly, the present invention has been made keeping in mind the above problems occurring in the prior art, and it is an object of the present invention to provide a method and apparatus for performing a test using UDP communication between software The UDP packet configuration applied to the programs can be generated as an XML file, and then the program can be loaded and loaded to change the packet structure. Thus, programs having different UDP packet structures without performing coding and compilation for changing the UDP packet structure And to provide a UDP communication test apparatus capable of performing a test by UDP communication and a method thereof.

상술한 목적을 달성하기 위한 본 발명의 UDP 통신 테스트 장치는,According to an aspect of the present invention, there is provided a UDP communication test apparatus comprising:

패킷제어인터페이스를 출력하여 테스트 대상별 UDP 패킷 구조 정보를 입력하여 설정할 수 있도록 하는 패킷제어인터페이스부(120);A packet control interface unit 120 for outputting a packet control interface and inputting and setting UDP packet structure information for each test subject;

상기 패킷제어인터페이스부(120)를 통해 입력되는 UDP 패킷 구조 정보에 대응하는 UDP 패킷구성XML파일을 생성하여 저장하는 패킷구성XML생성부(130);A packet configuration XML generation unit 130 for generating and storing a UDP packet configuration XML file corresponding to the UDP packet structure information input through the packet control interface unit 120;

상기 UDP 패킷구성XML파일을 로딩한 후 UDP 패킷을 구성하는 패킷구성부(140);A packet composing unit 140 for composing a UDP packet after loading the UDP packet configuration XML file;

상기 패킷구성부(140)에서 생성되는 UDP 패킷에 UDP 통신을 통해 송수신 된 데이터를 적용하는 UDP 송수신데이터처리부(150); 및A UDP transmission / reception data processing unit 150 for applying the data transmitted / received through the UDP communication to the UDP packet generated in the packet configuration unit 140; And

테스트 대상 소프트웨어 또는 원격장치와 UDP 통신에 의한 UDP 통신을 수행하는 통신부(160);를 포함하여 구성될 수 있다.And a communication unit 160 for performing UDP communication by UDP communication with the software or the remote device to be tested.

상기 패킷제어인터페이스는,Wherein the packet control interface comprises:

UDP 통신 대상에 할당된 IP주소와 포트, 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)을 사용자로부터 UDP 패킷 구조 정보로 입력받아 표시하고, 패킷구성XML파일을 생성하여 저장하며, 외부로부터 수신된 UDP 패킷에 대한 패킷구성정보를 표시하는 GUI(Graphic User Interface)로 구성될 수 있다.(IP) address, port, variable type, variable name, variable range, and time step (time step) between UDP communication target A GUI (Graphic User Interface) for generating and displaying a packet configuration XML file, and displaying packet configuration information for a UDP packet received from the outside.

상기 UDP 통신 테스트 장치는,The UDP communication test apparatus includes:

상기 패킷구성XML파일을 저장하는 패킷구성XML파일테이블(110)을 더 포함하여 구성되고,And a packet configuration XML file table (110) for storing the packet configuration XML file,

상기 패킷제어인터페이스는,Wherein the packet control interface comprises:

상기 패킷구성XML파일테이블(110)에 저장된 UDP 패킷구성XML파일을 로드하여 신규 생성할 UDP 패킷의 UDP 패킷 구조 정보를 입력하도록 구성될 수도 있다.It may be configured to load the UDP packet configuration XML file stored in the packet configuration XML file table 110 and input the UDP packet structure information of the UDP packet to be newly generated.

상술한 목적을 달성하기 위한 본 발명의 UDP 통신 테스트 방법은,According to an aspect of the present invention,

패킷구성XML파일테이블(110), 패킷제어인터페이스부(120), 패킷구성XML생성부(130), 패킷구성부(140), UDP 송수신데이터처리부(150) 및 통신부(160)를 포함하는 UDP 통신 테스트 장치(100)에 의한 UDP 통신 테스트 방법에 있어서,A UDP transmission / reception data processing unit 150, and a communication unit 160. The UDP transmission / reception data processing unit 150 includes a packet configuration XML file table 110, a packet control interface unit 120, a packet configuration XML generation unit 130, a packet configuration unit 140, In the UDP communication test method by the test apparatus 100,

패킷제어인터페이스부(120)가 패킷제어인터페이스를 출력하여 테스트 대상 소프트웨어별 UDP 패킷 구조 정보가 입력되는 지를 판단하여 패킷신규생성 여부를 판단하는 패킷신규생성판단과정(S100);(S100) for determining whether a new packet is generated by determining whether the UDP packet structure information for each software to be tested is output by outputting a packet control interface by the packet control interface unit 120;

상기 패킷신규생성판단과정(S100)의 판단결과 패킷신규생성으로 판단된 경우에는 상기 패킷구성XML생성부(130)가 상기 패킷제어인터페이스부(120)를 통해 입력되는 UDP 패킷 구조 정보에 대응하는 UDP 패킷구성XML파일을 생성하여 저장하는 패킷구성XML파일생성과정(S200);If it is determined in step S100 that the packet is newly generated, the packet configuration XML generation unit 130 generates UDP packet data corresponding to the UDP packet structure information input through the packet control interface unit 120, A packet configuration XML file generation process (S200) for generating and storing a packet configuration XML file;

상기 패킷구성부(140)가 상기 신규 생성된 패킷구성XML파일 또는 기저장된 패킷구성XML파일을 로드하는 패킷구성XML파일로드과정(S300);A packet configuration XML file loading process (S300) in which the packet configuring unit 140 loads the newly generated packet configuration XML file or a previously stored packet configuration XML file;

상기 패킷구성부(140)가 상기 패킷구성XML파일을 로드하여 테스트 대상 UDP 패킷을 생성하는 패킷구성과정(S400); 및A packet configuration process (S400) in which the packet configuration unit 140 loads the packet configuration XML file to generate a test target UDP packet; And

상기 UDP 송수신데이터처리부(150)가 상기 패킷구성부(140)에서 생성된 UDP 패킷과 상기 통신부(160)에 의해 송수신되는 UDP 패킷의 신호처리를 통하여 테스트 대상 소프트웨어 또는 원격장치와 UDP 통신에 의한 UDP 통신 테스트를 수행하는 UDP 통신 테스트 과정(S500);을 포함하여 이루어지는 것을 특징으로 한다.The UDP transmission / reception data processing unit 150 performs signal processing of the UDP packet generated by the packet configuration unit 140 and the UDP packet transmitted / received by the communication unit 160, And a UDP communication test process (S500) for performing a communication test.

상기 UDP 패킷 구조 정보는,The UDP packet structure information includes:

통신 테스트 대상에 할당된 IP주소와 포트, 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)을 포함하여 구성될 수 있다.A Variable Name, a Variable Range, and a Time Step (Time Step), which are assigned to the communication test target.

삭제delete

삭제delete

삭제delete

상술한 구성의 본 발명은, 다른 UDP 패킷 구조를 가지고 통신하도록 제작된 다른 종류의 프로그램 또는 하드웨어 장치들 사이에서 UDP 통신을 이용한 테스트의 수행을 위해, 각각의 프로그램들에 적용되는 패킷 구성을 XML 파일로 생성하여 저장한 후 로드하여 패킷 구조를 변경할 수 있도록 함으로써, 패킷 구조 변경을 위한 코딩 및 컴파일을 수행함이 없이 다른 UDP 패킷 구조를 가지는 프로그램들에 대하여 UDP 통신에 의한 테스트를 수행할 수 있도록 하는 효과를 제공한다.In order to perform a test using UDP communication between different types of programs or hardware devices designed to communicate with different UDP packet structures, It is possible to perform a test by UDP communication with respect to programs having different UDP packet structures without performing coding and compilation for changing the packet structure Lt; / RTI >

도 1은 본 발명의 실시예에 따르는 UDP 통신 테스트 장치(100)의 구성도.
도 2는 패킷제어인터페이스부(120)에 의해 출력되는 패킷제어인터페이스의 실시예를 나타내는 도면.
도 3은 패킷제어인터페이스부(120)에 의한 패킷구성XML파일 생성과정을 나타내는 도면.
도 4는 패킷구성부(140)가 패킷구성XML파일을 로드하여 UDP 패킷을 생성하는 패킷 구성의 실시예를 나타내는 도면.
도 5는 통신부(160)에 의해 송수신되는 UDP 패킷과 패킷구성부(140)에서 생성한 UDP 패킷에 대해 UDP송수신데이터처리부(150)가 수행하는 신호처리를 나타내는 도면.
도 6은 본 발명의 UDP 통신 테스트 장치(100)가 적용되어 UDP 통신 테스를 수행하는 UDP 통신 테스트 시스템 구성의 실시예를 나타내는 도면.
도 7은 본 발명의 실시예에 따르는 UDP 통신 테스트 방법의 처리과정을 나타내는 도면.
1 is a configuration diagram of a UDP communication test apparatus 100 according to an embodiment of the present invention.
2 shows an embodiment of a packet control interface output by the packet control interface unit 120;
3 is a diagram illustrating a process of generating a packet configuration XML file by the packet control interface unit 120;
4 is a diagram showing an embodiment of a packet configuration in which a packet configuration unit 140 loads a packet configuration XML file to generate a UDP packet;
5 is a diagram illustrating signal processing performed by the UDP transmission / reception data processing unit 150 with respect to a UDP packet transmitted / received by the communication unit 160 and a UDP packet generated by the packet configuration unit 140;
6 is a diagram showing an embodiment of a UDP communication test system configuration in which a UDP communication test apparatus 100 of the present invention is applied to perform a UDP communication test.
7 illustrates a process of a UDP communication test method according to an embodiment of the present invention;

하기에서 본 발명을 설명함에 있어서, 관련된 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다.In the following description of the present invention, detailed description of known functions and configurations incorporated herein will be omitted when it may make the subject matter of the present invention rather unclear.

본 발명의 개념에 따른 실시예는 다양한 변경을 가할 수 있고 여러 가지 형태를 가질 수 있으므로 특정 실시예들을 도면에 예시하고 본 명세서 또는 출원서에 상세하게 설명하고자 한다. 그러나 이는 본 발명의 개념에 따른 실시예를 특정한 개시 형태에 대해 한정하려는 것이 아니며, 본 발명은 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 또한, 본 명세서에서 단어 "예시적인" 은 "예로서, 일례로서, 또는 예증으로서 역할을 한다."라는 것을 의미하기 위해 이용된다. "예시적"으로서 본 명세서에서 설명된 임의의 양태들은 다른 양태들에 비해 반드시 선호되거나 또는 유리하다는 것으로서 해석되어야 하는 것만은 아니다.The embodiments according to the concept of the present invention can be variously modified and can take various forms, so that specific embodiments are illustrated in the drawings and described in detail in the specification or the application. It is to be understood, however, that the intention is not to limit the embodiments according to the concepts of the invention to the specific forms of disclosure, and that the invention includes all modifications, equivalents and alternatives falling within the spirit and scope of the invention. Also, the word "exemplary" is used herein to mean "serving as an example, instance, or illustration." Any aspect described herein as "exemplary " is not necessarily to be construed as preferred or advantageous over other aspects.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. 구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.It is to be understood that when an element is referred to as being "connected" or "connected" to another element, it may be directly connected or connected to the other element, . On the other hand, when an element is referred to as being "directly connected" or "directly connected" to another element, it should be understood that there are no other elements in between. Other expressions that describe the relationship between components, such as "between" and "between" or "neighboring to" and "directly adjacent to" should be interpreted as well.

본 명세서에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 설시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. The singular expressions include plural expressions unless the context clearly dictates otherwise. In this specification, the terms "comprises ", or" having ", or the like, specify that there is a stated feature, number, step, operation, , Steps, operations, components, parts, or combinations thereof, as a matter of principle.

이하, 본 발명의 실시예를 나타내는 첨부 도면을 참조하여 본 발명을 더욱 상세히 설명한다.Hereinafter, the present invention will be described in more detail with reference to the accompanying drawings showing embodiments of the present invention.

도 1은 본 발명의 실시예에 따르는 UDP 통신 테스트 장치(100)의 구성도이고, 도 2는 패킷제어인터페이스부(120)에 의해 출력되는 패킷제어인터페이스의 실시예를 나타내는 도면이며, 도 3은 패킷제어인터페이스부(120)에 의한 패킷구성XML파일 생성과정을 나타내는 도면이고, 도 4는 패킷구성부(140)가 패킷구성XML파일을 로드하여 UDP 패킷을 생성하는 패킷 구성의 실시예를 나타내는 도면이며, 도 5는 통신부(160)에 의한 UDP 통신을 수행하기 위해 송수신되는 UDP 패킷에 대해 UDP송수신데이터처리부(150)가 수행하는 신호처리를 나타내는 도면이다.FIG. 1 is a configuration diagram of a UDP communication test apparatus 100 according to an embodiment of the present invention, FIG. 2 is a diagram showing an embodiment of a packet control interface output by the packet control interface unit 120, FIG. 3 4 is a diagram showing an example of a packet configuration in which a packet configuration unit 140 loads a packet configuration XML file to generate a UDP packet. And FIG. 5 is a diagram illustrating signal processing performed by the UDP transmission / reception data processing unit 150 with respect to a UDP packet transmitted / received in order to perform UDP communication by the communication unit 160.

도 1에 도시된 바와 같이, 상기 UDP 통신 테스트 장치(100)는, 패킷구성XML파일테이블(110), 패킷제어인터페이스부(120), 패킷구성XML생성부(130), 패킷구성부(140), UDP 송수신데이터처리부(150) 및 통신부(160)를 포함하는 다른 UDP 패킷 구조를 가지는 소프트웨어들에 대한 UDP 통신 테스트를 수행할 수 있도록 구성된다.1, the UDP communication test apparatus 100 includes a packet configuration XML file table 110, a packet control interface unit 120, a packet configuration XML generation unit 130, a packet configuration unit 140, The UDP transmission / reception data processing unit 150, and the communication unit 160. The UDP transmission /

이를 위해, 상기 패킷구성XML파일테이블(110)은 소프트웨어별로 설정된 UDP 패킷을 구성할 수 있도록 하는 패킷구성XML파일을 저장하는 테이블 형태의 저장부로 구성된다.To this end, the packet configuration XML file table 110 includes a table-type storage unit for storing a packet configuration XML file for configuring a UDP packet set for each software.

상기 패킷제어인터페이스부(120)는, 사용자가 송수신 UDP 패킷을 확인할 수 있도록 하고, 신규 UDP 패킷 생성을 위한 UDP 패킷 구조 정보를 입력할 수 있도록 하는 패킷제어인터페이스를 출력하여, 테스트 대상 소프트웨어별 UDP 패킷 구조 정보가 입력되는 지를 판단하여 패킷신규생성 여부를 판단하며, 패킷구성XML파일테이블(110)에 저장된 UDP 패킷구성XML파일을 로드하여 신규 생성할 UDP 패킷의 UDP 패킷 구조 정보를 입력하도록 구성된다. 이때, 상기 UDP 패킷 구조 정보는 통신 테스트 대상에 할당된 IP주소와 포트, 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)을 포함한다.The packet control interface unit 120 outputs a packet control interface for allowing the user to check the transmission / reception UDP packet and input the UDP packet structure information for generating a new UDP packet, The UDP packet structure XML file stored in the packet configuration XML file table 110 is loaded to input the UDP packet structure information of the UDP packet to be newly generated. At this time, the UDP packet structure information includes an IP address, a port, a variable type, a variable name, a variable range, and a time step (transmission / reception interval) allocated to a communication test object .

구체적으로, 상기 패킷제어인터페이스는, 도 2와 같이, 분할된 창에 일 측은 수신된 UDP 패킷의 구조와 데이터를 표시하고, 타 측에는 송신될 UDP 패킷의 구조와 데이터를 표시하도록 구성된다. 또한, 신규 UDP 패킷 생성을 위하여, 수신측의 IP 주소와 포트, UDP 패킷의 송수신 간격인 타임스텝의 설정, 입력되는 UDP 패킷 구조 정보를 저장하는 테이터구성저장, 기 저장된 패킷구성XML파일을 로드하는 데이터 구성로드, 시작 및 정지를 위한 메뉴버튼들을 포함하여 구성된다. 그리고 신규생성될 UDP 패킷에 설정될 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)을 입력받아 표시하도록 구성된다.Specifically, the packet control interface is configured to display the structure and data of the received UDP packet on one side and the structure and data of the UDP packet to be transmitted on the other side in a divided window, as shown in FIG. In order to create a new UDP packet, a configuration for storing the IP address and port of the receiving side, setting of a time step as a transmission / reception interval of a UDP packet, input UDP packet structure information, And menu buttons for loading, starting, and stopping data configuration. A variable type, a variable name, a variable range, and a time step (time step) are to be set and displayed in the UDP packet to be newly generated.

상기 패킷구성XML생성부(130)는 패킷신규생성 여부의 판단결과 패킷신규생성으로 판단된 경우 상기 패킷제어인터페이스부(120)를 통해 입력되는 UDP 패킷 신규 생성을 위한 UDP 패킷 구조 정보에 대응하는 UDP 패킷구성XML파일을 생성하여 패킷구성XML파일테이블(110)에 저장하도록 구성된다.If it is determined that the packet is to be newly generated as a result of the determination as to whether or not the packet is newly generated, the packet configuration XML generation unit 130 generates UDP packet structure information for generating a UDP packet, which is input through the packet control interface unit 120, And to store the packet configuration XML file in the packet configuration XML file table 110. [

상기 패킷구성XML파일은 도 3과 같이, 입력된 신규생성될 UDP 패킷에 설정될 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)이 XML코드로 변환하여 XML 파일의 실행에 의해 신규 UDP 패킷이 생성되도록 구성된다.As shown in FIG. 3, the packet configuration XML file includes a Variable Type, a Variable Name, a Variable Range, and a Time Step, which are to be set in an input newly generated UDP packet, ) Is converted into XML code and a new UDP packet is generated by execution of the XML file.

상기 패킷구성부(140)는 UDP 패킷구성XML파일을 로딩한 후 UDP 패킷을 구성하도록 구성된다.The packet configuration unit 140 is configured to configure a UDP packet after loading the UDP packet configuration XML file.

구체적으로, 도 4와 같이, 상기 패킷구성부(140)는 UDP 패킷구성XML파일을 로딩한 후 XML 파일에 포함된 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)을 가지는 송수신 UDP 패킷을 생성한다.4, after loading the UDP packet configuration XML file, the packet configuration unit 140 loads a variable type, a variable name, a variable range, , And a time step (time step).

상기 UDP 송수신데이터처리부(150)는 생성된 UDP 패킷을 UDP 통신을 통해 송수신되는 UDP 패킷에 적용하여 상대측 소프트웨어 또는 장치로 송수신하는 것에 의해 UDP 통신 테스를 수행하도록 구성된다. The UDP transmission / reception data processing unit 150 is configured to perform a UDP communication test by applying the generated UDP packet to a UDP packet transmitted / received through UDP communication, and transmitting / receiving the generated UDP packet to a partner software or device.

이 경우, UDP 통신 테스트는 UDP 통신 기반의 서버와 클라이언트에 구성되는 UDP 통신 소프트웨어에 대한 정상 동작 여부에 대한 테스트, 원격장치의 구동을 위한 UDP 구동명령의 인가에 따른 원격장치의 정상 구동 여부 테스트, 또는 원격지 장치에 하드웨어 장치 구현의 미비시 소프트웨어적인 구동명령(무인 소총의 격발 신호, 무인 소화장치의 구동 신호, 무인 감시 장치 구동 신호 등)을 본원 UDP 통신 테스트 장치(100)를 이용하여 UDP 패킷으로 생성한 후 전송하여 정상 구동되는지에 대한 테스트 등을 수행할 수 있게 된다.In this case, the UDP communication test is a test for whether or not the UDP communication software configured on the UDP communication based server and the client operates normally, the test whether the remote device is normally driven according to the UDP driving command for driving the remote device, (A trigger signal of the unmanned rifle, a driving signal of the unmanned fire extinguishing device, an unmanned monitoring device driving signal, etc.) when the hardware device is not implemented in the remote device, the UDP communication test device 100 is used to transmit the UDP packet A test can be made as to whether or not it is normally driven after transmission.

상기 통신부(160)는 유선 또는 무선에 방식으로 외부와 통신을 수행할 수 있도록 구성된다.The communication unit 160 is configured to be able to communicate with the outside in a wired or wireless manner.

도 6은 본 발명의 UDP 통신 테스트 장치(100)가 적용되어 UDP 통신 테스트를 수행하는 UDP 통신 테스트 시스템 구성의 실시예를 나타내는 도면이다.6 is a diagram illustrating an embodiment of a UDP communication test system configuration in which a UDP communication test apparatus 100 of the present invention is applied to perform a UDP communication test.

도 1 내지 도 5의 구성을 가지는 본 발명의 UDP 통신 테스트 장치(100)는 개별 본 발명의 UDP 통신 테스트 단말기(1)로 구성되거나, UDP 통신 테스트 단말기(1)에 설치되어 실행되는 소프트웨어로 구성될 수 있다.The UDP communication test apparatus 100 of the present invention having the configurations shown in FIGS. 1 to 5 may be constituted by the UDP communication test terminal 1 of the present invention or by software installed and executed in the UDP communication test terminal 1 .

상술한 바와 같이, 구성된 본 발명의 UDP 통신 테스트 장치(100)는 통신망을 통해, UDP 서버(3), UDP 클라이언트 단말기(4), 원격장치(5) 등과 통신망에 접속되어 UDP 통신 테스트를 수행할 수 있도록 하는 UDP 통신 테스트 시스템으로 구현될 수 있다.The UDP communication test apparatus 100 according to the present invention configured as described above is connected to a communication network with the UDP server 3, the UDP client terminal 4, the remote apparatus 5 and the like through the communication network to perform a UDP communication test The UDP communication test system can be implemented.

도 7은 본 발명의 실시예에 따르는 UDP 통신 테스트 방법의 처리과정을 나타내는 도면이다.7 is a diagram illustrating a process of a UDP communication test method according to an embodiment of the present invention.

도 7과 같이, 상기 UDP 통신 테스트 방법은, 패킷구성XML파일테이블(110), 패킷제어인터페이스부(120), 패킷구성XML생성부(130), 패킷구성부(140), UDP 송수신데이터처리부(150) 및 통신부(160)를 포함하는 UDP 통신 테스트 장치(100)에 의해 수행되는 패킷신규생성판단과정(S100), 패킷구성XML파일생성과정(S200), 패킷구성XML파일로드과정(S300), 패킷구성과정(S400) 및 UDP 통신 테스트 과정(S500)을 포함하여 이루어진다.7, the UDP communication test method includes a packet configuration XML file table 110, a packet control interface unit 120, a packet configuration XML generation unit 130, a packet configuration unit 140, a UDP transmission / (S100), a packet configuration XML file generation process (S200), a packet configuration XML file loading process (S300), and a packet configuration XML file creation process A packet configuration process (S400), and a UDP communication test process (S500).

먼저, 패킷제어인터페이스부(120)가 패킷제어인터페이스를 출력하여 테스트 대상 소프트웨어별 UDP 패킷 구조 정보가 입력되는 지를 판단하여 패킷신규생성 여부를 판단하는 패킷신규생성판단과정(S100)을 수행한다.First, the packet control interface unit 120 outputs a packet control interface, determines whether the UDP packet structure information for each software to be tested is input, and performs a packet new generation deciding process (S100).

상기 패킷신규생성판단과정(S100)의 판단결과 패킷신규생성으로 판단된 경우에는 상기 패킷구성XML생성부(130)가 상기 패킷제어인터페이스부(120)를 통해 입력되는 UDP 패킷 구조 정보에 대응하는 UDP 패킷구성XML파일을 생성하여 저장하는 패킷구성XML파일생성과정(S200)을 수행한다.If it is determined in step S100 that the packet is newly generated, the packet configuration XML generation unit 130 generates UDP packet data corresponding to the UDP packet structure information input through the packet control interface unit 120, A packet configuration XML file generation process for generating and storing a packet configuration XML file is performed (S200).

이 후, 테스트 UDP 패킷의 구성을 위해 상기 패킷구성부(140)가 상기 신규 생성된 패킷구성XML파일 또는 기저장된 패킷구성XML파일을 로드하는 패킷구성XML파일로드과정(S300)을 수행하고, 패킷구성XML파일을 로드하여 테스트 대상 UDP 패킷을 생성하는 패킷구성과정(S400)을 수행한다.Thereafter, in order to configure the test UDP packet, the packet configuration unit 140 performs a packet configuration XML file loading process (S300) for loading the newly generated packet configuration XML file or the previously stored packet configuration XML file, A packet configuration process (S400) of loading a configuration XML file to generate a test target UDP packet is performed.

UDP 패킷이 생성된 후에는 상기 UDP 송수신데이터처리부(150)가 상기 패킷구성부(140)에서 생성되는 UDP 패킷을 이용하여 테스트 대상 소프트웨어 또는 원격장치와 UDP 통신에 의한 UDP 통신 테스트를 수행하는 UDP 통신 테스트 과정(S500)을 수행한다.After the UDP packet is generated, the UDP transmission / reception data processing unit 150 performs a UDP communication test for performing a UDP communication test by UDP communication with the test target software or the remote device using the UDP packet generated in the packet configuration unit 140 A test procedure (S500) is performed.

구체적으로 UDP 송수신데이터처리부(150)는 도 5와 같이, 송수신된 UDP 패킷의 데이터 구조와 데이터를 추출하여 패킷제어인터페이스부(120)를 통해 표시하는 것에 의해 사용자가 UDP 패킷에 의한 정상적인 통신 및 제어 명령의 정상적인 전송 등을 확인할 수 있도록 한다. 따라서 UDP 서버 클라이어트의 구축 시 서버 또는 클라이언트 중 하나만 구축된 경우 본 발명의 UDP 통신 테스트 장치로 서버 또는 클라이언트를 모사하여 테스트를 수행하도록 하는 것에 의해 UDP 서버 클라이언트 시스템의 구축에 소요되는 비용 및 시간을 절감시킬 수 있게 된다.Specifically, as shown in FIG. 5, the UDP transmission / reception data processing unit 150 extracts the data structure and data of the transmitted / received UDP packet and displays the extracted data structure and data through the packet control interface unit 120, thereby allowing the user to perform normal communication and control Allows you to check the normal transmission of the command. Accordingly, when only one of the server or the client is constructed at the time of establishing the UDP server client, the UDP communication test apparatus of the present invention can perform the test by simulating the server or the client, thereby reducing the cost and time required for constructing the UDP server client system .

또한, 본 발명은 하드웨어 구성이 이루어지지 않은 원격장치에 대한 제어 명령을 UDP 통신 테스트 장치(100)로 생성하여 전송하는 것에 의해 원격장치에 동작 유무를 테스트할 수 있도록 하여 원격장치에 대한 개발 비용 및 시간 또한 현저히 절약할 수 있도록 하는 효과를 제공한다.In addition, the present invention can test whether a remote device has an operation by generating and transmitting a control command for a remote device having no hardware configuration to the UDP communication test device 100, The time also provides a significant saving effect.

이 후, UDP 통신 테스트의 계속 수행 여부를 판단하는 테스트종료판단과정(S600)을 수행하여, 판단결과 UDP 통신 테스트를 계속 수행하는 경우에는 패킷신규생성판단과정(S100)으로 복귀하여 처리과정을 반복 수행하고, UDP 통신 테스트가 종료된 경우에는 처리과정을 종료한다.Thereafter, a test end judgment process (S600) for judging whether or not the UDP communication test is continuously performed is performed. If the UDP communication test is continuously performed as a result of the judgment, the process returns to the packet new generation judgment process (S100) When the UDP communication test is ended, the processing is terminated.

상기에서 설명한 본 발명의 기술적 사상은 바람직한 실시예에서 구체적으로 기술되었으나, 상기한 실시예는 그 설명을 위한 것이며 그 제한을 위한 것이 아님을 주의하여야 한다. 또한, 본 발명의 기술적 분야의 통상의 지식을 가진 자라면 본 발명의 기술적 사상의 범위 내에서 다양한 실시예가 가능함을 이해할 수 있을 것이다. 따라서 본 발명의 진정한 기술적 보호 범위는 첨부된 청구범위의 기술적 사상에 의해 정해져야 할 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments. It will be apparent to those skilled in the art that various modifications may be made without departing from the scope of the present invention. Accordingly, the true scope of the present invention should be determined by the technical idea of the appended claims.

1: UDP 통신 테스트 단말기
3: UDP 서버
4: UDP 클라이언트
5: 원격장치
1: UDP communication test terminal
3: UDP server
4: UDP client
5: Remote device

Claims (6)

패킷제어인터페이스를 출력하여 테스트 대상 소프트웨어별 UDP 패킷 구조 정보를 입력하여 설정할 수 있도록 하는 패킷제어인터페이스부(120);
상기 패킷제어인터페이스부(120)를 통해 입력되는 UDP 패킷 구조 정보에 대응하는 UDP 패킷구성XML파일을 생성하여 저장하는 패킷구성XML생성부(130);
상기 UDP 패킷구성XML파일을 로딩한 후 UDP
패킷을 구성하는 패킷구성부(140);
상기 패킷구성부(140)에서 생성되는 UDP 패킷에 UDP 통신을 통해 송수신되는 UDP 패킷의 신호처리를 수행하는 UDP 송수신데이터처리부(150); 및
테스트 대상 소프트웨어 또는 원격장치와 UDP 통신에 의한 UDP 통신을 수행하는 통신부(160);
상기 패킷제어인터페이스는,
UDP 통신 대상에 할당된 IP주소와 포트, 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)을 사용자로부터 UDP 패킷 구조 정보로 입력받아 표시하고, 패킷구성XML파일을 생성하여 저장하며, 외부로부터 수신된 UDP 패킷에 대한 패킷구성정보를 표시하는 UDP 통신 테스트 장치.
A packet control interface unit 120 for outputting a packet control interface and inputting and setting UDP packet structure information for each software to be tested;
A packet configuration XML generation unit 130 for generating and storing a UDP packet configuration XML file corresponding to the UDP packet structure information input through the packet control interface unit 120;
After loading the UDP packet configuration XML file, UDP
A packet configuring unit 140 configuring a packet;
A UDP transmission / reception data processing unit 150 for performing signal processing of a UDP packet transmitted / received through UDP communication to a UDP packet generated by the packet configuration unit 140; And
A communication unit 160 for performing UDP communication by UDP communication with the software or the remote device to be tested;
Wherein the packet control interface comprises:
(IP) address, port, variable type, variable name, variable range, and time step (time step) between UDP communication target And generates and stores a packet configuration XML file, and displays packet configuration information for a UDP packet received from the outside.
삭제delete 청구항 1에 있어서,
상기 패킷구성XML파일을 저장하는 패킷구성XML파일테이블(110)을 더 포함하고,
상기 패킷제어인터페이스는,
상기 패킷구성XML파일테이블(110)에 저장된 UDP 패킷구성XML파일을 로드하여 신규 생성할 UDP 패킷의 UDP 패킷 구조 정보를 입력하도록 구성되는 UDP 통신 테스트 장치.
The method according to claim 1,
And a packet configuration XML file table (110) for storing the packet configuration XML file,
Wherein the packet control interface comprises:
And a UDP packet configuration XML file stored in the packet configuration XML file table (110) to input UDP packet structure information of a UDP packet to be newly generated.
패킷구성XML파일테이블(110), 패킷제어인터페이스부(120), 패킷구성XML생성부(130), 패킷구성부(140), UDP 송수신데이터처리부(150) 및 통신부(160)를 포함하는 UDP 통신 테스트 장치(100)에 의한 UDP 통신 테스트 방법에 있어서,
패킷제어인터페이스부(120)가 패킷제어인터페이스를 출력하여 테스트 대상 소프트웨어별 UDP 패킷 구조 정보가 입력되는 지를 판단하여 패킷신규생성 여부를 판단하는 패킷신규생성판단과정(S100);
상기 패킷신규생성판단과정(S100)의 판단결과 패킷신규생성으로 판단된 경우에는 상기 패킷구성XML생성부(130)가 상기 패킷제어인터페이스부(120)를 통해 입력되는 UDP 패킷 구조 정보에 대응하는 UDP 패킷구성XML파일을 생성하여 저장하는 패킷구성XML파일생성과정(S200);
상기 패킷구성부(140)가 상기 신규 생성된 패킷구성XML파일 또는 기저장된 패킷구성XML파일을 로드하는 패킷구성XML파일로드과정(S300);
상기 패킷구성부(140)가 상기 패킷구성XML파일을 로드하여 테스트 대상 UDP 패킷을 생성하는 패킷구성과정(S400); 및
상기 UDP 송수신데이터처리부(150)가 상기 패킷구성부(140)에서 생성된 UDP 패킷과 상기 통신부(160)에 의해 송수신되는 UDP 패킷의 신호처리를 통하여 테스트 대상 소프트웨어 또는 원격장치와 UDP 통신에 의한 UDP 통신 테스트를 수행하는 UDP 통신 테스트 과정(S500);을 포함하여 이루어지는 UDP 통신 테스트 방법.
A UDP transmission / reception data processing unit 150, and a communication unit 160. The UDP transmission / reception data processing unit 150 includes a packet configuration XML file table 110, a packet control interface unit 120, a packet configuration XML generation unit 130, a packet configuration unit 140, In the UDP communication test method by the test apparatus 100,
(S100) for determining whether a new packet is generated by determining whether the UDP packet structure information for each software to be tested is output by outputting a packet control interface by the packet control interface unit 120;
If it is determined in step S100 that the packet is newly generated, the packet configuration XML generation unit 130 generates UDP packet data corresponding to the UDP packet structure information input through the packet control interface unit 120, A packet configuration XML file generation process (S200) for generating and storing a packet configuration XML file;
A packet configuration XML file loading process (S300) in which the packet configuring unit 140 loads the newly generated packet configuration XML file or a previously stored packet configuration XML file;
A packet configuration process (S400) in which the packet configuration unit 140 loads the packet configuration XML file to generate a test target UDP packet; And
The UDP transmission / reception data processing unit 150 performs signal processing of the UDP packet generated by the packet configuration unit 140 and the UDP packet transmitted / received by the communication unit 160, And a UDP communication test process (S500) for performing a communication test.
청구항 4에 있어서, 상기 UDP 패킷 구조 정보는,
통신 테스트 대상에 할당된 IP주소와 포트, 변수타입(Variable Type), 변수이름(Variable Name), 변수범위(Variable Range), 타임스텝(Time Step: 송수신간격)을 포함하여 구성되는 UDP 통신 테스트 방법.
5. The method of claim 4, wherein the UDP packet structure information comprises:
UDP communication test method composed of IP address and port, Variable Type, Variable Name, Variable Range, and Time Step (Time Step) allocated to communication test target .
청구항 4에 있어서, 상기 패킷제어인터페이스는,
상기 UDP 패킷 구조 정보를 입력받아 표시하고 패킷구성XML파일을 생성하여 저장하며, 외부로부터 수신된 UDP 패킷에 대한 패킷구성정보를 표시하는 GUI(Graphic User Interface)로 구성되는 UDP 통신 테스트 방법.
5. The apparatus of claim 4,
A GUI (Graphic User Interface) for receiving and displaying the UDP packet structure information, generating and storing a packet configuration XML file, and displaying packet configuration information for an UDP packet received from the outside.
KR1020170126599A 2017-09-28 2017-09-28 Udp communication test apparatus and the method thereof KR101944946B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170126599A KR101944946B1 (en) 2017-09-28 2017-09-28 Udp communication test apparatus and the method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170126599A KR101944946B1 (en) 2017-09-28 2017-09-28 Udp communication test apparatus and the method thereof

Publications (1)

Publication Number Publication Date
KR101944946B1 true KR101944946B1 (en) 2019-02-01

Family

ID=65368025

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170126599A KR101944946B1 (en) 2017-09-28 2017-09-28 Udp communication test apparatus and the method thereof

Country Status (1)

Country Link
KR (1) KR101944946B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050089174A (en) 2004-03-04 2005-09-08 삼성전자주식회사 Testing apparatus and method for large distributed network system
KR100919254B1 (en) 2007-09-19 2009-09-30 주식회사 그래텍 A streaming distribution system and a method for distributing transfer of streaming data through p2p data transfer using udp holepunching
KR20120070130A (en) * 2010-12-21 2012-06-29 한국전자통신연구원 Apparatus and method for generating virtual game client
KR101472012B1 (en) 2013-12-31 2014-12-24 배재대학교 산학협력단 Network simulator based on software

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050089174A (en) 2004-03-04 2005-09-08 삼성전자주식회사 Testing apparatus and method for large distributed network system
KR100919254B1 (en) 2007-09-19 2009-09-30 주식회사 그래텍 A streaming distribution system and a method for distributing transfer of streaming data through p2p data transfer using udp holepunching
KR20120070130A (en) * 2010-12-21 2012-06-29 한국전자통신연구원 Apparatus and method for generating virtual game client
KR101472012B1 (en) 2013-12-31 2014-12-24 배재대학교 산학협력단 Network simulator based on software

Similar Documents

Publication Publication Date Title
CN104170353B (en) TCP link configurations method, apparatus and equipment
US20110219131A1 (en) System and method for two way communication and controlling a remote apparatus
CN109962836A (en) A kind of robot control method, server and robot
CN110177128B (en) Data transmission system and method for establishing VPN connection, terminal and VPN proxy thereof
EP1564959A1 (en) System and method for trivial file transfer protocol including broadcasting function
WO2017035763A1 (en) Data packet transmission method utilized in ipv6 network and device utilizing same
US11902383B2 (en) Adaptive media content delivery network
CN104125145B (en) Web browser based communication method, web browser based communication equipment and web browser based communication system
CN112804338A (en) Method for remote communication between Web front end and Internet of things equipment
CN105681265B (en) Unilateral transmission control protocol accelerating method and device
US20230075230A1 (en) End to end pathfinding through an overlay network
KR101944946B1 (en) Udp communication test apparatus and the method thereof
US7596484B1 (en) Network node emulator and method of node emulation
CN104219336B (en) Realize the method for data cube computation, Apparatus and system
CN108306953A (en) A kind of strong compatible real time push method presented for Internet of Things application data
US9385990B2 (en) Relay server and relay communication system
Gowrishankar et al. Role of BLE in proximity based automation of IoT: A practical approach
CN112017422B (en) Method for transmitting signal of mesh network and remote control system thereof
US20080250152A1 (en) Communication method having firewall network tunnel and location transparency
CN111265852A (en) Low-delay information transmission method and device based on UDP (user Datagram protocol)
KR101266021B1 (en) Apparatus and method for controlling mobile terminal in data communication system
KR20170053149A (en) Methods and nodes for facilitating communication between a tool server and a plurality of tool controllers in a work tools communication system
CN109194729A (en) A kind of information communication system and method
CN105867924A (en) System and method for deploying compiling environments in batch mode
CN104363248B (en) Radio data transmission method and user terminal

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant