CN113824766A - Multi-service operation system based on Internet of things platform - Google Patents

Multi-service operation system based on Internet of things platform Download PDF

Info

Publication number
CN113824766A
CN113824766A CN202110936389.0A CN202110936389A CN113824766A CN 113824766 A CN113824766 A CN 113824766A CN 202110936389 A CN202110936389 A CN 202110936389A CN 113824766 A CN113824766 A CN 113824766A
Authority
CN
China
Prior art keywords
service
software module
management software
internet
service operation
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
CN202110936389.0A
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.)
Jiangsu Redbudtek Information Technology Co ltd
Original Assignee
Jiangsu Redbudtek Information Technology 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 Jiangsu Redbudtek Information Technology Co ltd filed Critical Jiangsu Redbudtek Information Technology Co ltd
Priority to CN202110936389.0A priority Critical patent/CN113824766A/en
Publication of CN113824766A publication Critical patent/CN113824766A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a multi-service operation system based on an Internet of things platform, which comprises: the service receiving management software module is used for receiving the service, managing the received service and providing an interactive communication mode between the service receiving management module and the service operation management module; the protocol adaptation module is used for processing various Internet of things protocols and providing functions of protocol access, conversion and content analysis; the service operation process management software module is operated in the operating system; the service operation state management software module is used for monitoring and managing the operation state of the service process in the service operation process management software module in real time; the service operation state management software module is in communication connection with the service operation process management software module, so that the method and the system have the advantages of effectively solving the problems of mass data, logic execution efficiency of the Internet of things service in a multi-service scene and cooperation among multiple services, and providing strong support for the processing capacity of the Internet of things platform.

Description

Multi-service operation system based on Internet of things platform
Technical Field
The invention belongs to the technical field of Internet of things platforms, and particularly relates to a multi-service operation system based on an Internet of things platform.
Background
In the current internet of things platform technology, a plurality of aspects such as internet of things gateways, internet of things databases, internet of things data analysis and the like become important technical components in the field of internet of things. The business part of the Internet of things also belongs to a general branch of the whole technical architecture of the Internet of things, and the business part acquires, stores and analyzes data of a sensor, an actuator and terminal equipment of a sensing layer and provides a decision result which accords with a specific algorithm and a specific application scene. The core of the service of the internet of things consists of service logic execution codes, and the arrangement, operation, cooperation and management of the service logic are important technologies of the platform of the internet of things.
There are many service logic implementation methods based on the platform of the internet of things, and the implementation methods for judging service logic strategies and the technical development conditions of the industry are mostly based on messages and storage. For example, message mechanism is used to realize information flow transmission and distribution, and database storage method is used to realize judgment of predetermined strategy, threshold condition and trigger condition. These methods are all traditional methods, and under the specific scene, such as a plurality of scenes, such as massive data, high concurrent requests, multi-service logic coordination, decision systems which need to refer to historical data, and the like, the traditional methods all have obvious defects, or have low operability, or even can not meet the requirements.
With the development of the internet of things industry and application, the diversification of sensors, the individuation of connecting equipment and the flexibility requirement of service characteristics are increased, and the realization and optimization of the internet of things multi-service operation method are a necessary trend. From a single, small-batch and simple service scene under a traditional environment to a complex, massive and rich service scene combination environment, the service logic of the internet of things platform should adapt to the change of the trend.
Disclosure of Invention
The multi-service operation system based on the Internet of things platform provided by the invention effectively solves the problems of massive data, the logic execution efficiency of the Internet of things service in a multi-service scene and the cooperation among multiple services, provides a strong support for the processing capability of the Internet of things platform, and provides effective help for the application of the Internet of things in a complex scene.
The technical scheme of the invention is realized as follows: a multi-service operation system based on an Internet of things platform comprises:
the service receiving management software module is used for receiving the service, managing the received service and providing an interactive communication mode between the service receiving management module and the service operation management module;
the protocol adaptation module is used for processing various Internet of things protocols, providing functions of protocol access, conversion and content analysis and providing a data access server for the service receiving management software module;
the service operation process management software module operates in the operating system, calls the received service information managed in the service receiving management module and analyzes, processes, monitors, alarms and forwards the service;
the service operation state management software module is used for monitoring and managing the operation state of the service process in the service operation process management software module in real time, wherein the operation state comprises service activation and sleep states, service operation times, request receiving times, result output times, service operation log files, alarm files and abnormal alarms;
and the service operation state management software module is in communication connection with the service operation process management software module.
The internet of things protocol processed by the protocol adaptation module comprises but is not limited to MQTT, CoAP and XMPP.
As a preferred embodiment, the system further comprises a feedback module, the feedback module is respectively in communication connection with the service operation process management software module and the service operation state management software module, and is configured to feed back the service abnormality alarm state monitored by the service operation state management software module to the service operation process management software module, and the service operation process management software module performs secondary analysis, processing, monitoring, alarming and forwarding on the fed back service state.
As a preferred implementation, the system further comprises a request data caching software module and a result data caching software module, wherein the request data caching software module and the result data caching software module are respectively in communication connection with the service operation process management software module, the request data caching software module is used for processing and caching request data, and the result data caching software is used for processing and caching result data.
In a preferred embodiment, the business operation process management software module is merged and deployed with the protocol adapter software and the request data caching software.
In a preferred embodiment, the service reception management software module is a textual source code or a graphical component.
In a preferred embodiment, the protocol adaptation module adopts a plug-in architecture.
As a preferred implementation, the protocol adaptation module adopts a separate operation mode for different protocols, and adopts a plug-and-play hot plug technology for a newly added protocol.
After the technical scheme is adopted, the invention has the beneficial effects that: the method can provide diversified access of the Internet of things, mass data processing and combination, interaction and cooperation of multi-service logic, thereby providing rich and powerful Internet of things services and enabling the Internet of things platform to use various scenes and functions.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic structural diagram of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, a multi-service operation system based on an internet of things platform includes:
the service receiving management software module is used for receiving the service, managing the received service and providing an interactive communication mode between the service receiving management module and the service operation management module;
the protocol adaptation module is used for processing various Internet of things protocols, providing functions of protocol access, conversion and content analysis and providing a data access server for the service receiving management software module;
the service operation process management software module operates in the operating system, calls the received service information managed in the service receiving management module and analyzes, processes, monitors, alarms and forwards the service;
the service operation state management software module is used for monitoring and managing the operation state of the service process in the service operation process management software module in real time, wherein the operation state comprises service activation and sleep states, service operation times, request receiving times, result output times, service operation log files, alarm files and abnormal alarms;
and the service operation state management software module is in communication connection with the service operation process management software module. The internet of things protocol processed by the protocol adaptation module comprises but is not limited to MQTT, CoAP and XMPP.
The system also comprises a feedback module which is respectively in communication connection with the business operation process management software module and the business operation state management software module and is used for feeding back the abnormal business alarm state monitored by the business operation state management software module to the business operation process management software module, and the business operation process management software module carries out secondary analysis, processing, monitoring, alarm and forwarding on the fed back business state. The system also comprises a request data caching software module and a result data caching software module, wherein the request data caching software module and the result data caching software module are respectively in communication connection with the service operation process management software module, the request data caching software module is used for processing and caching request data, and the result data caching software module is used for processing and caching result data.
The business operation process management software module is merged and deployed with the protocol adapter software and the request data caching software. The service receiving management software module is a text source code or a graphical component mode. The protocol adaptation module adopts a plug-in type architecture. The protocol adaptation module adopts a separation operation mode for different protocols and adopts a plug-and-play hot plug technology for a newly added protocol.
The protocol adaptation software module can be independently deployed or combined with other modules for deployment, and has the main functions of receiving a request message from the sensing layer of the Internet of things and issuing a control command from the application layer of the Internet of things. A request data caching module: and the cache is used for caching the analyzed equipment data. A result data caching module: the data caching device is used for caching the result data processed by the business logic. A service operation environment software module: the method provides operation support for loading, activating, running, suspending, unloading and the like of the service logic, provides environment and resources for service running, guarantees the running correctness of the service logic, and stores interface persistent data for managing the service: and various types of data such as service logic processing data, operation data, log data and the like are subjected to persistent storage, so that support is provided for the management of the platform system of the Internet of things. Service orchestration environment: the method provides tools and interfaces for users to edit business logic, and can distribute business logic programs from an editing environment to a business operation environment. Service management software: management operation is carried out on business logic, and tools and interfaces are provided for users
In the description of the present invention, it is to be understood that the terms "longitudinal", "lateral", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", and the like, indicate orientations or positional relationships based on those shown in the drawings, and are used merely for convenience of description and for simplicity of description, and do not indicate or imply that the referenced devices or elements must have a particular orientation, be constructed in a particular orientation, and be operated, and thus, are not to be construed as limiting the present invention. In the description of the present invention, unless otherwise specified and limited, it is to be noted that the terms "mounted," "connected," and "connected" are to be interpreted broadly, and may be, for example, a mechanical connection or an electrical connection, a communication between two elements, a direct connection, or an indirect connection via an intermediate medium, and specific meanings of the terms may be understood by those skilled in the art according to specific situations.
The present invention is not limited to the above preferred embodiments, and any modifications, equivalent substitutions, improvements, etc. within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A multi-service operation system based on an Internet of things platform is characterized by comprising:
the service receiving management software module is used for receiving the service, managing the received service and providing an interactive communication mode between the service receiving management module and the service operation management module;
the protocol adaptation module is used for processing various Internet of things protocols, providing functions of protocol access, conversion and content analysis and providing a data access server for the service receiving management software module;
the service operation process management software module operates in the operating system, calls the received service information managed in the service receiving management module and analyzes, processes, monitors, alarms and forwards the service;
the service operation state management software module is used for monitoring and managing the operation state of the service process in the service operation process management software module in real time, wherein the operation state comprises service activation and sleep states, service operation times, request receiving times, result output times, service operation log files, alarm files and abnormal alarms;
and the service operation state management software module is in communication connection with the service operation process management software module.
2. The multi-service operating system based on the platform of internet of things of claim 1, wherein the internet of things protocol processed by the protocol adaptation module includes but is not limited to MQTT, CoAP, XMPP.
3. The multi-service operation system based on the platform of the internet of things according to claim 1, further comprising a feedback module, wherein the feedback module is respectively in communication connection with the service operation process management software module and the service operation state management software module, and is configured to feed back a service abnormality alarm state monitored by the service operation state management software module to the service operation process management software module, and the service operation process management software module performs secondary analysis, processing, monitoring, alarming and forwarding on the fed back service state.
4. The multi-service operation system based on the platform of the internet of things according to claim 1, further comprising a request data caching software module and a result data caching software module, wherein the request data caching software module and the result data caching software module are respectively in communication connection with the service operation process management software module, the request data caching software module is used for processing and caching request data, and the result data caching software is used for processing and caching result data.
5. The multi-service operation system based on the platform of the internet of things of claim 4, wherein the service operation process management software module is merged and deployed with the protocol adapter software and the request data caching software.
6. The multi-service operating system based on the platform of the internet of things as claimed in claim 1, wherein the service reception management software module is a textual source code or a graphical component.
7. The multi-service operating system based on the platform of the internet of things of claim 1, wherein the protocol adaptation module adopts a plug-in architecture.
8. The multi-service operating system based on the platform of the internet of things according to claim 1, wherein the protocol adaptation module adopts a separate operating mode for different protocols and adopts a plug-and-play hot plug technology for a newly added protocol.
CN202110936389.0A 2021-08-16 2021-08-16 Multi-service operation system based on Internet of things platform Pending CN113824766A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110936389.0A CN113824766A (en) 2021-08-16 2021-08-16 Multi-service operation system based on Internet of things platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110936389.0A CN113824766A (en) 2021-08-16 2021-08-16 Multi-service operation system based on Internet of things platform

Publications (1)

Publication Number Publication Date
CN113824766A true CN113824766A (en) 2021-12-21

Family

ID=78922935

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110936389.0A Pending CN113824766A (en) 2021-08-16 2021-08-16 Multi-service operation system based on Internet of things platform

Country Status (1)

Country Link
CN (1) CN113824766A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017193799A1 (en) * 2016-05-09 2017-11-16 中兴通讯股份有限公司 Method and apparatus for implementing qos management
CN108881408A (en) * 2018-05-30 2018-11-23 南京粒聚智能科技有限公司 A kind of multi-service operating system based on platform of internet of things
CN112882433A (en) * 2021-03-24 2021-06-01 许昌许继低压电器有限公司 Multisource Internet of things monitoring cloud platform

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017193799A1 (en) * 2016-05-09 2017-11-16 中兴通讯股份有限公司 Method and apparatus for implementing qos management
CN108881408A (en) * 2018-05-30 2018-11-23 南京粒聚智能科技有限公司 A kind of multi-service operating system based on platform of internet of things
CN112882433A (en) * 2021-03-24 2021-06-01 许昌许继低压电器有限公司 Multisource Internet of things monitoring cloud platform

Similar Documents

Publication Publication Date Title
CN103873279A (en) Server management method and server management device
CN108881408A (en) A kind of multi-service operating system based on platform of internet of things
CN113612820A (en) Cloud edge device platform control architecture and method based on Superedge and edgeXFioutry
CN101388903B (en) Mobile enterprise IT standardization management platform
CN103067230A (en) Method for achieving hyper text transport protocol (http) service monitoring through embedding monitoring code
CN105260842B (en) Communication method and system between heterogeneous ERP systems
CN111431754A (en) Fault analysis method and system for power distribution and utilization communication network
CN106790678B (en) Transmission system and method for ensuring priority transmission consumption of important data
CN113114716B (en) Edge cloud collaborative control system and method
CN115086379B (en) Numerical control machine tool data acquisition method based on edge calculation and virtualization technology
CN116260893B (en) Message subscription and publishing device of data processing system
CN106649711A (en) Distributed type preposed acquisition system based on Redis real-time database
CN112866342A (en) Distributed data acquisition system and method for steel industry
CN115314506A (en) Software information acquisition and processing system
CN110636095A (en) Equipment management and control system and working method thereof
CN113824766A (en) Multi-service operation system based on Internet of things platform
CN110661652A (en) Internet equipment connection and data forwarding processing method
CN108985470A (en) A kind of defect process initiating method based on terminal control application
CN113162942A (en) Method for forwarding self-adaptive protocol
CN112417050A (en) Data synchronization method and device, system, storage medium and electronic device
CN103581300A (en) Interactive conference system information on-line preservation method
CN113612228B (en) Multi-dimensional information fusion-based feeder automation active fault processing system, method and readable storage medium
CN113848834A (en) Workshop equipment access system and method based on edge cloud cooperation
CN113467912A (en) Distributed train dispatching management system
CN112671883A (en) Design method of multifunctional message notification system

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