CN107450993A - A kind of data interactive method of distributed IEC61850 communication components - Google Patents

A kind of data interactive method of distributed IEC61850 communication components Download PDF

Info

Publication number
CN107450993A
CN107450993A CN201710445218.1A CN201710445218A CN107450993A CN 107450993 A CN107450993 A CN 107450993A CN 201710445218 A CN201710445218 A CN 201710445218A CN 107450993 A CN107450993 A CN 107450993A
Authority
CN
China
Prior art keywords
iec61850
data
communication components
iec61850 communication
distributed
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN201710445218.1A
Other languages
Chinese (zh)
Inventor
丛春涛
刘国华
卜新萍
谈凤真
孙发恩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Integrated Electronic Systems Lab Co Ltd
Original Assignee
Integrated Electronic Systems Lab Co Ltd
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 Integrated Electronic Systems Lab Co Ltd filed Critical Integrated Electronic Systems Lab Co Ltd
Priority to CN201710445218.1A priority Critical patent/CN107450993A/en
Publication of CN107450993A publication Critical patent/CN107450993A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/42Bus transfer protocol, e.g. handshake; Synchronisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The present invention relates to a kind of data interactive method of distributed IEC61850 communication components, 1, increase configuration information in the form of configuration file or configuration database, IEC61850 data Reference is mapped to the universal data format with ID;2nd, realize that RPC interfaces supply application call on IEC61850 communication components using Protocol Buffer;3rd, according to the needs of IEC61850 communication functions, each IEC61850 communication components and application program in deployment system.The hiding IEC61850 communication details of the present invention, simplify communication interface, make IEC61850 application developments simpler;IEC61850 communication components using between distributed structure/architecture and application program by RPC interface interchanges by the way of interaction data, realize mistake isolation, improve system processing power;It is available for the application program of multilingual to use, improves the scalability of system;Different physical computers can be operated in multiple examples, breach physical resource caused by direct interface calling can only be run on unit and limit, the distributed treatment of large-scale data can be achieved.

Description

A kind of data interactive method of distributed IEC61850 communication components
Technical field
The invention belongs to the power automation communications field, and in particular to a kind of data of distributed IEC61850 communication components Exchange method.
Background technology
IEC61850 is a kind of power automation communication protocol, for being passed between the distinct device in power automatic system Delivery data and control information.Because IEC61850 formulation employs the thought of object-oriented, communication is mapped to mobile agent server protocol reality again It is existing, so for the legacy protocols such as 101 in IEC61968-5,103 and 104, patrolled from communication message form to function Collect all more complicated.The pattern applied at present, it is substantially and carries the data of IEC61850 communication components in the form of code library Supply upper layer application to call, this occupation mode has following problem:
1. application program needs to consider the problems such as model analyzing, parameter configuration, connection management and data type conversion, And require that application developer is understood in depth to IEC61850 standards, add the difficulty of IEC61850 application developments Degree;
2. because IEC61850 communication components and upper level applications are interacted by the way of interface function calling, the two coupling Close closely, when IEC61850 communication components occur abnormal, upper level applications may be fed through to, cause gross error;
The form that the interface function of 3.IEC61850 communication components calls also limit the programming that application development uses Language is compatible with IEC61850 communication components, constrains the scalability of system.
The content of the invention
For above-mentioned technical problem, the present invention conceals IEC61850 communication details, simplifies communication interface, realizes point Between cloth IEC61850 communication components and application program by way of RPC interface interchanges interaction data, using GOOGLE Inc. Protocol Buffer as Data Serialization instrument so that IEC61850 application developments are simpler, reduce The degree of coupling between IEC61850 communication components and application program, the scalability for improving system.
The technical solution adopted in the present invention is as follows:
A kind of data interactive method of distributed IEC61850 communication components, comprises the following steps:
Step 1. increases configuration information in the form of configuration file or configuration database, by IEC61850 data Reference is mapped to the universal data format with ID.
In IEC61850 standards, object and data are all that level is relatively more with tree structure tissue, are handled to application Bring inconvenience.The present invention will need interactive IEC61850 data in configuration number between application program and IEC61850 communication components According to an ID is set in storehouse, this ID can be caused by some physical quantity automatically generating or in application. When calling IEC61850 communication component interfaces to be communicated, configured data ID is used as mark, it is possible to which reducing should The complexity handled with program.
IEC61850 communication components provide RPC interfaces in, the object such as remote measurement, remote signalling, remote regulating, remote control and definite value with ID identifies different pieces of information in as mark according to ID.Do not locate if the data that corresponding ID is configured not in repository Reason, so due to only handling the data used, IEC61850 communication components can also be avoided to handle the resource that all data bands come Waste.
IEC61850 data Reference and ID mapping relations in configuration information, including herein below:DataID is should The ID of data, AssociationID are the connection belonging to the data, and Reference is that the data are right in IEC61850 models The Reference answered, Q are Reference of the Quality Codes in IEC61850 corresponding to the data, and T is represented corresponding to the data The timestamp Reference in IEC61850, Category represent the type of the data.The type of the data includes:YX is distant Letter, YC remote measurements, YK remote controls, YM remote pulses, SG definite values group, SGCB definite value group control blocks etc..
Step 2. realizes that RPC interfaces are adjusted for application program using Protocol Buffer on IEC61850 communication components With.
IEC61850 communication components can be divided into client component and server component, and they are all transported in independent process OK, and there can be multiple processes.Realize that RPC interfaces supply application call using Protocol Buffer, reduce IEC61850 The degree of coupling between communication component and application program.
Protocol Buffer abbreviation Protobuf, it is the Data Serialization instrument of GOOGLE Inc.'s exploitation, it is provided It is a kind of similar to C language define message format language, by the form finished writing in advance define file (filename typically with .proto end up) utilize the protoc precompilers in Protocol Buffer to be generated after handling to specifying message lattice Formula serializes and the code of unserializing, supports the language such as C/C++, JAVA, Python, GO.For XML format, Message data caused by Protobuf serializings can be binary form, therefore coding and decoding efficiency is very high.In addition, Protobuf additionally provides the grammer for defining Service, and RPC interfaces also can be defined in proto files, passes through The processing of protoc instruments in Protobuf, can generate program code corresponding to Service, thus data transfer letter The form of interface function calling is turned to, it is very convenient.
Step 3. is according to the needs of IEC61850 communication functions, each communication component and application program in deployment system.
1), can be IEC61850 communication components, database server, configuration work in the case of amount of communication data is less Tool and application deployment are on same physical computer.So, when RPC call parameters, target is arranged to this Machine.
2), can be by IEC61850 communication components, database in the case that connection quantity is more, amount of communication data is bigger Server, configuration tool and application program are separately deployed on different computers, and when RPC is called, target is arranged to The computer address of respective service is provided.
3) when data volume to be processed may exceed a physical computer disposal ability, it may be considered that will IEC61850 communication components are divided into multiple examples, and each example is responsible for process part data, and these examples are separately operable On different physical computers.With the expansion of data scale, it need to only increase the example number of IEC61850 components, you can meet The needs of data-handling capacity.
Beneficial effects of the present invention:
1. hiding IEC61850 communication details, communication interface is simplified so that IEC61850 application developments and tradition The exploitation of communication protocol is equally simple.Due to using marks of the unified ID as data in repository, and make in the interface Specific data are identified with data ID, simplify the data processing in application program;By the communication needed for IEC61850 standard traffics Interface encapsulation is the form of a small amount of RPC interface functions so that IEC61850 application developments become simple.
2.IEC61850 communication components using between distributed structure/architecture and application program by RPC interface interchanges by the way of hand over Mutual data, mistake isolation is realized, improves system processing power.IEC61850 communication components are from application program in different processes In, by the communication data between network transmission IEC61850 communication components and application program, reduce IEC61850 communication components The degree of coupling between application program.If there is exception in IEC61850 communication components, can individually again after exception is detected Start the IEC61850 communication components to go wrong, do not interfere with the other functions of application program.
3. Protocol Buffer are used to support a variety of development languages as Data Serialization and RPC interface Core Generators (C/C++, JAVA, Python, Go etc.), have benefited from supports of the Protocol Buffer to mainstream speech, realized using it IEC61850 communication components can use for the application program of multilingual, improve the scalability of system.
4. relative to the situation of single process, because IEC61850 communication components can operate in different physics with multiple examples Computer, breach direct interface call can only run on unit caused by physical resource limit, IEC61850 components and answer It may operate on multiple physical computers with program, the hardware resource limitation of single one physical computer can be broken through, can be achieved big The distributed treatment of scale data.
Brief description of the drawings
Fig. 1 is the system overall architecture schematic diagram of the present invention.
Embodiment
Below in conjunction with the accompanying drawings, embodiments of the present invention are illustrated.
A kind of data interactive method of distributed IEC61850 communication components, comprises the following steps:
Step 1, increase configuration information in the form of configuration file or configuration database, by IEC61850 data Reference is mapped to the universal data format with ID;
IEC61850 data Reference and ID mapping relations in configuration information, wherein, DataID is the data ID, AssociationID are the connection belonging to the data, and Reference is the data corresponding in IEC61850 models Reference, Q are Reference of the Quality Codes in IEC61850 corresponding to the data, and T represents the time corresponding to the data The Reference in IEC61850 is stabbed, Category represents the type of the data.The type of data includes:YX remote signalling, YC are distant Survey, YK remote controls, YM remote pulses, SG definite values group, SGCB definite value group control blocks.
In order to facilitate being that IEC61850 data set data ID in batches, a configuration tool can be developed, the configuration tool can With the database access interface provided by RPC interface interchanges database server, obtain and shown with tree Total data in IEC61850 models, volume of data can be added in configuration form by way of dragging, then Batch sets identical value or increment value for a certain row of new addend evidence.
Step 2, using Protocol Buffer realize that on IEC61850 communication components RPC interfaces are adjusted for application program With;
For example, client Remote Control Interface specified in IEC61850 standards enables the interface to pass through, it is necessary to do following work RPC realizes distributed call:
1) remote control parameter is defined as follows in file client_service.proto:
2) Remote Control Interface is defined as follows in client_service.proto files:
service ClientService{
Other interface definition are omitted by ... // herein
rpc CtrlSelect(CtrlInfo)returns(MessageError);
rpc CtrlOperate(CtrlInfo)returns(MessageError);
rpc CtrlCancel(CtrlInfo)returns(MessageError);
}
3) the instrument protoc of protobuf offers is provided, uses order " protoc-cpp_out=.client_ After service.proto " precompiles, two codes of client_service.pb.h, client_service_pb.cc are can obtain File, the C Plus Plus statement of remote control parameter defined above and remote control service interface is contained in the two code files. The two code files are added in IEC61850 client components and the application program that use this interface.In above-mentioned steps In, service interface class ClientService generates two C++ classes ClientService and ClientService_Stub, point Do not used for IEC61850 client components and application program.
ClientService classes realize code (part):
void ClientService::CtrlSelect(
::google::protobuf::RpcController*controller,
const::JYF61850COP::CtrlInfo*,
::JYF61850COP::MessageError*,
::google::protobuf::Closure*done){
controller->SetFailed("Method CtrlSelect()not implemented.");
done->Run();
}
void ClientService::CtrlOperate(
::google::protobuf::RpcController*controller,
const::JYF61850COP::CtrlInfo*,
::JYF61850COP::MessageError*,
::google::protobuf::Closure*done){
controller->SetFailed("Method CtrlOperate()not implemented.");
done->Run();
}
void ClientService::CtrlCancel(
::google::protobuf::RpcController*controller,
const::JYF61850COP::CtrlInfo*,
::JYF61850COP::MessageError*,
::google::protobuf::Closure*done){
controller->SetFailed("Method CtrlCancel()not implemented.");
done->Run();
}
4) ClientService_Stub classes realize code:
5) RpcChannel classes are derived from, realize its CallMethod function.In RPC interface functions generation caused by Protobuf In code, calling the CallMethod functions of the outside RpcChannel objects set, that data will be called to be sent to will be called End.In the RpcChannel classes of derivation, can according to being actually needed using different transmission means, such as TCP/IP, HTTP or Person is third party's data transmission channel such as ZeroMQ.
6) ClientService classes are derived from IEC61850 client communication components, and proto texts are realized in derived class Each service interface function defined in part, corresponding IEC61850 operations are completed wherein.For example, in CtrlSelect functions In sent according to the remote information in CtrlInfo parameters to IEC61850 servers and be remotely controlled the message of selection, and server is returned The operating result returned is returned by MessageError parameters.Then, the ClientService classes of derivation are instantiated, and is New example binds a RpcChannel objects can and provides interface service.
7) ClientService_Stub example is created in IEC61850 application programs, and is called when needing Interface function in ClientService_Stub, it, which is called, by Protobuf automatic sequences and to be sent to IEC61850 and lead to Believe component, the returned content of interface can be automatically switched in the message structure of return, with calling local function not have difference.
8) C++ template class can be used to carry out further encapsulation to Protobuf RPC mechanism so as in the application More easily use.We have packed two template class:CRpcClient and CRpcServer.CRPCClient is to RPC visitors The packaging at family end, CRpcServer is the packaging to RPC service device, wherein having bound CRpcChannel derived class Object, the information called in the object using network transmission and return information.
The code of invocation component is similar in the application:
" CLITCO01 " in code is the Hostname of IEC61850 client components operation.
By above step, the RPC mechanism provided using Protobuf, in the case where not increasing exploitation complexity, just The coupling of IEC61850 communication components and application program is reduced.As it was previously stated, Protobuf in addition to supporting C++, is gone back Support the multilingual such as JAVA, Python, Go, they be all on binary system for the coding of data it is compatible, therefore, as long as Using identical low level communication mechanism, the language supported using Protobuf, IEC61850 communication components can be called to provide RPC interfaces, compared to the form of direct interface function call that generally uses is played, substantially increase the scalability of program.
Step 3, the needs according to IEC61850 communication functions, each communication component and application program in deployment system.
As shown in figure 1, it is the system overall architecture schematic diagram of the present invention.IEC61850 communication components (including client with Server communications component) communicated by network with other modules in each application program and system.Meanwhile IEC61850 client End communication component may be coupled on multiple IEC61850 servers again;IEC61850 server communications components can be for upper strata IEC61850 clients (such as scheduling station) connect.
Database server and configuration tool are communicated also by network with IEC61850 communication components, there is provided configuration data is visited Ask interface etc..
Application program module can be by under the IEC61850 clients outside the acquisition of IEC61850 server communications components The control command of hair, and call corresponding IEC61850 client components interface that control command is forwarded into what is connected IEC61850 equipment;Meanwhile application program can also be got by IEC61850 client components the data sent on device or Item, and it is sent to the main website being attached thereto by IEC61850 server components.

Claims (7)

1. a kind of data interactive method of distributed IEC61850 communication components, it is characterised in that comprise the following steps:
Step 1, increase configuration information in the form of configuration file or configuration database, by IEC61850 data Reference It is mapped to the universal data format with ID;
Step 2, using Protocol Buffer realize that RPC interfaces supply application call on IEC61850 communication components;
Step 3, the needs according to IEC61850 communication functions, each IEC61850 communication components and using journey in deployment system Sequence.
A kind of 2. data interactive method of distributed IEC61850 communication components according to claim 1, it is characterised in that Configuration information described in step 1 includes herein below:DataID is the ID of the data, and AssociationID is the data institute The connection of category, Reference are that the data corresponding Reference in IEC61850 models, Q are quality corresponding to the data The code Reference in IEC61850, T represent Reference of the timestamp in IEC61850 corresponding to the data, Category represents the type of the data.
A kind of 3. data interactive method of distributed IEC61850 communication components according to claim 2, it is characterised in that The type of described data includes:YX remote signalling, YC remote measurements, YK remote controls, YM remote pulses, SG definite values group, SGCB definite value group control blocks.
4. a kind of data interactive method of distributed IEC61850 communication components according to claim any one of 1-3, its It is characterised by, the ID can be caused by some physical quantity automatically generating or in application.
A kind of 5. data interactive method of distributed IEC61850 communication components according to claim 1, it is characterised in that The method for realizing RPC interfaces on IEC61850 communication components using Protocol Buffer described in step 2 is:Will be pre- The form first finished writing is defined file and disappeared using generation after the protoc precompilers processing in Protocol Buffer to specifying Cease layout sequence and the code of unserializing;Using the Protocol Buffer definition Service provided grammer, by RPC Interface is defined in proto files, and program code corresponding to generation Service is handled using protoc instruments.
A kind of 6. data interactive method of distributed IEC61850 communication components according to claim 1, it is characterised in that The method of each IEC61850 communication components and application program is in deployment system described in step 3:
In the case of amount of communication data is less, IEC61850 communication components, database server, configuration tool and using journey Sequence is deployed on same physical computer;
In the case where amount of communication data is larger, by IEC61850 communication components, database server, configuration tool and using journey Sequence is separately deployed on different computers, and target is arranged to provide to the computer address of respective service when RPC is called;
When data volume to be processed exceeds a physical computer disposal ability, IEC61850 communication components are divided into multiple realities Example, each example is responsible for process part data, and these examples are separately operable on different physical computers.
A kind of 7. data interactive method of distributed IEC61850 communication components according to claim 1, it is characterised in that The IEC61850 communication components are divided into client communication component and server communications component.
CN201710445218.1A 2017-06-13 2017-06-13 A kind of data interactive method of distributed IEC61850 communication components Pending CN107450993A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710445218.1A CN107450993A (en) 2017-06-13 2017-06-13 A kind of data interactive method of distributed IEC61850 communication components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710445218.1A CN107450993A (en) 2017-06-13 2017-06-13 A kind of data interactive method of distributed IEC61850 communication components

Publications (1)

Publication Number Publication Date
CN107450993A true CN107450993A (en) 2017-12-08

Family

ID=60486994

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710445218.1A Pending CN107450993A (en) 2017-06-13 2017-06-13 A kind of data interactive method of distributed IEC61850 communication components

Country Status (1)

Country Link
CN (1) CN107450993A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710420A (en) * 2018-11-16 2019-05-03 积成电子股份有限公司 A kind of access method of IEC61850 model
CN109871289A (en) * 2019-02-01 2019-06-11 北京顺丰同城科技有限公司 A kind of remote procedure call service creation method and device
CN110633162A (en) * 2019-09-23 2019-12-31 苏州达家迎信息技术有限公司 Remote call implementation method and device, computer equipment and storage medium
CN111082904A (en) * 2019-12-06 2020-04-28 安徽芯智科技有限公司 Rtos-based rpc communication method
CN112631569A (en) * 2020-12-30 2021-04-09 上海中通吉网络技术有限公司 gPRC-based method, device and equipment for automatically generating and completing front-end and back-end codes
CN114143013A (en) * 2021-12-16 2022-03-04 郑州轨道交通信息技术研究院 Gateway authorization method based on MD5, RC4 encryption and zmq communication

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461495A (en) * 2014-10-31 2015-03-25 北京思特奇信息技术股份有限公司 Method and system for separation of data persistence layers
CN105515819A (en) * 2015-07-14 2016-04-20 国家电网公司 IEC61850-based communication component and application component data interface method
US20160335070A1 (en) * 2015-04-10 2016-11-17 Avigilon Corporation Upgrading a physical security system having multiple server nodes

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461495A (en) * 2014-10-31 2015-03-25 北京思特奇信息技术股份有限公司 Method and system for separation of data persistence layers
US20160335070A1 (en) * 2015-04-10 2016-11-17 Avigilon Corporation Upgrading a physical security system having multiple server nodes
CN105515819A (en) * 2015-07-14 2016-04-20 国家电网公司 IEC61850-based communication component and application component data interface method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
GREEN ENERGY CORP: "Reef Reference Documentation", 《HTTP://GREENENERGYCORP.COM/0.4.7/REEF-DOCS-SINGLE/OVERVIEW.HTML》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710420A (en) * 2018-11-16 2019-05-03 积成电子股份有限公司 A kind of access method of IEC61850 model
CN109871289A (en) * 2019-02-01 2019-06-11 北京顺丰同城科技有限公司 A kind of remote procedure call service creation method and device
CN109871289B (en) * 2019-02-01 2020-03-10 北京顺丰同城科技有限公司 Remote Procedure Call (RPC) service generation method and device
CN110633162A (en) * 2019-09-23 2019-12-31 苏州达家迎信息技术有限公司 Remote call implementation method and device, computer equipment and storage medium
CN111082904A (en) * 2019-12-06 2020-04-28 安徽芯智科技有限公司 Rtos-based rpc communication method
CN111082904B (en) * 2019-12-06 2022-06-14 安徽芯智科技有限公司 Rtos-based rpc communication method
CN112631569A (en) * 2020-12-30 2021-04-09 上海中通吉网络技术有限公司 gPRC-based method, device and equipment for automatically generating and completing front-end and back-end codes
CN114143013A (en) * 2021-12-16 2022-03-04 郑州轨道交通信息技术研究院 Gateway authorization method based on MD5, RC4 encryption and zmq communication
CN114143013B (en) * 2021-12-16 2024-08-13 郑州轨道交通信息技术研究院 Gateway authorization method based on MD5, RC4 encryption and zmq communication

Similar Documents

Publication Publication Date Title
CN107450993A (en) A kind of data interactive method of distributed IEC61850 communication components
US8065657B2 (en) Exchange infrastructure system and method
EP0726003B1 (en) Object-oriented network protocol configuration system
DE69128952T2 (en) Device and method for decoupling data exchange details for obtaining high-performance communication between software processes
US6757899B2 (en) Dynamic CORBA gateway for CORBA and non-CORBA clients and services
CN110351342A (en) Service order processing method, device, computer equipment and storage medium
CN103092602B (en) software development kit
EP2418825A1 (en) Method and system for generating open telecommunication service based on internet
CN105637478A (en) Computer-aided development of native mobile application code
CN109240688A (en) Interface development method, electronic device and readable storage medium storing program for executing
CN110324169A (en) A kind of method and apparatus of interface management
CN101335648A (en) Automatic converting method for packets of different interfaces and apparatus thereof
US10747588B2 (en) Method for updating instance-based message maps using metadata
CN101795206A (en) Method and device for realizing SNMP agent on distributed equipment
CN113467972A (en) Communication interface construction method, communication interface construction device, computer equipment and storage medium
CN104660435A (en) Transactional network management engine for intelligent pipeline and network management transaction processing method of transactional network management engine
CN103902283A (en) Method for achieving real-time asynchronous communication through model transformation in CORBA
CN109086147A (en) Service interface call method, device and the storage medium of application program
CN113641700A (en) Data processing method and device based on Spring boot frame
CN101615116B (en) Method, device and system for acquiring interface
CN104750468B (en) A kind of server-side topological data conversion method and conversion equipment
EP1506478B1 (en) Exchange infrastructure system and method
US6813629B1 (en) Method and apparatus for facilitating object communication across a network
CN103684904A (en) Tri-networks integration network monitoring system based on IP
CN109190969A (en) Weighing-appliance management-control method, system, weighing-appliance management middleware and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20171208