KR101707649B1 - 중앙 집중식 데이터 송수신 장치 및 그 방법 - Google Patents
중앙 집중식 데이터 송수신 장치 및 그 방법 Download PDFInfo
- Publication number
- KR101707649B1 KR101707649B1 KR1020150135581A KR20150135581A KR101707649B1 KR 101707649 B1 KR101707649 B1 KR 101707649B1 KR 1020150135581 A KR1020150135581 A KR 1020150135581A KR 20150135581 A KR20150135581 A KR 20150135581A KR 101707649 B1 KR101707649 B1 KR 101707649B1
- Authority
- KR
- South Korea
- Prior art keywords
- serialization
- data
- serialized
- agent unit
- programming language
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 26
- 238000004891 communication Methods 0.000 claims abstract description 4
- 238000013507 mapping Methods 0.000 claims description 14
- 230000005540 biological transmission Effects 0.000 claims description 13
- 238000010586 diagram Methods 0.000 description 8
- 238000005259 measurement Methods 0.000 description 5
- 230000006835 compression Effects 0.000 description 2
- 238000007906 compression Methods 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000006837 decompression Effects 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/06—Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
-
- G06F17/2247—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/03—Protocol definition or specification
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
Abstract
Description
도 2는 본 발명에 따른 직렬화 객체의 생성 방법의 일 예를 도시한 도면,
도 3은 본 발명에 따른 직렬화 데이터 구조의 일 예를 도시한 도면,
도 4 내지 도 7은 본 발명에 따라, 직렬화 데이터 구조를 각 프로그래밍 언어의 직렬화 객체로 생성한 일 예를 도시한 도면,
도 8은 본 발명에 따른 직렬화 객체 생성 방법의 일 예를 도시한 흐름도,
도 9는 본 발명에 따른 직렬화 객체 생성 방법의 다른 일 예를 도시한 흐름도,
도 10은 본 발명에 따른 직렬화 객체를 이용한 데이터 송신 방법의 일 예를 도시한 도면,
도 11은 본 발명에 따른 직렬화 객체를 이용한 직렬화한 메시지를 수신하는 방법의 일 예를 도시한 도면, 그리고,
도 12는 본 발명에 따른 직렬화 송수신 과정의 일 예를 도시한 도면이다.
Claims (7)
- 제1 장비에 대한 데이터를 제2 프로그래밍 언어로 작성된 제1 직렬화 객체를 통해 직렬화 메시지로 생성하여 전송하는 제1 에이전트부;
제2 장비에 대한 데이터를 제3 프로그래밍 언어로 작성된 제2 직렬화 객체를 통해 직렬화 메시지로 생성하여 전송하는 제2 에이전트부; 및
상기 제1 에이전트부 및 상기 제2 에이전트부로부터 수신한 각 직렬화 메시지를 역직렬화 객체를 통해 역직렬화하여 데이터를 파악하는 미들웨어부;를 포함하고,
상기 제2 프로그래밍 언어 및 상기 제3 프로그래밍 언어는 서로 상이하고,
상기 제1 직렬화 객체 및 상기 제2 직렬화 객체는 동일한 직렬화 데이터 구조로 정의되고,
상기 미들웨어부에서, 상기 제1 에이전트로부터 수신한 직렬화 메시지의 역직렬화에 사용되는 역직렬화 객체와 상기 제2 에이전트로부터 수신한 직렬화 메시지의 역직렬화에 사용되는 역직렬화 객체는 동일하고,
상기 직렬화 메시지는 바이트 단위의 데이터이며 데이터 구조에 관한 정보를 포함하지 아니하고,
상기 미들웨어부는 상기 제1 에이전트부 및 상기 제2 에이전트부에서 상기 직렬화 데이터 구조를 포함하는 프로토콜 파일을 전송하여 상기 제1 에이전트부 및 상기 제2 에이전트부가 각각 직접 상기 프로토콜 파일을 이용하여 상기 제1 직렬화 객체 및 상기 제2 직렬화 객체를 생성할 수 있도록 하거나, 상기 프로토콜 파일을 기초로 직접 생성한 상기 제1 직렬화 객체 및 상기 제2 직렬화 객체를 상기 제1 에이전트부 및 상기 제2 에이전트부에게 각각 전송하는 것을 특징으로 하는 중앙 집중식 데이터 송수신 장치. - 삭제
- 제 1항에 있어서,
서로 다른 프로그래밍 언어 사이의 맵핑관계를 정의한 맵핑라이브러리를 이용하여, 제1 프로그래밍 언어로 작성된 직렬화 데이터 구조로부터 상기 제1 에이전트부에서 사용되는 상기 제2 프로그래밍 언어의 제1 직렬화 객체 및 상기 제2 에이전트부에서 사용되는 상기 제3 프로그래밍 언어의 제2 직렬화 객체를 각각 생성하는 객체생성부;를 더 포함하는 것을 특징으로 하는 중앙 집중식 데이터 송수신 장치. - 제 1항에 있어서,
상기 제1 에이전트부는, 제1 프로그래밍 언어로 작성된 직렬화 데이터 구조를 포함하는 프로토콜 파일을 입력받고, 상기 제1 프로그래밍 언어와 상기 제1 에이전트부에서 사용되는 제2 프로그래밍 언어의 맵핑관계가 정의된 제1 맵핑라이브러리를 이용하여 상기 프로토콜 파일로부터 제1 직렬화 객체를 생성하고,
상기 제2 에이전트부는, 상기 프로토콜 파일을 입력받고, 상기 제1 프로그래밍 언어와 상기 제2 에이전트부에서 사용되는 제3 프로그래밍 언어의 맵핑관계가 정의된 제2 맵핑라이브러리를 이용하여 상기 프로토콜 파일로부터 제2 직렬화 객체를 생성하는 것을 특징으로 하는 중앙 집중식 데이터 송수신 장치. - 제 1항에 있어서,
상기 제1 직렬화 객체 또는 상기 제2 직렬화 객체는 데이터 타입을 정의한 헤더 객체 및 상기 데이터 타입의 조합으로 데이터 구조를 정의한 바디(body) 객체로 구성되고,
상기 제1 에이전트부 또는 상기 제2 에이전트부는 헤더 객체 및 바디 객체를 통해 각각 직렬화한 헤더 직렬화 데이터 및 바디 직렬화 데이터, 그리고 상기 바디 직렬화 데이터의 압축 또는 암호화 적용 여부 정보를 포함하는 직렬화 메시지를 생성하여 전송하는 것을 특징으로 하는 중앙 집중식 데이터 송수신 장치. - 삭제
- 삭제
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150135581A KR101707649B1 (ko) | 2015-09-24 | 2015-09-24 | 중앙 집중식 데이터 송수신 장치 및 그 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150135581A KR101707649B1 (ko) | 2015-09-24 | 2015-09-24 | 중앙 집중식 데이터 송수신 장치 및 그 방법 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR101707649B1 true KR101707649B1 (ko) | 2017-02-20 |
Family
ID=58265092
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020150135581A KR101707649B1 (ko) | 2015-09-24 | 2015-09-24 | 중앙 집중식 데이터 송수신 장치 및 그 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101707649B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107508910A (zh) * | 2017-09-20 | 2017-12-22 | 郑州云海信息技术有限公司 | 一种管理存储设备的方法及Middleware层 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20010050408A (ko) * | 1999-09-30 | 2001-06-15 | 야스카와 히데아키 | 프로그램 객체들의 버전-적응가능한 직렬화 및 탈직렬화 |
KR20090007614A (ko) * | 2006-04-27 | 2009-01-19 | 퀄컴 인코포레이티드 | 포터블 객체 직렬화 |
KR20100001434A (ko) | 2008-06-27 | 2010-01-06 | 호서대학교 산학협력단 | 산업장비의 통합 감시를 위한 메시지 변환 장치 |
KR20150059699A (ko) * | 2013-11-22 | 2015-06-02 | 주식회사 케이티 | 소프트웨어 정의 네트워크에서의 제어 메시지 처리 방법 및 장치 |
-
2015
- 2015-09-24 KR KR1020150135581A patent/KR101707649B1/ko active IP Right Grant
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20010050408A (ko) * | 1999-09-30 | 2001-06-15 | 야스카와 히데아키 | 프로그램 객체들의 버전-적응가능한 직렬화 및 탈직렬화 |
KR20090007614A (ko) * | 2006-04-27 | 2009-01-19 | 퀄컴 인코포레이티드 | 포터블 객체 직렬화 |
KR20100001434A (ko) | 2008-06-27 | 2010-01-06 | 호서대학교 산학협력단 | 산업장비의 통합 감시를 위한 메시지 변환 장치 |
KR20150059699A (ko) * | 2013-11-22 | 2015-06-02 | 주식회사 케이티 | 소프트웨어 정의 네트워크에서의 제어 메시지 처리 방법 및 장치 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107508910A (zh) * | 2017-09-20 | 2017-12-22 | 郑州云海信息技术有限公司 | 一种管理存储设备的方法及Middleware层 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6658625B1 (en) | Apparatus and method for generic data conversion | |
CN100418056C (zh) | 生成方法的系统与方法 | |
US10467321B2 (en) | Systems and methods for dynamic C# serialization | |
EP3105686B1 (en) | Methods and apparatus to provide extended object notation data | |
US9378237B2 (en) | Methods for in-place access of serialized data | |
US20070244912A1 (en) | Graph theory-based approach to XML data binding | |
CN113778449A (zh) | 航空电子接口数据适配转换系统 | |
CN113467972A (zh) | 通信接口构造方法、装置以及计算机设备、存储介质 | |
US20110295987A1 (en) | Translation of technology-agnostic management commands into multiple management protocols | |
CN116225578A (zh) | 数据序列化方法、反序列化方法、进程间指令参数传递方法 | |
KR101707649B1 (ko) | 중앙 집중식 데이터 송수신 장치 및 그 방법 | |
US20170131980A1 (en) | Model driven architecture for network management and configuration | |
CN112732731B (zh) | 业务数据的消费方法、装置、电子设备和可读存储介质 | |
US20200162410A1 (en) | Management of messaging in heterogeneous iot / iiot messaging environments | |
CN116775392A (zh) | 一种芯片通信的测试方法、装置、电子设备及存储介质 | |
CN105959263B (zh) | 基于json的机构养老数据交互方法及系统 | |
CN116483366A (zh) | 业务数据的传输方法和装置、存储介质及电子设备 | |
US20090089747A1 (en) | Method and system for managing configuration information | |
Rix et al. | Transformation between XML and CBOR for network load reduction | |
US20050091405A1 (en) | Method and system for using multiple data type representations to deliver data objects to components in a distributed system | |
US20240354611A1 (en) | Heterogeneous representation of parametrized quantum circuits | |
CN115242631B (zh) | 一种报文处理方法、装置、电子设备及存储介质 | |
CN118092982B (zh) | 一种云原生应用的多集群运维方法、设备及介质 | |
CN116470968B (zh) | 一种面向航天科学系统通讯功能的地面测试方法及装置 | |
KR100754870B1 (ko) | 에스시에이 어댑터 및 이의 운용방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20150924 |
|
PA0201 | Request for examination | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20160504 Patent event code: PE09021S01D |
|
AMND | Amendment | ||
PE0601 | Decision on rejection of patent |
Patent event date: 20161108 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20160504 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |
|
X091 | Application refused [patent] | ||
AMND | Amendment | ||
PX0901 | Re-examination |
Patent event code: PX09011S01I Patent event date: 20161108 Comment text: Decision to Refuse Application Patent event code: PX09012R01I Patent event date: 20160704 Comment text: Amendment to Specification, etc. |
|
PX0701 | Decision of registration after re-examination |
Patent event date: 20170105 Comment text: Decision to Grant Registration Patent event code: PX07013S01D Patent event date: 20161206 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I Patent event date: 20161108 Comment text: Decision to Refuse Application Patent event code: PX07011S01I Patent event date: 20160704 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I |
|
X701 | Decision to grant (after re-examination) | ||
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20170210 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20170213 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
FPAY | Annual fee payment |
Payment date: 20200210 Year of fee payment: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20200210 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20201230 Start annual number: 5 End annual number: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20220208 Start annual number: 6 End annual number: 6 |
|
PR1001 | Payment of annual fee |
Payment date: 20221215 Start annual number: 7 End annual number: 7 |
|
PR1001 | Payment of annual fee |
Payment date: 20240110 Start annual number: 8 End annual number: 8 |
|
PR1001 | Payment of annual fee |
Payment date: 20250210 Start annual number: 9 End annual number: 9 |