CN114327599A - Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform - Google Patents

Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform Download PDF

Info

Publication number
CN114327599A
CN114327599A CN202111653703.0A CN202111653703A CN114327599A CN 114327599 A CN114327599 A CN 114327599A CN 202111653703 A CN202111653703 A CN 202111653703A CN 114327599 A CN114327599 A CN 114327599A
Authority
CN
China
Prior art keywords
intelligent terminal
script file
vehicle
type information
vehicle type
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
CN202111653703.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.)
Shenzhen Huayunwang Technology Co ltd
Original Assignee
Shenzhen Huayunwang 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 Shenzhen Huayunwang Technology Co ltd filed Critical Shenzhen Huayunwang Technology Co ltd
Priority to CN202111653703.0A priority Critical patent/CN114327599A/en
Publication of CN114327599A publication Critical patent/CN114327599A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application discloses a remote interaction method of an intelligent terminal, the intelligent terminal, an operation and maintenance platform and a local platform. The method comprises the following steps: determining vehicle type information through pre-installed system software; sending vehicle type information to the operation and maintenance platform to indicate the operation and maintenance platform to determine an adaptive script file according to the vehicle type information, wherein the script file can realize different vehicle protocol communication of different vehicles and butt joint interaction with different client platforms; and receiving the script file from the operation and maintenance platform, and executing the script file to form the complete functions of the product. By the method, a hardware terminal can be adopted to adapt to software versions of different vehicle types and different client platforms, and the problems that communication of different vehicle protocols and communication of different client platforms cannot be solved by adopting a method of parameter configuration files such as ini and xml are solved. Development, production, and management costs can be reduced. The requirements for researching and developing manpower and material resources can be reduced, and the maintenance is easy.

Description

Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform
Technical Field
The invention relates to the technical field of vehicle remote intelligent monitoring terminals, in particular to a remote interaction method of an intelligent terminal, the intelligent terminal and an operation and maintenance platform.
Background
The vehicle remote intelligent monitoring terminal utilizes advanced sensing technology, network technology, control technology, intelligent technology and safety technology to comprehensively sense roads and traffic, realizes interaction of large-range and large-capacity data, provides an integrated network of intelligent traffic management, intelligent dynamic information service and vehicle intelligent control, and is a typical application of the internet of things technology in the traffic field. With the development of scientific technology, technologies such as vehicle remote intelligent monitoring terminals, vehicle networking and the like have become the main development direction of future motor vehicle networks.
With the development of the vehicle remote intelligent monitoring terminal industry and the wireless communication technology, people pay attention to the vehicle remote intelligent monitoring terminal service without being limited to basic anti-collision warning, but can be expanded to more abundant and diversified video and image applications. Visual native perception data such as live-action images and video streams can be used for vehicle behavior control decision through analysis and processing, and meanwhile, the visual native perception data can be provided for a third party, so that diversified application services can be provided for other types of terminals.
For the same hardware product, in different vehicle models produced by different vehicle enterprises, the current vehicle remote intelligent monitoring terminal needs to adapt to different application software versions according to the vehicle models due to different Controller Area Network (CAN) protocols. If the number of vehicle types is large, dozens of hundreds of vehicle types need to customize dozens of hundreds of software. This will bring the very big manpower and materials' needs to research and development maintenance, and easy mistake of maintaining moreover. Therefore, at present, a method of parameter configuration files such as ini and xml is generally adopted, so that the problem of the protocol can be solved, but the control process of the control instruction is difficult to describe.
Disclosure of Invention
The application provides a remote interaction method of an intelligent terminal, the intelligent terminal and an operation and maintenance platform. The hardware terminal can be adopted in the mode to adapt to software versions in different vehicle types, and a method of adopting parameter configuration files such as ini and xml is not needed. Development, production, and management costs can be reduced.
In view of this, a first aspect of the present application provides a remote interaction method for an intelligent terminal, where the method includes: determining vehicle type information through pre-installed system software, wherein the system software is compiled by adopting a first type language, and is used for internal resource management of the intelligent terminal and communication with an operation and maintenance platform so as to realize parameter setting, remote upgrading and file management of the intelligent terminal; sending vehicle type information to the operation and maintenance platform to indicate the operation and maintenance platform to determine a matched script file according to the vehicle type information; and receiving the script file from the operation and maintenance platform, and executing the script file to form corresponding application software, wherein the script file is compiled by adopting a second type language and is used for realizing the specific function of the intelligent terminal.
Optionally, with reference to the first aspect, in a possible implementation manner, the method further includes: and calling the script file into the system for running through system software, and establishing interaction with the vehicle through a hardware communication link according to the protocol format and the communication method of the script to complete the combination of the system software and the application software so as to realize the remote monitoring function of the intelligent terminal.
Optionally, with reference to the first aspect, in a possible implementation manner, the method further includes: calling the script file into a system to run through system software; and creating a second path of connection, and connecting the second path of connection to a target client platform through the second path of connection so as to complete the function of the intelligent terminal for docking the target client platform, wherein the target client platform is determined by the operation and maintenance platform according to the vehicle type information.
Optionally, with reference to the first aspect, in a possible implementation manner, the vehicle type information specifically includes a vehicle type, a vehicle identification number VIN, and vehicle position information, and the target client platform is specifically determined by the operation and maintenance platform according to the vehicle position information.
Optionally, with reference to the first aspect, in a possible implementation manner, the first type language is a C language, the second type language is a lua language, the system software and the application software have an adaptive call interface, and the call interface includes: the system comprises a vehicle state interface, a Global Navigation Satellite System (GNSS) position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote window opening/closing interface, a remote tail box opening/closing interface and a remote engine starting/stopping interface.
The second aspect of the present application provides a remote interaction method for an intelligent terminal, where the method includes: receiving vehicle type information from an intelligent terminal, wherein the vehicle type information is determined by the intelligent terminal through preinstalled system software according to any one of a Vehicle Identification Number (VIN), position information or manual setting and is sent to an operation and maintenance platform, the system software is compiled by adopting a first type of language, and the system software is used for internal resource management of the intelligent terminal; determining a matched script file according to the vehicle type information, wherein the script file is compiled by adopting a second language and is used for realizing the specific function of the intelligent terminal; and sending the script file to the intelligent terminal.
Optionally, with reference to the second aspect, in a possible implementation manner, the method further includes: and determining a target client platform according to the vehicle type information, wherein the target client platform is the client platform connected to when the intelligent terminal creates the second path of connection.
Optionally, with reference to the second aspect, in a possible implementation manner, the vehicle type information specifically includes a vehicle type, a vehicle identification number VIN, and vehicle position information, and determining the target client platform according to the vehicle type information specifically includes: and determining a target client platform according to the vehicle position information.
Optionally, with reference to the second aspect, in a possible implementation manner, the first type language is a C language, the second type language is a lua language, the system software and the application software have an adaptive call interface, and the call interface includes: the system comprises a vehicle state interface, a Global Navigation Satellite System (GNSS) position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote window opening/closing interface, a remote rear boot opening/closing interface and a remote engine starting/stopping interface.
The third aspect of the present application provides an intelligent terminal, which includes: the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining vehicle type information through pre-installed system software, and the system software is compiled by adopting a first type language and is used for internal resource management of the intelligent terminal; the sending module is used for sending the vehicle type information to the operation and maintenance platform so as to indicate the operation and maintenance platform to determine the matched script file according to the vehicle type information; and the receiving module is used for receiving the script file from the operation and maintenance platform and executing the script file to form corresponding application software, wherein the script file is written by adopting a second type of language and is used for realizing the specific function of the intelligent terminal.
Optionally, with reference to the third aspect, in a possible implementation manner, the intelligent terminal further includes a call-in module, configured to call a script file into the system for running through system software, establish interaction with the vehicle through a hardware communication link according to a protocol format and a communication method of the script, and complete combination of the system software and the application software, so as to implement a remote monitoring function of the vehicle remote intelligent monitoring terminal.
Optionally, with reference to the third aspect, in a possible implementation manner, the intelligent terminal further includes a call-in module and a creation module, where the call-in module is configured to call a script file into a system through system software to run; the creating module is used for creating a second path of connection and connecting the second path of connection to a target client platform through the second path of connection so as to complete the function of the intelligent terminal for butting the target client platform, wherein the target client platform is determined by the operation and maintenance platform according to the vehicle type information.
Optionally, with reference to the third aspect, in a possible implementation manner, the vehicle type information specifically includes a vehicle type, a vehicle identification number VIN, and vehicle position information, and the target client platform is specifically determined by the operation and maintenance platform according to the vehicle position information.
Optionally, with reference to the third aspect, in a possible implementation manner, the first type language is a C language, the second type language is a lua language, the system software and the application software have an adaptive call interface, and the call interface includes: the system comprises a vehicle state interface, a Global Navigation Satellite System (GNSS) position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote window opening/closing interface, a remote rear boot opening/closing interface and a remote engine starting/stopping interface.
The present application provides in a fourth aspect an operation and maintenance platform, comprising: the intelligent terminal comprises a receiving module, a judging module and a judging module, wherein the receiving module is used for receiving vehicle type information from the intelligent terminal, the vehicle type information is determined by the intelligent terminal through pre-installed system software and is sent to an operation and maintenance platform, the system software is compiled by adopting a first type language, and the system software is used for internal resource management of the intelligent terminal; the adaptation module is used for determining an adapted script file according to the vehicle type information, wherein the script file is compiled by adopting a second language and is used for realizing the specific function of the intelligent terminal; and the sending module is used for sending the script file to the intelligent terminal.
Optionally, with reference to the fourth aspect, in a possible implementation manner, the operation and maintenance platform further includes: and the determining module is used for determining a target client platform according to the vehicle type information, wherein the target client platform is a client platform connected to the intelligent terminal when the intelligent terminal creates the second path of connection.
Optionally, with reference to the fourth aspect, in a possible implementation manner, the vehicle type information specifically includes a vehicle type, a vehicle identification number VIN, and vehicle position information, and the determining module is specifically configured to determine the target client platform according to the vehicle position information.
Optionally, with reference to the fourth aspect, in a possible implementation manner, the first type language is a C language, the second type language is a lua language, the system software and the application software have an adaptive call interface, and the call interface includes: the system comprises a vehicle state interface, a Global Navigation Satellite System (GNSS) position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote window opening/closing interface, a remote rear boot opening/closing interface and a remote engine starting/stopping interface.
A fifth aspect of the present application provides an intelligent terminal, including a processor, a network interface, and a memory, where the processor, the network interface, and the memory are connected to each other, where the memory is used to store a computer program, and the computer program includes program instructions, and the processor is configured to call the program instructions to execute a remote interaction method of the intelligent terminal according to any one of the possible implementation manners of the first aspect to the first aspect of the present application.
A sixth aspect of the present application provides an operation and maintenance platform, including a processor, a network interface, and a memory, where the processor, the network interface, and the memory are connected to each other, where the memory is used to store a computer program, and the computer program includes program instructions, and the processor is configured to call the program instructions to perform a remote interaction method for an intelligent terminal as in any one of the possible implementations of the second aspect to the second aspect of the present application.
A seventh aspect of the present application provides a computer-readable storage medium, in which a computer program is stored, where the computer program includes program instructions, and the program instructions, when executed by a processor, cause the processor to execute the remote interaction method of the intelligent terminal in any one of the possible implementation manners of the first aspect to the first aspect of the present application.
An eighth aspect of the present application provides a computer-readable storage medium, which stores a computer program, where the computer program includes program instructions, and the program instructions, when executed by a processor, cause the processor to execute the remote interaction method of the intelligent terminal according to any one of the possible implementation manners of the second aspect to the second aspect of the present application.
The embodiment of the application provides a remote interaction method of an intelligent terminal, the intelligent terminal and an operation and maintenance platform. The method comprises the following steps: determining vehicle type information through pre-installed system software, wherein the system software is compiled by adopting a first type language, and is used for internal resource management of the intelligent terminal and communication with an operation and maintenance platform so as to realize parameter setting, remote upgrading and file management of the intelligent terminal; sending vehicle type information to the operation and maintenance platform to indicate the operation and maintenance platform to determine a matched script file according to the vehicle type information; and receiving the script file from the operation and maintenance platform, and executing the script file to form corresponding application software, wherein the script file is written by adopting a second type of language and is used for realizing the specific functions of the intelligent terminal. By the method, a hardware terminal can be adopted to adapt to software versions in different vehicle types without adopting a method of parameter configuration files such as ini and xml. Development, production, and management costs can be reduced. The requirements for researching and developing manpower and material resources can be reduced, and the maintenance is easy.
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, 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 the drawings without creative efforts.
Wherein:
fig. 1 is a system architecture diagram of remote interaction of an intelligent terminal according to an embodiment of the present disclosure;
fig. 2 is an interaction flow diagram of a remote interaction method of an intelligent terminal according to an embodiment of the present application;
fig. 3 is another interaction flow diagram of a remote interaction method of an intelligent terminal according to an embodiment of the present disclosure;
fig. 4 is a schematic flowchart of a remote interaction method of an intelligent terminal according to an embodiment of the present disclosure;
fig. 5 is a schematic flowchart of a remote interaction method of an intelligent terminal according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of an intelligent terminal provided in an embodiment of the present application;
fig. 7 is a schematic structural diagram of an operation and maintenance platform provided in an embodiment of the present application;
fig. 8 is a schematic system architecture diagram of an intelligent terminal according to an embodiment of the present application.
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.
The current vehicle remote intelligent monitoring terminal (intelligent terminal for short) needs to adapt different software versions according to vehicle types for the same hardware product, dozens of hundreds of vehicle types need to customize dozens of hundreds of software, and great manpower and material resource requirements are brought to research, development and maintenance. Generally, a general method of parameter configuration files such as ini and xml is adopted, so that although the problem of the protocol can be solved, the control process of the control instruction is difficult to describe. Therefore, the application provides a remote interaction method of the intelligent terminal, the intelligent terminal and an operation and maintenance platform. A hardware terminal can be adopted to adapt to software versions in different vehicle types without adopting a method of parameter configuration files such as ini and xml. Development, production, and management costs can be reduced. The requirements for researching and developing manpower and material resources can be reduced, and the maintenance is easy.
Referring to fig. 1, fig. 1 is a system architecture diagram of remote interaction of an intelligent terminal according to an embodiment of the present application. As shown in fig. 1, the architecture includes an operation and maintenance platform 10, an intelligent terminal 20, and a target client platform (target place platform) 30. It should be noted that the operation and maintenance platform 10 is a remote management platform owned by the company. The intelligent terminal 20 is installed on a vehicle, and the intelligent terminal 20 is pre-installed with system software written in a first language when leaving a factory, and the system software is used for internal resource management of the intelligent terminal 20. The intelligent terminal 20 is a vehicle remote intelligent monitoring terminal. The system software is taken off line and delivered out of the factory along with the intelligent terminal 20, and after the system software is installed in the intelligent terminal 20, connection can be established with the operation and maintenance platform 10 through remote communication. The target client platform 30 is not necessary in the whole remote interaction process, that is, only the operation and maintenance platform 10 and the intelligent terminal 20 may exist in the whole interaction scene. The target client platform 30 is deployed in an area within a certain distance from the intelligent terminal 20, and the target client platform 30 is determined by the operation and maintenance platform 10 according to the location information of the intelligent terminal 20.
Referring to fig. 2, fig. 2 is an interaction flow diagram of a remote interaction method of an intelligent terminal according to an embodiment of the present application, where the remote interaction method of the intelligent terminal shown in fig. 2 may include the following steps:
s101, the intelligent terminal determines vehicle type information through pre-installed system software.
The intelligent terminal determines the vehicle type information through pre-installed system software. The system software is compiled by adopting a class of languages and is used for managing internal resources of the vehicle remote intelligent monitoring terminal. The first type of language may be a C language. The system software is used for internal resource management of the intelligent terminal and is communicated with the operation and maintenance platform so as to realize the functions of parameter setting, remote upgrading, file management and the like of the intelligent terminal.
The vehicle type information can be determined by the intelligent terminal through pre-installed system software according to any one of a Vehicle Identification Number (VIN), position information or manual setting, and is sent to the operation and maintenance platform.
The system software is offline and leaves the factory together with the vehicle remote intelligent monitoring terminal, and after the system software is installed by a client, vehicle type information is firstly acquired, wherein the vehicle type information comprises but is not limited to vehicle type, Vehicle Identification Number (VIN) and vehicle position information.
S102, the intelligent terminal sends vehicle type information to the operation and maintenance platform.
And the intelligent terminal sends the vehicle type information to the operation and maintenance platform. Before the intelligent terminal sends the vehicle type information to the operation and maintenance platform, the intelligent terminal firstly establishes a path of connection with the operation and maintenance platform through wireless communication, and the wireless communication mode can include but is not limited to 4G communication, 5G communication and the like. This vehicle type information is understood with reference to step S101, and is not described in detail here.
S103, the operation and maintenance platform determines the matched script file according to the vehicle type information.
And the operation and maintenance platform determines the matched script file according to the vehicle type information. The script file may be in a one-to-one correspondence relationship or a one-to-many relationship with the vehicle type information. A uniquely determined script file can be determined from the vehicle type information.
The script file is compiled by adopting a second language and is used for realizing the specific functions of the vehicle remote intelligent monitoring terminal. Further, the script file may be written in the python, lua language. With the development of technology, scripting languages, represented by python, lua, have emerged, all of which belong to languages that can be embedded into embedded products. After the product software is released, the parameters are completed in the form of scripts, and the functions of actions, tasks and the like in the original product are executed.
Specifically, the lua language is adopted as the script language, wherein the lua language is simple in syntax, efficient and stable, and requires less Random Access Memory (RAM) and flash resources. Complex data structures, dynamic types, automatic memory management based on garbage collection, and the like can be processed.
And S104, the operation and maintenance platform sends the script file to the intelligent terminal.
And the operation and maintenance platform sends the script file to the intelligent terminal. Specifically, the operation and maintenance platform sends the script file determined in step S103 to the intelligent terminal. And sending the script file to the intelligent terminal through the communication connection established between the operation and maintenance platform and the intelligent terminal.
Correspondingly, the intelligent terminal can receive the script file from the operation and maintenance platform.
And S105, the intelligent terminal executes the script file to form corresponding application software.
And the intelligent terminal installs corresponding application software according to the script file. Specifically, in an implementation manner, the intelligent terminal calls a script file into a system to run through system software so as to complete installation of application software. And the combination of system software and application software is completed, and the remote monitoring function of the vehicle is realized.
Specifically, the calling of the script file into the system through the system software by the intelligent terminal may specifically include: and loading the script file from the file path downloaded by the remote operation and maintenance platform, and automatically running the script file.
Specifically, the intelligent terminal calls the script file into a system to run through the system software, establishes interaction with a vehicle through hardware communication links such as a CAN (controller area network), a LIN (local interconnect network) and the like according to a protocol format and a communication method of the script, and completes combination of the system software and the application software.
Illustratively, the system software is similar to an android system of an android mobile phone and is responsible for hardware driving and internal resource management. The application software is similar to various Applications (APP) of the mobile phone. Different APPs can be installed according to different functional requirements. The system software and the application software need to be appointed to call interfaces, such as a vehicle state interface, a GNSS position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote locking/opening interface, a remote window opening/closing interface, a remote rear trunk opening/closing interface and a remote engine starting/stopping interface. Therefore, through the interface, the specific function corresponding to the interface can be realized.
The method provided by the application can adopt a hardware terminal to adapt to software versions in different vehicle types without adopting parameter configuration files such as ini and xml. Development, production, and management costs can be reduced. The requirements for researching and developing manpower and material resources can be reduced, and the maintenance is easy.
It should be noted that, after the intelligent terminal sends the vehicle type information to the operation and maintenance platform, the operation and maintenance platform may further determine the target client platform according to the vehicle position information in the vehicle type information. After the intelligent terminal installs the corresponding application software according to the script file, the intelligent terminal can create a second path of connection and is connected to the target client platform through the second path of connection. Therefore, the intelligent terminal is connected with the target client platform, and the function of remotely monitoring the intelligent terminal is realized through the target client platform. Specifically, referring to fig. 3, the present application further provides another embodiment of a remote interaction method for an intelligent terminal, where the remote interaction method for the intelligent terminal may include the following steps:
s201, the intelligent terminal determines vehicle type information through pre-installed system software.
Please refer to the above step S101 for understanding, which is not described herein again.
S202, the intelligent terminal sends vehicle type information to the operation and maintenance platform.
Please refer to the above step S102 for understanding, which is not described herein again.
S203, the operation and maintenance platform determines the matched script file according to the vehicle type information and determines a target client platform according to the vehicle position information.
Please refer to the capturing S103 for understanding, which is not described herein.
It is worth supplementing that the operation and maintenance platform can also judge which specific client platform the intelligent terminal belongs to according to the vehicle position information in the vehicle type information. The specific client platform determined by the remote operation and maintenance platform is a target client platform.
And S204, the operation and maintenance platform sends the script file to the intelligent terminal.
Please refer to the step S104 for understanding, which is not described herein again.
S205, the intelligent terminal executes the script file to form corresponding application software.
Please refer to the above step S105 for understanding, which is not described herein again.
And S206, the intelligent terminal creates a second path of connection and is connected to the target client platform through the second path of connection.
Corresponding to step S203, after the operation and maintenance platform determines the target client platform and the intelligent terminal calls the script file into the system through the system software to operate, the intelligent terminal may further create a second path of connection and connect to the target client platform through the second path of connection, so as to complete the function of the intelligent terminal in docking the target client platform. The functions of the target client platform include, but are not limited to, data uploading, remote monitoring. Therefore, the intelligent terminal can be connected with the target client platform, and the remote monitoring function of the intelligent terminal through the target client platform is realized.
The application also provides another embodiment of the remote interaction method of the intelligent terminal. Referring to fig. 4, the method is applied to the intelligent terminal. The method comprises the following steps:
s301, the intelligent terminal determines vehicle type information through pre-installed system software.
The intelligent terminal determines the vehicle type information through pre-installed system software. The system software is compiled by adopting a class of languages and is used for managing internal resources of the vehicle remote intelligent monitoring terminal. The first type of language may be a C language. The vehicle type information can be determined by the intelligent terminal through pre-installed system software according to any one of the vehicle identification number VIN, the position information or manual setting, and is sent to the operation and maintenance platform.
The system software is offline and delivered together with the vehicle remote intelligent monitoring terminal, and after the system software is installed by a client, vehicle type information is firstly acquired, wherein the vehicle type information comprises but is not limited to vehicle type, vehicle identification number and vehicle position information.
For details, refer to the foregoing step S101 and step S201, which are not described herein again.
And S302, the intelligent terminal sends vehicle type information to the operation and maintenance platform.
And the intelligent terminal sends the vehicle type information to the operation and maintenance platform. Before the intelligent terminal sends the vehicle type information to the operation and maintenance platform, the intelligent terminal firstly establishes a path of connection with the operation and maintenance platform through wireless communication, and the wireless communication mode can include but is not limited to 4G communication, 5G communication and the like.
See step S102 and step S202 for details.
And S303, the intelligent terminal receives the script file from the operation and maintenance platform and installs corresponding application software according to the script file.
And the intelligent terminal receives the script file from the operation and maintenance platform and installs corresponding application software according to the script file, wherein the script file is compiled by adopting a second type language and is used for realizing the specific function of the vehicle remote intelligent monitoring terminal.
Please refer to the foregoing step S104 for details, and refer to the step S105 for understanding, which are not described herein again.
The intelligent terminal can also create a second path connection and is connected to the target client platform through the second path connection. And the target client platform is determined by the operation and maintenance platform according to the vehicle position information of the intelligent terminal. For details, refer to the foregoing step S203 and step S206, which are not described herein again.
The application also provides another embodiment of the remote interaction method of the intelligent terminal. Referring to fig. 5, the method is applied to an operation and maintenance platform. The method comprises the following steps:
s401, the operation and maintenance platform receives vehicle type information from the intelligent terminal.
Please refer to the foregoing step S102 for understanding, which is not described herein again.
S402, the operation and maintenance platform determines the matched script file according to the vehicle type information.
Please refer to the foregoing step S103 for understanding, which is not described herein again.
And S403, the operation and maintenance platform sends the script file to the intelligent terminal.
Please refer to the foregoing step S104 for understanding, which is not described herein again.
The operation and maintenance platform can also judge which specific client platform the intelligent terminal belongs to according to the vehicle position information in the vehicle type information. Such that the particular client platform is determined to be the target client platform. So that the intelligent terminal can be connected with the target client platform, and the remote monitoring function of the intelligent terminal through the target client platform is realized. For details, refer to the foregoing step S203 and step S206, which are not described herein again.
The remote interaction method of the intelligent terminal provided by the application is described above from a method perspective. The structure of an intelligent terminal provided by the present application is described below from the perspective of functional modules. The intelligent terminal may be configured to execute the remote interaction method of any one of the intelligent terminals, and the corresponding method steps and beneficial effects thereof are understood with reference to the remote interaction method of the intelligent terminal, which is not described herein again. Referring to fig. 6, the intelligent terminal 50 may include:
the determining module 501 is configured to determine vehicle type information through pre-installed system software, where the system software is written in a first type of language and is used for internal resource management of the vehicle remote intelligent monitoring terminal.
The sending module 502 is configured to send vehicle type information to the operation and maintenance platform to instruct the operation and maintenance platform to determine an adapted script file according to the vehicle type information.
And the receiving module 503 is configured to receive the script file from the operation and maintenance platform, and install corresponding application software according to the script file, where the script file is written in a second language and is used to implement a specific function of the vehicle remote intelligent monitoring terminal.
Furthermore, the intelligent terminal 50 further includes a calling module 504, configured to call the script file into the system for running through the system software, so as to complete the combination of the system software and the application software, so as to implement the remote monitoring function of the intelligent terminal.
Furthermore, the intelligent terminal 50 further includes a creating module 505, and the calling module 504 is configured to call the script file into the system for running through the system software; the creating module 505 is configured to create a second path of connection, and connect to a target client platform through the second path of connection, so as to complete a function of the intelligent terminal in docking with the target client platform, where the target client platform is determined by the operation and maintenance platform according to the vehicle type information.
The vehicle type information specifically comprises a vehicle type, a vehicle identification number VIN and vehicle position information, and the target client platform is specifically determined by the operation and maintenance platform according to the vehicle position information. The first language is C language, the second language is lua language, the system software and the application software have adaptive calling interfaces, and the calling interfaces include: the system comprises a vehicle state interface, a Global Navigation Satellite System (GNSS) position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote window opening/closing interface, a remote rear boot opening/closing interface and a remote engine starting/stopping interface.
The structure of an operation and maintenance platform provided by the application is described below from the perspective of functional modules. The operation and maintenance platform can be used for executing any one of the above remote interaction methods of the intelligent terminal. Referring to fig. 7, the operation and maintenance platform 60 may include:
the receiving module 601 is configured to receive vehicle type information from the intelligent terminal, where the vehicle type information is determined by the intelligent terminal through pre-installed system software and is sent to the operation and maintenance platform, the system software is compiled in a first type of language, and the system software is used for internal resource management of the vehicle remote intelligent monitoring terminal.
And the adaptation module 602 is configured to determine an adapted script file according to the vehicle type information, where the script file is written in a second language and is used to implement a specific function of the vehicle remote intelligent monitoring terminal.
And a sending module 603, configured to send the script file to the intelligent terminal.
Further, the operation platform 60 further includes: a determining module 604, configured to determine a target client platform according to the vehicle type information, where the target client platform is a client platform to which the intelligent terminal is connected when creating the second connection. The vehicle type information specifically includes a vehicle type, a vehicle identification number VIN, and vehicle position information, and the determining module 604 is specifically configured to determine the target client platform according to the vehicle position information.
The first language is C language, the second language is lua language, the system software and the application software have adaptive calling interfaces, and the calling interfaces include: the system comprises a vehicle state interface, a Global Navigation Satellite System (GNSS) position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote window opening/closing interface, a remote rear boot opening/closing interface and a remote engine starting/stopping interface.
Fig. 8 shows a system architecture of an intelligent terminal provided in the present application, where fig. 8 shows an intelligent terminal. As shown in fig. 8, the intelligent terminal 70 includes a processor 701, a memory 702 and a network interface 703, and the processor 701, the memory 702 and the communication interface 703 may be connected by a bus 704.
Alternatively, the processor 701 may be one or more Central Processing Units (CPUs), microprocessors, application-specific integrated circuits (ASICs), or one or more integrated circuits for controlling the execution of programs according to the present disclosure.
The processor 701 is configured to execute the instructions in the memory 702 to perform the above-mentioned method applied to the remote interaction method of the intelligent terminal shown in fig. 2, 3 and 4. The communication interface 703 may include an input/output (I/O) interface.
The processor 701, the memory 702, and the network interface 703 may be connected to each other by a bus 704, but are not limited to being connected only by the bus 704; the bus 704 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product.
The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the application to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that a computer can store or a data storage device, such as a server, a data center, etc., that is integrated with one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
Those skilled in the art will appreciate that all or part of the steps in the various methods of the above embodiments may be performed by program instructions instructing associated hardware, and that the program may be stored in a computer-readable storage medium, which may include: read Only Memory (ROM), RAM, magnetic or optical disks, and the like.
The application also provides an operation and maintenance platform, which comprises a processor, a network interface and a memory, wherein the processor, the network interface and the memory are connected with each other, the memory is used for storing a computer program, the computer program comprises program instructions, and the processor is configured to call the program instructions and execute the method of the remote interaction method of the intelligent terminal as shown in fig. 2, fig. 3 and fig. 5 of the application.
The present application also provides a computer-readable storage medium storing a computer program comprising program instructions that, when executed by a processor, cause the processor to perform any one of the remote interaction methods of an intelligent terminal as provided herein.
It will be understood by those skilled in the art that all or part of the processes in the methods of the above embodiments may be implemented by controlling the relevant hardware through a computer program, and the computer program may be stored in a computer readable storage medium, and when executed, the computer program may include the processes of the above embodiments of the methods, where the computer readable storage medium may be a magnetic disk, an optical disk, a ROM, a RAM, or the like.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims (10)

1. A remote interaction method of an intelligent terminal is characterized by comprising the following steps:
determining vehicle type information through pre-installed system software, wherein the system software is compiled by adopting a first type language, and is used for internal resource management of the intelligent terminal and communication with an operation and maintenance platform so as to realize parameter setting, remote upgrading and file management of the intelligent terminal;
sending the vehicle type information to the operation and maintenance platform to indicate the operation and maintenance platform to determine an adaptive script file according to the vehicle type information;
and receiving the script file from the operation and maintenance platform, and executing the script file to form corresponding application software, wherein the script file is written by adopting a second type of language and is used for realizing the specific function of the intelligent terminal.
2. The remote interaction method of the intelligent terminal according to claim 1, further comprising:
and calling the script file into a system to run through the system software, and establishing interaction with a vehicle through a hardware communication link according to a protocol format and a communication method of the script to complete the combination of the system software and the application software.
3. The remote interaction method of the intelligent terminal according to claim 1, further comprising:
calling the script file into a system to run through the system software;
and creating a second path of connection, and connecting the second path of connection to a target client platform through the second path of connection to complete the function of the intelligent terminal for docking the target client platform, wherein the target client platform is determined by the operation and maintenance platform according to the vehicle type information.
4. The remote interaction method of the intelligent terminal according to claim 3, wherein the vehicle type information specifically includes a vehicle type, a Vehicle Identification Number (VIN), and vehicle location information, and the target client platform is specifically determined by the operation and maintenance platform according to the vehicle location information.
5. The remote interactive method for intelligent terminal according to claim 1, wherein the first language is C language, the second language is lua language,
the system software and the application software have adaptive calling interfaces, and the calling interfaces comprise: the system comprises a vehicle state interface, a Global Navigation Satellite System (GNSS) position interface, a data transmission interface and a control interface, wherein the control interface comprises an engine state control interface, a vehicle speed control interface, an oil level control interface, a tail gas control interface, a remote door opening/closing interface, a remote window opening/closing interface, a remote rear boot opening/closing interface and a remote engine starting/stopping interface.
6. A remote interaction method of an intelligent terminal is characterized by comprising the following steps:
receiving vehicle type information from an intelligent terminal, wherein the vehicle type information is determined by the intelligent terminal through preinstalled system software according to any one of a Vehicle Identification Number (VIN), position information or manual setting and is sent to an operation and maintenance platform, the system software is compiled by adopting a first type of language, and the system software is used for internal resource management of the intelligent terminal;
determining a matched script file according to the vehicle type information, wherein the script file is compiled by adopting a second language and is used for realizing the specific function of the intelligent terminal;
and sending the script file to the intelligent terminal.
7. An intelligent terminal, characterized in that, intelligent terminal includes:
the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining vehicle type information through pre-installed system software, the system software is compiled by adopting a first class language, and the system software is used for managing internal resources of the intelligent terminal;
the sending module is used for sending the vehicle type information to the operation and maintenance platform so as to indicate the operation and maintenance platform to determine an adaptive script file according to the vehicle type information;
and the receiving module is used for receiving the script file from the operation and maintenance platform and executing the script file to form corresponding application software, wherein the script file is written by adopting a second type of language and is used for realizing the specific function of the intelligent terminal.
8. An operation platform, comprising:
the intelligent terminal comprises a receiving module, a judging module and a judging module, wherein the receiving module is used for receiving vehicle type information from the intelligent terminal, the vehicle type information is determined by the intelligent terminal through pre-installed system software and is sent to an operation and maintenance platform, the system software is compiled by adopting a first type language, and the system software is used for internal resource management of the intelligent terminal;
the adaptation module is used for determining an adapted script file according to the vehicle type information, wherein the script file is compiled by adopting a second language and is used for realizing the specific function of the intelligent terminal;
and the sending module is used for sending the script file to the intelligent terminal.
9. An intelligent terminal, characterized by comprising a processor, a network interface and a memory, the processor, the network interface and the memory being interconnected, wherein the memory is used for storing a computer program, the computer program comprising program instructions, the processor being configured for invoking the program instructions for performing the remote interaction method of the intelligent terminal according to any one of claims 1-5.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to perform the remote interaction method of a smart terminal according to any one of claims 1-5.
CN202111653703.0A 2021-12-30 2021-12-30 Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform Pending CN114327599A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111653703.0A CN114327599A (en) 2021-12-30 2021-12-30 Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111653703.0A CN114327599A (en) 2021-12-30 2021-12-30 Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform

Publications (1)

Publication Number Publication Date
CN114327599A true CN114327599A (en) 2022-04-12

Family

ID=81019502

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111653703.0A Pending CN114327599A (en) 2021-12-30 2021-12-30 Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform

Country Status (1)

Country Link
CN (1) CN114327599A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8136109B1 (en) * 2002-04-19 2012-03-13 Tibco Software Inc. Delivery of data and formatting information to allow client-side manipulation
CN110543328A (en) * 2019-07-26 2019-12-06 苏州浪潮智能科技有限公司 Cross-platform component management method, system, terminal and storage medium based on Ambari
CN112509680A (en) * 2020-12-07 2021-03-16 广州城市职业学院 Self-service intelligent travel checking, registration and charging integrated service system
CN112688800A (en) * 2020-12-14 2021-04-20 北京四方继保工程技术有限公司 Remote maintenance method and system for intelligent equipment of intelligent power grid based on script technology
CN113608763A (en) * 2021-07-30 2021-11-05 上海华兴数字科技有限公司 Vehicle-mounted OTA upgrading method, device, equipment and operation machine

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8136109B1 (en) * 2002-04-19 2012-03-13 Tibco Software Inc. Delivery of data and formatting information to allow client-side manipulation
CN110543328A (en) * 2019-07-26 2019-12-06 苏州浪潮智能科技有限公司 Cross-platform component management method, system, terminal and storage medium based on Ambari
CN112509680A (en) * 2020-12-07 2021-03-16 广州城市职业学院 Self-service intelligent travel checking, registration and charging integrated service system
CN112688800A (en) * 2020-12-14 2021-04-20 北京四方继保工程技术有限公司 Remote maintenance method and system for intelligent equipment of intelligent power grid based on script technology
CN113608763A (en) * 2021-07-30 2021-11-05 上海华兴数字科技有限公司 Vehicle-mounted OTA upgrading method, device, equipment and operation machine

Similar Documents

Publication Publication Date Title
CN107516090B (en) Integrated face recognition method and system
CN101241364B (en) Local controller, remote management controller and method for automatically updating the local controller of an air conditioner system
CN107332932B (en) Robot system remote upgrading method based on FOTA
CN101185070B (en) Device management system and method for setting configuration-value therein
CN111526201A (en) Robot management method, system and edge server
CN105959302A (en) Terminal management framework and method
CN112407326B (en) Unmanned aerial vehicle system fault diagnosis method and device, electronic equipment and storage medium
CN105511906A (en) Automatic deploy method, device and system of video platform
CN113472862A (en) Intelligent gateway, data acquisition method and Internet of things system
CN115514667A (en) Access service processing method, system, device, electronic equipment and storage medium
CN114327599A (en) Remote interaction method of intelligent terminal, intelligent terminal and operation and maintenance platform
CN112035140B (en) System upgrading method, device and equipment for intelligent parking scene and storage medium
CN111897565A (en) Data processing method, device and equipment based on Internet of things
CN113193990A (en) Fault processing method and device
CN110989514B (en) Production control system
CN112905313A (en) Task processing method and device and electronic equipment
CN115237434A (en) Installation method, device and system of PLC program
CN115767478A (en) Vehicle cloud communication method based on service-oriented architecture and storage medium
CN115344347A (en) Control method and system for algorithm application of edge computing device
CN114840225A (en) Application deployment method and device, storage medium and electronic device
CN114326721A (en) Drawing establishing method and device, cloud server and robot
CN115729585A (en) Software upgrading method, device, equipment and readable storage medium
KR102250138B1 (en) System for providing micro service-based device control interface and method using thereof
CN111162969A (en) RSU and OBU online debugging method, system and medium
CN115529332B (en) Cloud car machine system for car machine central control and remote access method

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

Application publication date: 20220412

RJ01 Rejection of invention patent application after publication