KR101437943B1 - Smart platform apparatus, system and contol method - Google Patents

Smart platform apparatus, system and contol method Download PDF

Info

Publication number
KR101437943B1
KR101437943B1 KR1020130026159A KR20130026159A KR101437943B1 KR 101437943 B1 KR101437943 B1 KR 101437943B1 KR 1020130026159 A KR1020130026159 A KR 1020130026159A KR 20130026159 A KR20130026159 A KR 20130026159A KR 101437943 B1 KR101437943 B1 KR 101437943B1
Authority
KR
South Korea
Prior art keywords
control command
server
command code
markup language
executing
Prior art date
Application number
KR1020130026159A
Other languages
Korean (ko)
Inventor
염동혁
최낙선
Original Assignee
(주)모비인
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by (주)모비인 filed Critical (주)모비인
Priority to KR1020130026159A priority Critical patent/KR101437943B1/en
Application granted granted Critical
Publication of KR101437943B1 publication Critical patent/KR101437943B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units

Landscapes

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

Abstract

The present invention relates to a technology regarding a smart platform apparatus. Provided is a smart platform apparatus including a markup language script parser which generates a command code set including a control command code by parsing markup language scrips; and a control unit part which controls the apparatus by executing the control command code of the command code set. The control part includes an action treating module performing action by executing an action control command code; a screen treating module which controls a screen display by executing a screen control command code; and an application program interface (API) treating module which calls on a native API which is loaded in an operating system (OS) of the apparatus by executing an API control command code.

Description

스마트 플랫폼 장치, 시스템 및 제어 방법{SMART PLATFORM APPARATUS, SYSTEM AND CONTOL METHOD}[0001] SMART PLATFORM APPARATUS, SYSTEM AND CONTROL METHOD [0002]

본 발명은 스마트 플랫폼 장치, 시스템 및 그 제어 방법에 관한 것이다.The present invention relates to a smart platform device, a system and a control method thereof.

시디 혹은 디스켓과 같은 기록매체에 저장되어 있는 설치 파일을 실행시켜 프로그램을 설치하는 종래의 방식에 있어서는 한 번 설치된 프로그램은 그 버전이 계속해서 유지되는 특성을 가지고 있었다. 주로 스탠드 얼론(stand alone) 타입이라고 불려지는 이러한 방식에서는 외부와의 네트워크 연결없이 장치 내부에 보관하고 있는 정보를 이용하여 프로그램을 실행시키게 된다. 그런데, 정보화가 가속화되면서 이러한 스탠드 얼론 타입의 프로그램들은 대부분은 도퇴하고 일부 문서 작성기에서 그 형태가 유지되고 있다.In the conventional method of installing a program by executing an installation file stored in a recording medium such as a CD or a diskette, the program once installed has the characteristic that the version is continuously maintained. In this method, which is mainly called stand alone type, the program is executed using the information stored in the device without network connection with the outside. However, as information has accelerated, most of these standalone types of programs have been retreated and maintained in some documenters.

최근에는 장치들이 대부분 네트워크로 연결되어 있기 때문에 서버와 클라이언트가 연동되는 방식이 많이 사용되고 있다. 대표적인 것인 웹-브라우징 방식과 CS(Client-Server) 방식이다.In recent years, most of the devices are connected to the network. Web-browsing method and CS (Client-Server) method are typical ones.

도 1은 웹-브라우징 방식의 네트워크 연결도이다.1 is a network connection diagram of a web-browsing method.

도 1을 참조하면, 웹-브라우징 방식에 있어서 시스템은 웹서버(11), 브라우져(12), 네트워크(13) 등을 포함하고 있다. 이러한 시스템에서 웹서버(11)는 HTML(Hyper Text Markup Language) 등과 같이 브라우져(12)가 인식할 수 있는 표준 웹언어를 사용하여 문서를 작성하고 이러한 웹문서를 브라우져(12)로 전송하는 역할을 한다. 브라우져(12)는 웹서버(11)가 전송하는 웹문서를 해석하여 화면으로 표시해 주는 것을 의미한다.Referring to FIG. 1, in the web-browsing system, a system includes a web server 11, a browser 12, a network 13, and the like. In such a system, the web server 11 plays a role of creating a document using a standard web language recognized by the browser 12 such as HTML (Hyper Text Markup Language) and transmitting the document to the browser 12 do. The browser 12 interprets a web document transmitted by the web server 11 and displays it on a screen.

이러한 웹-브라우징 방식에 따르면, 사용자가 이용하는 클라이언트 단말에 나타나는 화면을 생성하는 기능은 웹서버(11)가 담당하고 웹서버(11)가 이렇게 생성한 화면 정보를 HTML과 같은 웹문서에 실어 네트워크(13)로 전송하게 된다(S14). 브라우져(12)는 이렇게 네트워크(13)를 통해 전송되는 화면 정보(HTML과 같이 웹표준으로 작성된 정보)를 수신하고(S15), 이렇게 수신된 화면 정보를 해석하여 클라이언트 단말의 화면에 표시하게 된다. 본 방식에 따르면, 화면에 대한 정보는 웹서버(11)가 만들기 때문에 광범위한 정보를 손쉽게 구성할 수 있으며, 또한 UI(User Interface)를 변경함에 있어서도 관리자는 웹서버(11)만을 수정함으로써 다수의 클라이언트 단말에 UI 변경의 효과를 얻을 수 있다는 장점이 있다.According to the web browsing method, a function of generating a screen displayed on a client terminal used by a user is performed by the web server 11, and the screen information generated by the web server 11 is transmitted to a network 13 (S14). The browser 12 receives the screen information (information written in the Web standard such as HTML) transmitted through the network 13 (S15), interprets the screen information thus received, and displays it on the screen of the client terminal. According to this method, since information on the screen is generated by the web server 11, it is possible to easily configure a wide range of information. In addition, in changing the UI (user interface) There is an advantage that the effect of UI change can be obtained in the terminal.

하지만 이러한 웹-브라우징 방식은 네트워크(13)를 통한 데이터량을 증가시키는 단점이 있다. 화면이 수시로 변경되어야 하는 경우, 예를 들어, 실시간 그래프와 같은 경우 이러한 방식으로 진행할 경우 네트워크 데이터량이 급격이 증가하게 된다. 또한, 데이터 처리 속도에 있어서도, 웹서버(11)가 먼저 데이터를 처리하고 이러한 데이터 처리의 결과를 다시 네트워크(13)를 통해 수신해야 하기 때문에 클라이언트 단말 자체에서 데이터를 처리하는 스탠드 얼론 방식에 비해 데이터 처리 속도가 느려지는 단점이 있다.However, this web-browsing scheme has the disadvantage of increasing the amount of data through the network 13. In the case where the screen needs to be changed from time to time, for example, in the case of a real-time graph, the amount of network data increases suddenly when proceeding in this manner. In addition, in terms of data processing speed, since the web server 11 first processes the data and receives the result of the data processing through the network 13, the data is processed by the client terminal itself rather than the stand- The processing speed is slow.

도 2는 CS 방식의 네트워크 연결도이다.2 is a network connection diagram of the CS system.

도 2를 참조하면, CS 방식에 있어서 시스템은 서버(21), 클라이언트(22), 네트워크(13) 등을 포함하고 있다. 이러한 시스템에서 클라이언트(22)는 단말에 자체적으로 설치되며, 서버(21)와는 실시간 데이터만을 수신하여 화면 처리를 수행한다.Referring to FIG. 2, in the CS system, the system includes a server 21, a client 22, a network 13, and the like. In this system, the client 22 is installed in the terminal itself and receives only real-time data from the server 21 to perform screen processing.

예를 들어, 실시간 그래프를 화면에 표시하는 경우에 있어서, 클라이언트(22)는 UI 파일을 가지고 있으면서, 서버(21)로부터 실시간 그래프를 위한 데이터(예, 변동 추이값)만을 수신하여 화면을 제어하게 된다. 이럴 경우, 웹-브라우징 방식과 달리 네트워크를 통해 주고 받는 데이터량이 감소하게 되고, 데이터 처리 속도도 향상되는 장점이 있다.For example, when the real-time graph is displayed on the screen, the client 22 has the UI file and receives only the data (for example, the variation trend value) for the real-time graph from the server 21 and controls the screen do. In this case, unlike the web-browsing method, the amount of data exchanged through the network is reduced, and the data processing speed is improved.

하지만 이러한 CS 방식의 경우, 단말에 클라이언트 프로그램이 고정식으로 설치되는 문제가 있다. 이렇게 고정식으로 설치되는 것은 스탠드 얼론 방식과 동일한 방식인데, 이 경우, UI 화면과 같이 일부의 내용을 변경하고자 하는 경우, 프로그램 자체를 새로 변경해야하는 문제가 있다.However, in the CS method, there is a problem that the client program is fixedly installed in the terminal. In this case, when a part of contents is changed like a UI screen, there is a problem that the program itself needs to be newly changed.

도 3은 CS 방식에 있어서 프로그램을 업데이트하는 과정에 대한 흐름도이다.3 is a flowchart of a process of updating a program in the CS system.

도 3을 참조하면, CS 방식에서 프로그램을 업데이하는 과정은 먼저 프로그램 자체를 수정하는 단계(S30)를 포함한다. 이 S30 단계에서 개발자는 필요한 부분의 소스 혹은 리소스 파일을 수정하고 프로그램을 재컴파일하게 된다. 이후, 내부 테스트 단계(S31)를 거쳐서 검증이 되면, 프로그램을 업데이트 서버에 올림으로서 다운로드 준비 단계(S32)를 마치게 된다. 이러한 세 가지 단계를 크게 내부 검증 단계로 볼 수 있다.Referring to FIG. 3, the process of updating a program in the CS scheme includes a step S30 of modifying the program itself. In step S30, the developer modifies the source or resource file of the necessary part and recompiles the program. Thereafter, when the verification is made through the internal test step S31, the download preparation step S32 is completed by bringing the program to the update server. These three steps are largely an internal validation step.

내부 검증 단계가 종료되면, 단말로 프로그램을 재설치하여 고객 적용을 하여야 하는데, 이러한 고객 적용은 다시 세 단계로 세분될 수 있다. 먼저, 업데이트 서버는 단말로 업데이트를 알림하게 되고(S33), 그 후 클라이언트 다운로드 프로그램이 새롭게 수정된 프로그램을 다운로드하여 재설치하게 된다(S34). CS 방식에서는 컴파일된 프로그램에 단말에 설치되기 때문에 클라이언트 프로그램 자체가 새롭게 수정된 프로그램을 다운로드할 수 없다. 따라서 별도의 클라이언트 다운로드 프로그램이 구동되어 새로운 프로그램을 다운로드하고 설치하는 과정이 필요하다. 이 과정에서 기존에 동작하던 클라이언트 프로그램은 종료되어야 한다. 마지막으로 새로운 프로그램이 설치 완료되면 클라이언트 프로그램은 뉴버전으로 기동되게 된다(S35).Once the internal verification step is completed, the customer must reapply the program to the terminal, which can be subdivided into three stages. First, the update server informs the terminal of the update (S33). Thereafter, the client download program downloads and reinstalls the newly modified program (S34). In the CS system, since the compiled program is installed in the terminal, the client program itself can not download the newly modified program. Therefore, a separate client download program is required to download and install a new program. In this process, the existing client program should be terminated. Finally, when the new program is installed, the client program is activated in the new version (S35).

이러한 CS 방식의 프로그램 업데이트 과정을 보면, 별도의 클라이언트 다운로드 프로그램이 있어야 하는 문제, 그리고 기존에 동작하던 클라이언트 프로그램은 업데이트 과정에서 종료되어 있어야 하는 문제가 있다. 또한 이러한 문제 뿐만 아니라 CS 방식은 필수적으로 OS에 맞는 컴파일 과정을 거쳐야하기 때문에 단말의 OS 종류에 따라 별도의 컴파일 과정을 거쳐야하고 또한 필요에 따라서는 단말의 OS 종류에 따라 프로그램의 코딩 자체를 다르게 해야한다.
본 발명의 배경이 되는 기술은 대한민국 공개특허공보 제10-2005-0083558에 개시되어 있다.
In the program updating process of the CS method, there is a problem in that a separate client downloading program is required, and a client program that has been operating in the past must be terminated in the update process. In addition to this problem, the CS method must be compiled according to the OS. Therefore, it is necessary to perform a separate compilation process according to the OS type of the terminal, and if necessary, the coding of the program itself must be different according to the type of the OS of the terminal do.
The technique of the present invention is disclosed in Korean Patent Publication No. 10-2005-0083558.

이러한 배경에서, 본 발명의 목적은, 일 측면에서, 네트워크 데이터량을 감소시키는 시스템에 대한 기술을 제공하는 것이다. 다른 측면에서, OS 독립적으로 실행되는 플랫폼 기술을 제공하는 것이다.In this context, it is an object of the present invention, in one aspect, to provide a description of a system for reducing the amount of network data. On the other side, it provides a platform technology that runs on an OS-independent basis.

전술한 목적을 달성하기 위하여, 일 측면에서, 본 발명은, 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 마크업 언어 스크립트 파서; 상기 명령 코드 집합체의 제어 명령 코드를 실행시켜 장치를 제어하는 제어부로서, 상기 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하는 액션 처리 모듈, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하는 화면 처리 모듈 및 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 상기 장치의 OS(Operating System)에 탑재된 네이티브(Native) API를 호출하는 API 처리 모듈을 포함하는 제어부; 및 서버로부터 상기 둘 이상의 마크업 언어 스크립트들을 수신하는 통신부를 포함하는 스마트 플랫폼 장치를 제공한다. In one aspect, the present invention provides a markup language script parser for parsing two or more markup language scripts to generate a set of command codes including at least one control command code; An action processing module for executing an action by executing at least one action control command code among the at least one control command code, a control module for executing an action by executing at least one of the at least one control command code An API processing module that executes at least one application program interface (API) control command code and calls a native API installed in an OS (Operating System) of the device, ; And a communication unit for receiving the at least two markup language scripts from the server.

다른 측면에서, 본 발명은, 둘 이상의 마크업 언어 스크립트 데이터를 서로 다른 OS(Operating System)가 탑재된 두 단말로 전송하는 서버; 및 상기 둘 이상의 마크업 언어 스크립트를 제1 OS가 인식하는 제어 명령으로 변환하여 실행시키는 제1 단말 및 상기 둘 이상의 마크업 언어 스크립트를 제2 OS가 인식하는 제어 명령으로 변환하여 실행시키는 제2 단말을 포함하되, 상기 단말들은, 상기 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 마크업 언어 스크립트 파서, 상기 명령 코드 집합체의 제어 명령 코드를 상기 각 단말에 탑재된 OS가 인식하는 제어 명령으로 변화하여 실행시키는 제어부로서, 상기 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하는 액션 처리 모듈, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하는 화면 처리 모듈 및 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 OS에 탑재된 네이티브(Native) API를 호출하는 API 처리 모듈을 포함하는 제어부 및 상기 서버로부터 상기 둘 이상의 마크업 언어 스크립트들을 수신하는 통신부를 포함하는 것을 특징으로 하는 스마트 플랫폼 시스템을 제공한다. In another aspect, the present invention provides a server for transmitting two or more markup language script data to two terminals equipped with different operating systems (OS); And a second terminal for converting the two or more markup language scripts into a control command recognized by the first OS and executing the control command, and a second terminal for converting the two or more markup language scripts into a control command recognized by the second OS, Wherein the terminals are a markup language script parser for parsing the two or more markup language scripts to generate an instruction code set including at least one or more control command codes, An action processing module for executing an action by executing at least one action control command code among the at least one control command code, Screen control command Execute the code to control the screen display. And an API processing module for executing at least one application program interface (API) control command code and calling a native API installed in the OS, and a communication unit for receiving the two or more markup language scripts from the server And a smart platform system.

또 다른 측면에서, 본 발명은, 서버로부터 둘 이상의 마크업 언어 스크립트들을 수신하는 단계; 상기 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 단계; 및 상기 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하고, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하며, 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 상기 장치의 OS(Operating System)에 탑재된 네이티브(Native) API를 호출하는 단계를 포함하는 스마트 플랫폼 장치 제어 방법을 제공한다. In another aspect, the invention provides a method comprising: receiving two or more markup language scripts from a server; Parsing the at least two markup language scripts to generate an instruction code set including at least one control instruction code; And executing at least one action control command code of at least one of the at least one control command code and executing at least one screen control command code to control screen display, Executing a command code and calling a native API installed in an OS (Operating System) of the device.

또 다른 측면에서, 본 발명은, 스마트 플랫폼 장치 제어 방법을 실행시키기 위한 프로그램을 기록한 기록매체에 있어서, 서버로부터 둘 이상의 마크업 언어 스크립트들을 수신하는 기능; 상기 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 기능; 및 상기 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하고, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하며, 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 상기 장치의 OS(Operating System)에 탑재된 네이티브(Native) API를 호출하는 기능을 구현하는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공한다. According to another aspect of the present invention, there is provided a recording medium having recorded thereon a program for executing a smart platform device control method, comprising: a function of receiving two or more markup language scripts from a server; Parsing the two or more markup language scripts to generate an instruction code set comprising at least one control instruction code; And executing at least one action control command code of at least one of the at least one control command code and executing at least one screen control command code to control screen display, There is provided a computer-readable recording medium having recorded thereon a program for executing a command code and calling a native API loaded in an OS (Operating System) of the apparatus.

이상에서 설명한 바와 같이 본 발명에 의하면, 네트워크 데이터량을 감소시키고 OS에 독립적으로 실행되는 플랫폼을 구현하는 효과가 있다.As described above, according to the present invention, there is an effect of reducing the amount of network data and realizing a platform that runs independently of an OS.

도 1은 웹-브라우징 방식의 네트워크 연결도이다.
도 2는 CS 방식의 네트워크 연결도이다.
도 3은 CS 방식에 있어서 프로그램을 업데이트하는 과정에 대한 흐름도이다.
도 4는 본 발명의 일 실시예에 따른 방식의 네트워크 연결도이다.
도 5는 본 발명의 일 실시예에 따른 장치의 내부 블록도이다.
도 6은 장치의 제어부의 하부 블록 예시이다.
도 7은 장치의 프로그램을 업데이트하는 과정에 대한 흐름도이다.
도 8은 본 발명의 일 실시예에 따른 시스템의 구성도이다.
도 9는 본 발명의 일 실시예에 따른 장치를 제어하는 과정에 대한 흐름도이다.
1 is a network connection diagram of a web-browsing method.
2 is a network connection diagram of the CS system.
3 is a flowchart of a process of updating a program in the CS system.
4 is a network connection diagram of a method in accordance with an embodiment of the present invention.
5 is an internal block diagram of an apparatus according to an embodiment of the present invention.
6 is an example of a sub-block of the control unit of the apparatus.
7 is a flowchart of a process of updating a program of a device.
8 is a configuration diagram of a system according to an embodiment of the present invention.
9 is a flowchart illustrating a process of controlling an apparatus according to an exemplary embodiment of the present invention.

이하, 본 발명의 일부 실시예들을 예시적인 도면을 통해 상세하게 설명한다. 각 도면의 구성요소들에 참조부호를 부가함에 있어서, 동일한 구성요소들에 대해서는 비록 다른 도면상에 표시되더라도 가능한 한 동일한 부호를 가지도록 하고 있음에 유의해야 한다. 또한, 본 발명을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략한다.Hereinafter, some embodiments of the present invention will be described in detail with reference to exemplary drawings. It should be noted that, in adding reference numerals to the constituent elements of the drawings, the same constituent elements are denoted by the same reference symbols as possible even if they are shown in different drawings. In the following description of the present invention, a detailed description of known functions and configurations incorporated herein will be omitted when it may make the subject matter of the present invention rather unclear.

또한, 본 발명의 구성 요소를 설명하는 데 있어서, 제 1, 제 2, A, B, (a), (b) 등의 용어를 사용할 수 있다. 이러한 용어는 그 구성 요소를 다른 구성 요소와 구별하기 위한 것일 뿐, 그 용어에 의해 해당 구성 요소의 본질이나 차례 또는 순서 등이 한정되지 않는다. 어떤 구성 요소가 다른 구성요소에 "연결", "결합" 또는 "접속"된다고 기재된 경우, 그 구성 요소는 그 다른 구성요소에 직접적으로 연결되거나 또는 접속될 수 있지만, 각 구성 요소 사이에 또 다른 구성 요소가 "연결", "결합" 또는 "접속"될 수도 있다고 이해되어야 할 것이다.
In describing the components of the present invention, terms such as first, second, A, B, (a), and (b) may be used. These terms are intended to distinguish the constituent elements from other constituent elements, and the terms do not limit the nature, order or order of the constituent elements. When a component is described as being "connected", "coupled", or "connected" to another component, the component may be directly connected to or connected to the other component, It should be understood that an element may be "connected,""coupled," or "connected."

도 4는 본 발명의 일 실시예에 따른 서버/장치의 네트워크 연결도이다.4 is a network connection diagram of a server / apparatus according to an embodiment of the present invention.

도 4를 참조하면, 서버(410)는 네트워크(13)를 통해 플랫폼 장치(420)와 연결된다.Referring to FIG. 4, the server 410 is connected to the platform device 420 via the network 13.

서버(410)는 먼저, 스크립트를 네트워크(13)를 통해 장치(420)로 전송하고(S430), 장치(420)는 네트워크(13)를 통해 스크립트를 다운로드 받아 본 발명의 일 실시예에 따른 플랫폼 장치(420)를 구성한다(S432). 장치(420)에는 별도의 OS(Operating System)가 설치되어 있을 수 있는데, 이는 어느 한 종류의 OS로 제한되지 않는다. 다시 말해, 서버(410)가 장치(420)로 전송하는 스크립트는 특정 OS에 종속되어 컴파일된 것이 아니기 때문에 OS의 종류에 무관하게 동일한 내용의 스크립트가 서버(410)로부터 장치(420)로 전송된다.The server 410 first transmits the script to the device 420 through the network 13 at step S430 and the device 420 downloads the script through the network 13 to receive the script according to one embodiment of the present invention The device 420 is configured (S432). A separate OS (Operating System) may be installed in the device 420, which is not limited to any one type of OS. In other words, since the script transmitted from the server 410 to the device 420 is not compiled depending on the specific OS, a script having the same content is transmitted from the server 410 to the device 420 irrespective of the type of the OS .

장치(420)는 서버(410)로부터 수신한 스크립트를 파싱하여 장치(420)에 설치된 OS가 인식할 수 있는 제어 명령으로 변환시키면서 장치(420)를 제어하게 된다. 이러한 방식에 의할 경우, 서버(410)는 장치(420)에 설치된 OS의 종류에 따라 별도의 스크립트를 구성할 필요가 없어지며, 또한 별도의 컴파일을 통해 하나의 실행 파일을 구성하지 않아 장치(420)를 수정하고자 할 경우에 있어서도 특정 스크립트만을 수정하여 서버(410)로부터 장치(420)로 해당 부분만 재다운로드하게 할 수 있다.The device 420 controls the device 420 while parsing the script received from the server 410 and converting it into a control command recognizable by the OS installed in the device 420. [ In this case, the server 410 does not need to configure a separate script according to the type of the OS installed in the device 420, and does not configure one executable file through separate compilation, 420), it is possible to modify only a specific script and re-download only the corresponding part from the server 410 to the device 420. [

도 4를 계속해서 참조하면, 서버(410)는 실시간 데이터를 네트워크(13)를 통해 장치(420)로 전송하고(S440), 장치(420)는 이러한 실시간 데이터를 네트워크(130)를 통해 수신하게 된다(S442). 이러한 방식은 웹-브라우징 방식과 같이 서버에서 모든 데이터 처리를 하고 그 결과로서의 화면을 단말로 전송하는 방식이 아닌 장치(420)에서 UI 파일을 보유하고 있으면서 서버(410)로부터 수신되는 실시간 데이터에 따라 UI 파일을 조작하여 화면을 표시하는 방식이다.4, the server 410 transmits real-time data to the device 420 through the network 13 (S440), and the device 420 receives the real-time data via the network 130 (S442). This method is not a method of processing all the data in the server and transmitting the resultant screen to the terminal, such as the web browsing method, but the UI data is stored in the device 420 according to the real time data received from the server 410 This is a method of displaying a screen by manipulating a UI file.

전술한 두 가지 포인트를 종합하면, 본 방식은 프로그램의 설치 및 업데이트의 용이성을 위해 웹-브라우징 방식과 같이 컴파일되지 않은 스크립트를 서버(410)가 장치(420)로 전송하고 이 스크립트를 장치(420)에서 구동시키는 방식이며, 또한 네트워크 데이터를 감소시키기 위해 CS 방식과 같이 데이터 처리는 장치(420)에서 수행하고 실시간으로 변경되는 실시간 데이터만을 서버(410)에서 다운로드하는 방식이다.Taken together, the present approach allows the server 410 to send a non-compiled script, such as a web-browsing method, to the device 420 for ease of installation and updating of the program, In order to reduce the network data, the data processing is performed by the device 420 such as the CS method, and only real-time data that is changed in real time is downloaded from the server 410.

전술한 장치(420)는, 일반적인 데스크 탑이나 노트북 등의 일반 PC를 포함하고, 스마트 폰, 태블릿 PC, PDA(Personal Digital Assistants) 및 이동통신 단말기 등의 모바일 단말기 등을 포함할 수 있으며, 이에 제한되지 않고, 서버(410)와 통신 가능한 어떠한 전자 기기로 폭넓게 해석되어야 할 것이다. The above-described device 420 may include a general PC such as a general desktop or a notebook computer, and may include a mobile terminal such as a smart phone, a tablet PC, a PDA (Personal Digital Assistants), and a mobile communication terminal. But should be broadly interpreted as any electronic device capable of communicating with the server 410. [

전술한 서버(410)는 하드웨어적으로는 통상적인 웹 서버(Web Server) 또는 웹 어플리케이션 서버(Web Application Server) 또는 왑 서버(WAP Server)와 동일한 구성을 하고 있다. 그러나, 소프트웨어적으로는, C, C++, Java, PHP, .Net, Python, Ruby 등 여하한 언어를 통하여 구현되어 여러 가지 기능을 하는 프로그램 모듈(Module)을 포함할 수 있다.The server 410 has the same hardware configuration as that of a typical Web server, a web application server, or a WAP server. However, in terms of software, it may include a program module which is implemented in any language such as C, C ++, Java, PHP, .Net, Python, Ruby and so on and performs various functions.

또한, 서버(410)는, 네트워크(13)를 통하여 불특정 다수 클라이언트(장치(420)를 포함) 및/또는 다른 서버와 연결될 수 있는데, 이에 따라, 서버(410)는 클라이언트 또는 다른 서버의 작업수행 요청을 접수하고 그에 대한 작업 결과를 도출하여 제공하는 컴퓨터 시스템 또는 이러한 컴퓨터 시스템을 위하여 설치되어 있는 컴퓨터 소프트웨어(서버 프로그램)를 뜻하는 것일 수도 있다. The server 410 may also be connected to an unspecified number of clients (including the device 420) and / or other servers via the network 13, whereby the server 410 may perform operations on the client or other server A computer system for receiving a request and deriving a result of the operation, or computer software (server program) installed for such a computer system.

또한, 서버(410)는, 전술한 서버 프로그램 이외에도, 서버(410) 상에서 동작하는 일련의 응용 프로그램(Application Program)과, 경우에 따라서는 내부 또는 외부에 구축되어 있는 각종 데이터베이스를 포함하는 넓은 개념으로 이해되어야 할 것이다. In addition to the above-described server program, the server 410 may also include a series of application programs running on the server 410 and, in some cases, a wide variety of databases including internal or external databases It should be understood.

또한, 서버(410)는 콘텐츠, 각종 정보 및 데이터를 데이터베이스에 저장시키고 관리할 수 있다. 여기서, 데이터베이스는 서버(410)의 내부 또는 외부에 구현될 수 있다.In addition, the server 410 can store and manage content, various information, and data in a database. Here, the database may be implemented inside or outside the server 410.

또한, 서버(410)는 일반적인 서버용 하드웨어에 도스(DOS), 윈도우(windows), 리눅스(Linux), 유닉스(UNIX), 매킨토시(Macintosh) 등의 운영체제에 따라 다양하게 제공되고 있는 서버 프로그램을 이용하여 구현될 수 있으며, 대표적인 것으로는 윈도우 환경에서 사용되는 웹 사이트(Website), IIS(Internet Information Server)와 유닉스환경에서 사용되는 Apache, Nginx, Light HTTP 등이 이용될 수 있다. In addition, the server 410 may use a server program that is variously provided according to an operating system such as DOS, Windows, Linux, UNIX, or Macintosh to general server hardware Typical examples include a Web site used in a Windows environment, an Internet Information Server (IIS), Apache, Nginx, and Light HTTP used in a UNIX environment.

한편, 네트워크(13)는 서버(410)와 장치(420)을 연결해주는 망(Network)으로서, LAN(Local Area Network), WAN(Wide Area Network)등의 폐쇄형 네트워크일 수도 있으나, 인터넷(Internet)과 같은 개방형 네트워크일 수도 있다. 여기서, 인터넷은 TCP/IP 프로토콜 및 그 상위계층에 존재하는 여러 서비스, 즉 HTTP(HyperText Transfer Protocol), Telnet, FTP(File Transfer Protocol), DNS(Domain Name System), SMTP(Simple Mail Transfer Protocol), SNMP(Simple Network Management Protocol), NFS(Network File Service), NIS(Network Information Service)를 제공하는 전 세계적인 개방형 컴퓨터 네트워크 구조를 의미한다. The network 13 may be a closed network such as a LAN (Local Area Network) or a WAN (Wide Area Network), and may be a network for connecting the server 410 and the device 420. However, ). ≪ / RTI > Herein, the Internet includes various services existing in the upper layer of the TCP / IP protocol such as HyperText Transfer Protocol (HTTP), Telnet, File Transfer Protocol (FTP), Domain Name System (DNS), Simple Mail Transfer Protocol (NFS), and Network Information Service (NIS), which are used in the Internet.

또한, 장치(420)가 스마트 폰, 태블릿 PC, PDA(Personal Digital Assistants) 및 이동통신 단말기 등의 모바일 단말기를 포함하는 경우, 네트워크(13)는 이동 통신망이나 와이파이(WiFi) 망 등의 무선 액세스 망을 더 포함할 수도 있다.
In addition, when the device 420 includes a mobile terminal such as a smart phone, a tablet PC, a PDA (Personal Digital Assistants), and a mobile communication terminal, the network 13 may be a wireless access network such as a mobile communication network or a WiFi As shown in FIG.

도 5는 본 발명의 일 실시예에 따른 장치(420)의 내부 블록도이다.5 is an internal block diagram of an apparatus 420 according to an embodiment of the present invention.

도 5를 참조하면, 장치(420)는 마크업 언어 스크립트 파서(510), 제어부(520), 통신부(530) 등을 포함할 수 있다.Referring to FIG. 5, the apparatus 420 may include a markup language script parser 510, a control unit 520, a communication unit 530, and the like.

마크업 언어 스크립트 파서(510)는 마크업 언어 스크립트들을 파싱(parsing)하여 제어 명령 코드를 포함하는 명령 코드 집합체를 생성한다.The markup language script parser 510 parses the markup language scripts to produce a set of instruction codes containing control instruction codes.

마크업 언어(Markup Language)는 컨텐츠에 대해 속성 혹은 액션을 정의할 수 있는 구조체 언어로 이해할 수 있는데, 대표적인 예가, HTML(Hyper Text Markup Language), GenCode, TeX, GML(Generalized Markup Language), XML(eXtensible Markup Language) 등이다. 이러한 마크업 언어로서 컨텐츠의 논리적 구조나 체제, 컨텐츠를 처리하는 지침같은 것을 표현할 수도 있다.Markup Language can be understood as a structure language that can define attributes or actions for content. Typical examples are HTML (Hyper Text Markup Language), GenCode, TeX, Generalized Markup Language (GML), XML eXtensible Markup Language). As such a markup language, a logical structure or system of contents, instructions for processing contents, and the like may be expressed.

스크립트는 다른 컴퓨터 프로세서나 컴파일러가 아닌 다른 프로그램에 의해 파싱되고 수행되는 명령문으로 이해할 수 있다. 또한, 마크업 언어 스크립트는 마크업 언어로 작성된 스크립트로 이해할 수 있다.A script can be understood as a statement that is parsed and executed by another program other than a computer processor or compiler. The markup language script can also be understood as a script written in a markup language.

하지만, 본 발명은 이러한 정의로 제한되는 것은 아니며 본 발명의 기술적 사상이 표현된 것이면 그것이 전술한 내용의 정의와 일치하지 않더라도 본 발명의 범위에 해당되는 것으로 해석해야할 것이다.However, it should be understood that the present invention is not limited to these definitions and that the technical idea of the present invention should be interpreted as falling within the scope of the present invention even if it is not consistent with the above definition.

제어부(520)는 마크업 언어 스크립트 파서(510)를 통해 생성된 명령 코드 집합체의 제어 명령 코드를 실행시켜 장치(420)를 제어한다.The control unit 520 controls the apparatus 420 by executing the control command code of the command code set generated through the markup language script parser 510. [

도 6은 장치의 제어부(520)의 하부 블록 예시이다.6 is an example of a sub-block of the controller 520 of the apparatus.

도 6을 참조하면, 제어부(520)는 액션 처리 모듈(610), 화면 처리 모듈(620), API 처리 모듈(630) 등을 포함할 수 있다.Referring to FIG. 6, the control unit 520 may include an action processing module 610, a screen processing module 620, an API processing module 630, and the like.

제어 명령 코드는 액션 제어 명령 코드, 화면 제어 명령 코드, API(Application Program Interface) 제어 명령 코드 등으로 분류될 수 있다.The control command code can be classified into an action control command code, a screen control command code, an API (Application Program Interface) control command code, and the like.

액션 제어 명령 코드는 타임 스케쥴링 혹은 이벤트에 따라 장치(420)가 정해진 액션을 수행하도록 명령하는 코드이다. 예를 들어, 10ms 타이머가 기동되고, 매 10ms마다 특정 프로시져가 수행되도록 하거나 이벤트(예, 사용자 조작을 인식하여 OS에서 발생시키는 이벤트 혹은 다른 액션 제어 명령 코드의 실행에 따라 발생한 이벤트 등)가 발생하면 이에 따라 특정 액션을 수행하도록 하는 명령 코드가 액션 제어 명령 코드이다. 액션 제어 명령 코드는 실행을 통해 다른 액션 제어 명령 코드를 호출할 수도 있으며, 화면 제어 명령 코드를 호출하거나 API 제어 명령 코드를 호출할 수도 있다.The action control command code is a code that instructs the device 420 to perform a predetermined action according to time scheduling or an event. For example, when a 10 ms timer is started and a specific procedure is executed every 10 ms or an event (e.g., an event generated by the OS in recognition of a user operation or an event generated by execution of another action control command code) occurs Accordingly, the command code for causing a specific action to be performed is an action control command code. The action control command code may invoke other action control command code through execution, or may call the screen control command code or API control command code.

액션 제어 명령 코드는 액션 처리 모듈(610)에서 수행될 수 있다.The action control command code may be executed in the action processing module 610.

화면 제어 명령 코드는 화면 표시와 관련된 명령 코드이다.The screen control command code is a command code related to the display.

장치(420)는 설치에 따라 혹은 서버(410)로부터 다운로드함에 따라 UI(User Interface) 파일을 내부 메모리에 저장하고 있을 수 있다. 장치(420)는 이러한 복수의 UI 파일을 조합하여 하나의 화면을 구성하거나 복수의 UI 파일을 조작하여 동영상을 표현하는 화면을 구성할 수도 있다. 이렇게 UI 파일을 사용하여 화면을 제어하도록 하는 명령 코드는 화면 제어 명령 코드인데, 이는 화면 처리 모듈(620)에서 수행될 수 있다.The device 420 may store a UI (User Interface) file in the internal memory as it is installed or downloaded from the server 410. The device 420 may form a single screen by combining a plurality of UI files, or may form a screen for displaying a moving image by manipulating a plurality of UI files. The command code for controlling the screen using the UI file is a screen control command code, which can be executed by the screen processing module 620. [

화면 처리 모듈(620)은 서버(410)로부터 수신하는 실시간 데이터에 따라 UI 파일을 조작하며서 화면 표시를 실시간으로 제어할 수 있다. 예를 들어, 차트를 구성하고자 하는 경우, 사용자는 화면에 있는 차트 출력 버튼을 클릭하고, 이로 발생하는 차트 출력 버튼 클릭 이벤트에 따라 해당 액션 제어 명령 코드가 실행되고, 해당 액션 제어 명령 코드는 서버(410)로부터 현재에 해당되는 실시간 데이터를 다운로드하게 된다. 이후 화면 처리 모듈(620)은 다운로드된 실시간 데이터에 따라 차트 UI 파일을 조작하여 화면을 표시하게 된다.The screen processing module 620 can control the screen display in real time by operating the UI file according to the real time data received from the server 410. [ For example, when a chart is to be configured, the user clicks a chart output button on the screen and the corresponding action control command code is executed according to the chart output button click event that occurs, 410 to download the real time data corresponding to the current time. Then, the screen processing module 620 displays the screen by operating the chart UI file according to the downloaded real-time data.

웹-브라우징 방식에 따르게 되면, 이 경우, 실시간 데이터가 반영된 차트 이미지가 서버에서 만들어지고 서버가 이러한 차트 이미지를 장치로 전송하여 출력되도록 하는데, 이 과정에서 많은 네트워크 로드가 발생하게 된다. 이에 반해, 본 발명의 일 실시예에 따른 장치(420)는 데이터 크기가 UI 파일은 이미 보유하고 있으면서 이의 배치와 관련된 데이터만 실시간 데이터로서 수신하게 됨으로 네트워크 로드가 상대적으로 작아지게 된다.According to the web browsing method, in this case, a chart image reflecting real-time data is created in the server, and the server transmits the chart image to the device and outputs the result. In this process, a lot of network load occurs. On the other hand, the device 420 according to an embodiment of the present invention has a data size that is already held by the UI file and receives only data related to the arrangement thereof as real-time data, so that the network load becomes relatively small.

API 처리 모듈(630)은 API 제어 명령 코드를 실행시켜 장치(420)의 OS에 탑재된 네이티브(Native) API를 호출한다. 제어부(520)는 OS 독립적인 스크립트 파일을 이용하여 장치(420)를 제어하게 된다. 하지만, 제어부(520)는 스크립트를 OS가 인식하는 제어 명령으로 변환하여 실행시키게 되기 때문에 특정 OS에 해당 스크립트와 매칭되는 제어 명령이 없을 경우, 최종적으로는 해당 스크립트를 실행시킬 수 없게 된다.The API processing module 630 executes an API control command code to call a native API installed in the OS of the device 420. [ The control unit 520 controls the device 420 using an OS independent script file. However, since the control unit 520 converts the script into a control command recognized by the OS and executes the control command, the control unit 520 can not finally execute the script if there is no control command matching the script in the specific OS.

API 처리 모듈(630)은 각각의 OS에 네이티브하게 존재하는 네이티브 API를 사용할 수 있도록 만들어주는 모듈이다. 이에 대응되는 스크립트는 매칭되는 네이티브 API가 존재하는 OS에서만 구현될 수 있다.The API processing module 630 is a module that makes it possible to use a native API that exists natively in each OS. The corresponding script can be implemented only in the OS where the matching native API exists.

이러한 네이트브 API 스크립트는 특정 OS가 탑재된 장치(420)로만 전송될 수도 있고, 또는 모든 OS로 전송되나 특정 OS가 탑재된 장치(420)만 실행될 수도 있다.The native API script may be transmitted only to the device 420 on which the specific OS is mounted or may be transmitted to all the OSes, but only the device 420 on which the specific OS is mounted.

도 5를 다시 참조하면, 장치(420)는 통신부(530)를 포함할 수 있다. 통신부(530)는 서버(410)로부터 마크업 언어 스크립트들을 수신한다. 이외에 통신부(530)는 장치(420)가 서버(410)와 본 발명의 실시에 필요한 데이터를 주고 받기 위한 제반 송수신 기능을 수행할 수 있다. 통신부(530)는 화면 처리 모듈(620)에서 사용할 수 있는 실시간 데이터를 수신할 수 있으며, 또한, 스크립트에 대한 요청 혹은 실시간 데이터에 대한 요청 신호를 서버(410)로 송신할 수도 있다.Referring again to FIG. 5, the device 420 may include a communication unit 530. The communication unit 530 receives markup language scripts from the server 410. In addition, the communication unit 530 may perform all transmission / reception functions for the device 420 to exchange data with the server 410 in order to implement the present invention. The communication unit 530 may receive real-time data available in the screen processing module 620 and may also transmit a request for a script or a request signal for real-time data to the server 410.

통신부(530)는 서버(410)와 통신하는 데이터를 암호화 처리할 수 있다. 통신부(530)는 송신 데이터에 대한 암호화 코딩 모듈(미도시)를 더 포함할 수 있고, 또한 수신 데이터에 대한 암호화 디코딩 모듈(미도시)를 더 포함할 수 있다.The communication unit 530 can encrypt the data communicated with the server 410. [ The communication unit 530 may further include an encryption / decryption module (not shown) for the transmission data, and may further include an encryption / decryption module (not shown) for the received data.

통신부(530)는 서버(410)와 버전 정보를 교환할 수 있다. 버전 정보는 장치(420)에 설치된 일체의 파일에 대한 정보일 수도 있고, 개별 파일에 대한 정보일 수도 있다. 예를 들어, 버전 정보는 장치(420)에서 실행되는 일체의 파일을 대표하는 하나의 프로그램 버전 정보일 수도 있고, 그 반대로 장치(420)를 구성하는 개별 요소(예를 들어, 개별 스크립트)에 대한 버전 정보일 수도 있다.The communication unit 530 may exchange version information with the server 410. The version information may be information on an entire file installed in the device 420 or may be information on individual files. For example, the version information may be one program version information representative of any file running on the device 420, or vice versa for individual elements (e.g., individual scripts) It may be version information.

통신부(530)는 서버(410)와의 버전 정보 교환을 통해 장치(420)를 업데이트할 수 있다. 통신부(530)는 장치(420)를 업데이트하기 위해 마크업 언어 스크립트를 업데이트할 수 있고, 또한 UI 파일을 업데이트할 수도 있다. 통신부(530)는 모든 스크립트 혹은 모든 UI 파일을 재다운로드하여 업데이트를 수행할 수도 있으나, 변경된 스크립트 혹은 UI 파일만을 다운로드하여 업데이트를 수행할 수도 있다.The communication unit 530 can update the device 420 through exchange of version information with the server 410. [ The communication unit 530 can update the markup language script to update the device 420 and also update the UI file. The communication unit 530 may re-download all the scripts or all the UI files to perform the update, but may download only the changed script or the UI file to perform the update.

장치(420)는 스크립트별로 업데이트를 진행할 수 있으므로, 실행 중인 프로그램을 정지시키고 업데이트를 진행할 필요가 없으며 또한, 별도의 다운로드 전용 외부 프로그램을 사용하여 업데이트를 진행할 필요도 없게 된다.Since the device 420 can perform the update on a script-by-script basis, there is no need to stop the running program and proceed with the update, and there is no need to perform the update using a separate download-only external program.

도 7은 장치(420)의 프로그램을 업데이트하는 과정에 대한 흐름도이다.7 is a flowchart of a process of updating the program of the device 420. [

도 7을 참조하면, 관리자 혹은 개발자는 장치(420)에서 실행될 마크업 언어 스크립트를 수정한다(S702, 도 7에서는 마크업 언어 스크립트로 XML 스크립트를 예시하였다). 그리고, 테스트 장비를 통해 수정된 스크립트의 버그를 점검하고(S704), 이상이 없을 경우, 서버(410)에 업로드하고 버전 정보를 수정한다(S706). 장치(420)는 서버(410)와의 버전 정보 교환을 통해 필요한 파일을 다운로드함으로써 장치(420)를 자동으로 업데이트하게 된다.
Referring to FIG. 7, an administrator or a developer modifies a markup language script to be executed in the device 420 (S702, FIG. 7 illustrates an XML script as a markup language script). Then, a bug of the modified script is checked through the test equipment (S704). If there is no abnormality, the script is uploaded to the server 410 and the version information is modified (S706). The device 420 automatically updates the device 420 by downloading a necessary file through exchange of version information with the server 410. [

도 8은 본 발명의 일 실시예에 따른 시스템(800)의 구성도이다.8 is a configuration diagram of a system 800 according to an embodiment of the present invention.

도 8을 참조하면, 시스템(800)은 서버(410), 서로 다른 OS를 탑재한 두 단말(420a, 420b), 네트워크(13) 등을 포함할 수 있다. 도 8은 서로 다른 OS를 탑재한다는 측면에서 좌측 단말을 A OS 탑재 단말(420a)로, 우측 단말을 B OS 탑재 단말(420b)로 표현하고 있다. 두 단말이 스마트폰 단말인 경우, OS는 안드로이드(Android), 리눅스, 윈도우, 아이오에스(I-OS), 타이젠 등일 수 있다.Referring to FIG. 8, the system 800 may include a server 410, two terminals 420a and 420b having different operating systems, a network 13, and the like. 8 shows the left terminal as an AOS mounting terminal 420a and the right terminal as a BOS mounting terminal 420b in terms of mounting different OSs. If the two terminals are smart phone terminals, the OS may be Android, Linux, Windows, I-OS, or Tezen.

단말들(420a, 420b)은 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 마크업 언어 스크립트 파서, 이러한 명령 코드 집합체의 제어 명령 코드를 각 단말에 탑재된 OS가 인식하는 제어 명령으로 변화하여 실행시키는 제어부로서, 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하는 액션 처리 모듈, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하는 화면 처리 모듈 및 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 OS에 탑재된 네이티브(Native) API를 호출하는 API 처리 모듈을 포함하는 제어부 및 서버(410)로부터 둘 이상의 마크업 언어 스크립트들을 수신하는 통신부를 포함할 수 있다.The terminals 420a and 420b include a markup language script parser for parsing two or more markup language scripts to generate an instruction code set including at least one control instruction code, An action processing module that executes an action by executing at least one action control command code among at least one or more control command codes, an action processing module that executes at least one action control command code, A control module including a screen processing module for executing a code and controlling a screen display and an API processing module for calling at least one application program interface (API) control command code and calling a native API installed in the OS, 410, < / RTI > All.

이외에 단말들(420a, 420b)은 도 4 내지 도 7을 참조하여 설명한 본 발명의 일 실시예에 따른 장치(420)의 기능을 모두 수행할 수 있다.In addition, the terminals 420a and 420b may perform all the functions of the device 420 according to an embodiment of the present invention described with reference to FIGS.

서버(410)는 둘 이상의 마크업 언어 스크립트 데이터를 서로 다른 OS가 탑재된 두 단말(420a, 420b)로 전송할 수 있다. 도 8을 다시 참조하면, 서버(410)는 동일한 스크립트 데이터를 네트워크(13)로 전송하여(S830), 두 단말에 모두 적용할 수 있다(S832, S834). 따라서, 단말에 프로그램을 송부해야하는 서버(410) 관리자는 해당 단말에 설치되어 있는 OS를 고려하지 않고 한 종류의 스크립트 프로그램만을 작성하면 된다. OS 개별적으로 프로그램을 작성하는 방식에 비해 개발 로드가 반으로 줄 수 있다.The server 410 may transmit two or more markup language script data to the two terminals 420a and 420b on which different OSs are installed. Referring again to FIG. 8, the server 410 may transmit the same script data to the network 13 (S830) and apply the same script data to both terminals (S832 and S834). Accordingly, the administrator of the server 410, which should send the program to the terminal, can create only one kind of script program without regard to the OS installed in the terminal. The development load can be halved compared to the method of writing the OS individually.

프로그램을 업데이트하는 과정에 있어서도, 서버(410)가 보관하고 있는 둘 이상의 마크업 언어 스크립트 중 적어도 하나의 마크업 언어 스크립트에 대한 수정 입력을 처리하게 되면, 이에 따라 수정된 적어도 하나의 마크업 언어 스크립트에 대한 데이터를 두 단말(420a, 420b)로 전송하여 두 단말 모두 업데이트 처리할 수 있다. 이 또한 OS에 독립적으로 수행되는 스크립트를 사용하기 때문에 가능한 것이다.In the process of updating the program, when the server 410 processes the modification input for at least one of the two or more markup language scripts stored in the server 410, the modified at least one markup language script Data to the two terminals 420a and 420b and update the both terminals. This is also possible because it uses a script that runs independently of the OS.

또한 서버(410)는 UI 파일을 두 단말(420a, 420b)로 전송하며, 두 단말들(420a, 420b)은 해당 UI 파일을 이용하여 화면 표시를 제어할 수 있다. 이 과정에서 서버(410)는 관리자 등의 조작을 인식하여 UI 파일에 대한 수정 입력을 처리하고, 두 단말(420a, 420b)은 UI 파일을 업데이트 처리하여 화면 표시를 변경할 수 있다.Also, the server 410 transmits the UI file to the two terminals 420a and 420b, and the two terminals 420a and 420b can control the screen display using the corresponding UI file. In this process, the server 410 recognizes the operation of the manager or the like and processes correction input to the UI file, and the two terminals 420a and 420b can update the UI file to change the screen display.

서버(410)는 화면 구성을 위한 실시간 데이터를 네트워크(13)로 전송하여 두 단말(420a, 420b)에 모두 반영할 수 있다. 서버(410)와 연동하는 방식의 경우, 서버(410)에 접속하는 단말의 숫자가 늘어날 수록 네트워크 부하는 그 숫자에 비례하여 증가하게 된다. 이러한 이유로 서버(410)와 단말 사이에서의 네트워크 로드는 최소화하는 것이 바람직하며, 본 발명의 일 실시예에 따른 시스템(800)과 같이 단말에서 자체적으로 UI 파일을 가지고 있으면서 화면을 구성하고 차트에서의 좌표값 같이 서버(410)로부터 획득해야하는 실시간 데이터만 다운로드하는 방식으로 진행할 경우 네트워크 로드는 크게 감소하게 된다.
The server 410 may transmit the real-time data for the screen configuration to the network 13 and reflect the same on both the terminals 420a and 420b. In the method of interworking with the server 410, as the number of terminals connected to the server 410 increases, the network load increases in proportion to the number. For this reason, it is desirable to minimize the network load between the server 410 and the terminal, and it is also possible to configure the screen with the UI file itself in the terminal like the system 800 according to the embodiment of the present invention, The network load is greatly reduced when the real-time data to be acquired from the server 410 is downloaded only as coordinate values.

도 9는 본 발명의 일 실시예에 따른 장치(420)를 제어하는 과정에 대한 흐름도이다.9 is a flow diagram of a process for controlling an apparatus 420 according to an embodiment of the present invention.

도 9를 참조하면, 장치(420)는 서버(410)로부터 둘 이상의 마크업 언어 스크립트들을 수신하고(S900), 이러한 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성한다(S902).Referring to FIG. 9, the apparatus 420 receives two or more markup language scripts from the server 410 (S900), parses the two or more markup language scripts to include at least one control command code Is generated (S902).

그리고, 장치(420)는 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하고, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하며, 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 장치(420)의 OS(Operating System)에 탑재된 네이티브(Native) API를 호출하게 된다(S904).The device 420 may execute at least one action control command code of at least one of the at least one control command code to execute an action, execute at least one screen control command code to control screen display, (Application Program Interface) control command code to call a native API installed in the OS (Operating System) of the device 420 (S904).

이외에 장치(420)는 스마트 플랫폼 장치를 제어하기 위한 제반 장치 제어 기능을 수행하는 단계를 포함할 수 있으며, 또한 서버(410)와의 통신에 필요한 제반 기능들을 수행하는 단계를 포함할 수 있다. 그리고, 장치(420)는 도 4 내지 도 7을 통해 설명한 본 발명의 일 실시예에 따른 장치(420)가 수행하는 제반 기능을 수행하는 단계들을 더 포함할 수 있다.In addition, the device 420 may include performing all device control functions for controlling the smart platform device, and may also include performing all the functions necessary for communication with the server 410. The device 420 may further include performing the functions performed by the device 420 according to an exemplary embodiment of the present invention illustrated in FIGS.

이상에서는 본 발명의 실시예에 따른 스마트 플랫폼 장치 제어 방법이 도 9에서와 같은 절차로 수행되는 것으로 설명되었으나, 이는 설명의 편의를 위한 것일 뿐, 본 발명의 본질적인 개념을 벗어나지 않는 범위 내에서, 구현 방식에 따라 각 단계의 수행 절차가 바뀌거나 둘 이상의 단계가 통합되거나 하나의 단계가 둘 이상의 단계로 분리되어 수행될 수도 있다.
Although the smart platform device control method according to the embodiment of the present invention has been described with reference to FIG. 9, it is to be understood that the same is by way of illustration and example only and is not to be taken by way of illustration, Depending on the method, the procedure of each step may be changed, or two or more steps may be integrated, or one step may be performed in two or more steps.

이상에서 전술한 본 발명의 실시예에 따른 스마트 플랫폼 장치 제어 방법은, 장치(420)에 기본적으로 설치된 애플리케이션(이는 단말기에 기본적으로 탑재된 플랫폼에 포함되거나 운영체제 등에 포함되거나 호환되는 프로그램일 수 있음)에 의해 실행될 수 있고, 또한, 사용자가 애플리케이션 스토어 서버, 애플리케이션 또는 해당 서비스와 관련된 웹 서버 등의 애플리케이션 제공 서버를 통해 장치(420)의 운영체제와 호환 가능하고 장치(420)에 직접 설치한 애플리케이션(즉, 프로그램)에 의해 실행될 수도 있다. 여기서, 장치(420)의 운영체제는, 데스크 탑 등의 일반 PC에 설치되는 윈도우(Window), 매킨토시(Macintosh) 등의 운영체제이거나, 스마트폰, 태블릿 PC 등의 모바일 단말기에 설치되는 iOS, 안드로이드(Android) 등의 모바일 전용 운영체제 등일 수도 있다. As described above, the smart platform device control method according to the embodiment of the present invention can be applied to an application installed in the device 420 (which may be included in a platform that is basically installed in the terminal, or included in an operating system, And is also compatible with the operating system of the device 420 through an application provision server, such as an application store server, an application server or a web server associated with the service, , A program). Here, the operating system of the device 420 may be an operating system such as a window or a Macintosh installed in a general PC such as a desktop, iOS installed in a mobile terminal such as a smart phone or a tablet PC, ), And the like.

이러한 의미에서, 전술한 본 발명의 실시예에 따른 스마트 플랫폼 장치 제어 방법은 장치(420)에 기본적으로 설치되거나 사용자에 의해 직접 설치된 애플리케이션(즉, 프로그램)으로 구현되고, 장치(420) 등의 컴퓨터로 읽을 수 있는 기록매체에 기록될 수 있다. In this sense, the smart platform device control method according to the embodiment of the present invention described above is implemented in an application (i.e., a program) installed in the device 420 basically or directly installed by a user, Lt; RTI ID = 0.0 > readable < / RTI >

본 발명의 실시예에 따른 스마트 플랫폼 장치 제어 방법을 구현한 프로그램은, 서버로부터 둘 이상의 마크업 언어 스크립트들을 수신하는 기능, 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 기능 및 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하고, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하며, 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 장치(420)의 OS(Operating System)에 탑재된 네이티브(Native) API를 호출하는 기능 등을 실행한다. 이뿐만 아니라, 도 4 내지 도 7을 참조하여 전술한 본 발명의 실시예에 따른 스마트 플랫폼 장치 제어 방법에 대응되는 모든 기능을 실행할 수 있다. A program for implementing a smart platform device control method according to an embodiment of the present invention includes a function for receiving two or more markup language scripts from a server, a function for parsing two or more markup language scripts to generate at least one control command code Executing at least one action control command code to execute an action, generating at least one control command code including at least one control command code, executing at least one screen control command code to control screen display, And executes a function of calling an API (Application Program Interface) control command code of the device 420 and calling a native API loaded in the OS (Operating System) of the device 420. In addition to this, all the functions corresponding to the smart platform device control method according to the embodiment of the present invention described above with reference to FIGS. 4 to 7 can be executed.

이러한 프로그램은 컴퓨터에 의해 읽힐 수 있는 기록매체에 기록되고 컴퓨터에 의해 실행됨으로써 전술한 기능들이 실행될 수 있다. Such a program may be recorded on a recording medium that can be read by a computer and executed by a computer so that the above-described functions can be executed.

이와 같이, 컴퓨터가 기록매체에 기록된 프로그램을 읽어 들여 프로그램으로 구현된 스마트 플랫폼 장치 제어 방법을 실행시키기 위하여, 전술한 프로그램은 컴퓨터의 프로세서(CPU)가 읽힐 수 있는 C, C++, JAVA, 기계어 등의 컴퓨터 언어로 코드화된 코드(Code)를 포함할 수 있다. In order to allow a computer to read a program recorded on a recording medium and execute a smart platform device control method implemented as a program, the above-described program may be stored in a storage medium such as C, C ++, JAVA, And may include a code encoded in a computer language of the computer.

이러한 코드는 전술한 기능들을 정의한 함수 등과 관련된 기능적인 코드(Function Code)를 포함할 수 있고, 전술한 기능들을 컴퓨터의 프로세서가 소정의 절차대로 실행시키는데 필요한 실행 절차 관련 제어 코드를 포함할 수도 있다. The code may include a function code related to a function or the like that defines the functions described above and may include an execution procedure related control code necessary for the processor of the computer to execute the functions described above according to a predetermined procedure.

또한, 이러한 코드는 전술한 기능들을 컴퓨터의 프로세서가 실행시키는데 필요한 추가 정보나 미디어가 컴퓨터의 내부 또는 외부 메모리의 어느 위치(주소 번지)에서 참조 되어야 하는지에 대한 메모리 참조 관련 코드를 더 포함할 수 있다. In addition, such code may further include memory reference related code as to what additional information or media needed to cause the processor of the computer to execute the aforementioned functions should be referenced at any location (address) of the internal or external memory of the computer .

또한, 컴퓨터의 프로세서가 전술한 기능들을 실행시키기 위하여 원격(Remote)에 있는 어떠한 다른 컴퓨터나 서버 등과 통신이 필요한 경우, 코드는 컴퓨터의 프로세서가 컴퓨터의 통신 모듈(예: 유선 및/또는 무선 통신 모듈)을 이용하여 원격(Remote)에 있는 어떠한 다른 컴퓨터나 서버 등과 어떻게 통신해야만 하는지, 통신 시 어떠한 정보나 미디어를 송수신해야 하는지 등에 대한 통신 관련 코드를 더 포함할 수도 있다. In addition, when a processor of a computer needs to communicate with any other computer or server, etc., to perform the above-described functions, the code may be stored in a computer's communication module (e.g., a wired and / ) May be used to further include communication related codes such as how to communicate with any other computer or server in the remote, and what information or media should be transmitted or received during communication.

그리고, 본 발명을 구현하기 위한 기능적인(Functional) 프로그램과 이와 관련된 코드 및 코드 세그먼트 등은, 기록매체를 읽어서 프로그램을 실행시키는 컴퓨터의 시스템 환경 등을 고려하여, 본 발명이 속하는 기술분야의 프로그래머들에 의해 용이하게 추론되거나 변경될 수도 있다.The functional program for implementing the present invention and the related code and code segment may be implemented by programmers in the technical field of the present invention in consideration of the system environment of the computer that reads the recording medium and executes the program, Or may be easily modified or modified by the user.

또한 전술한 바와 같은 프로그램을 기록한 컴퓨터로 읽힐 수 있는 기록매체는 네트워크로 커넥션된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다. 이 경우, 다수의 분산된 컴퓨터 중 어느 하나 이상의 컴퓨터는 상기에 제시된 기능들 중 일부를 실행하고, 그 결과를 다른 분산된 컴퓨터들 중 하나 이상에 그 실행 결과를 전송할 수 있으며, 그 결과를 전송받은 컴퓨터 역시 상기에 제시된 기능들 중 일부를 실행하여, 그 결과를 역시 다른 분산된 컴퓨터들에 제공할 수 있다. Also, the computer-readable recording medium on which the above-described program is recorded may be distributed to a computer system connected via a network so that computer-readable codes can be stored and executed in a distributed manner. In this case, one or more of the plurality of distributed computers may execute some of the functions presented above and send the results of the execution to one or more of the other distributed computers, The computer may also perform some of the functions described above and provide the results to other distributed computers as well.

이상에서 전술한 바와 같은, 본 발명의 실시예에 따른 스마트 플랫폼 장치 제어 방법을 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽힐 수 있는 기록매체는, 일 예로, ROM, RAM, CD-ROM, 자기 테이프, 플로피디스크, 광 미디어 저장장치 등이 있다. As described above, the computer-readable recording medium on which the program for executing the smart platform device control method according to the embodiment of the present invention as described above is recorded includes a ROM, a RAM, a CD-ROM, a magnetic tape, Disks, optical media storage devices, and the like.

또한, 본 발명의 실시예에 따른 스마트 플랫폼 장치 제어 방법을 실행시키기 위한 프로그램인 애플리케이션을 기록한 컴퓨터로 읽을 수 있는 기록매체는, 애플리케이션 스토어 서버(Application Store Server), 애플리케이션 또는 해당 서비스와 관련된 웹 서버(Web Server) 등을 포함하는 애플리케이션 제공 서버(Application Provider Server)에 포함된 저장매체(예: 하드디스크 등)이거나, 애플리케이션 제공 서버 그 자체일 수도 있으며, 프로그램을 기록한 다른 컴퓨터 또는 그 저장매체일 수도 있다. In addition, a computer-readable recording medium storing an application that is a program for executing a smart platform device control method according to an embodiment of the present invention includes an application store server, an application or a web server (E.g., a hard disk, etc.) included in an application provider server (e.g., a Web server), an application providing server itself, another computer storing the program or a storage medium thereof .

본 발명의 일 실시예에 따른 스마트 플랫폼 장치 제어 방법을 실행시키기 위한 프로그램인 애플리케이션을 기록한 기록매체를 읽을 수 있는 컴퓨터는, 일반적인 데스크 탑이나 노트북 등의 일반 PC 뿐만 아니라, 스마트 폰, 태블릿 PC, PDA(Personal Digital Assistants) 및 이동통신 단말기 등의 모바일 단말기를 포함할 수 있으며, 이뿐만 아니라, 컴퓨팅(Computing) 가능한 모든 기기로 해석되어야 할 것이다. A computer capable of reading a recording medium on which an application, which is a program for executing a smart platform device control method according to an embodiment of the present invention, can be read by a general PC such as a general desktop or a notebook computer, (Personal Digital Assistants), a mobile communication terminal, and the like. In addition, the present invention should be construed as all devices capable of computing.

만약, 본 발명의 일 실시예에 따른 스마트 플랫폼 장치 제어 방법을 실행시키기 위한 프로그램인 애플리케이션을 기록한 기록매체를 읽을 수 있는 컴퓨터가 스마트 폰, 태블릿 PC, PDA(Personal Digital Assistants) 및 이동통신 단말기 등의 모바일 단말기인 경우, 모바일 단말기는 애플리케이션 스토어 서버, 웹 서버 등을 포함하는 애플리케이션 제공 서버로부터 해당 애플리케이션을 다운로드 받아 설치할 수 있고, 경우에 따라서는, 애플리케이션 제공 서버에서 일반 PC로 다운로드 된 이후, 동기화 프로그램을 통해 모바일 단말기에 설치될 수도 있다.
If a computer capable of reading a recording medium storing an application, which is a program for executing a smart platform device control method according to an embodiment of the present invention, is a smart phone, a tablet PC, a PDA (Personal Digital Assistants) In the case of a mobile terminal, the mobile terminal can download and install the application from an application providing server including an application store server, a web server, and the like. In some cases, after downloading from the application providing server to a general PC, Lt; RTI ID = 0.0 > mobile terminal.

이상에서, 본 발명의 실시예를 구성하는 모든 구성 요소들이 하나로 결합되거나 결합되어 동작하는 것으로 설명되었다고 해서, 본 발명이 반드시 이러한 실시예에 한정되는 것은 아니다. 즉, 본 발명의 목적 범위 안에서라면, 그 모든 구성 요소들이 하나 이상으로 선택적으로 결합하여 동작할 수도 있다. 또한, 그 모든 구성 요소들이 각각 하나의 독립적인 하드웨어로 구현될 수 있지만, 각 구성 요소들의 그 일부 또는 전부가 선택적으로 조합되어 하나 또는 복수 개의 하드웨어에서 조합된 일부 또는 전부의 기능을 수행하는 프로그램 모듈을 갖는 컴퓨터 프로그램으로서 구현될 수도 있다. 그 컴퓨터 프로그램을 구성하는 코드들 및 코드 세그먼트들은 본 발명의 기술 분야의 당업자에 의해 용이하게 추론될 수 있을 것이다. 이러한 컴퓨터 프로그램은 컴퓨터가 읽을 수 있는 저장매체(Computer Readable Media)에 저장되어 컴퓨터에 의하여 읽혀지고 실행됨으로써, 본 발명의 실시예를 구현할 수 있다. 컴퓨터 프로그램의 저장매체로서는 자기 기록매체, 광 기록매체, 등이 포함될 수 있다.While the present invention has been described in connection with what is presently considered to be the most practical and preferred embodiments, it is to be understood that the invention is not limited to the disclosed embodiments. That is, within the scope of the present invention, all of the components may be selectively coupled to one or more of them. In addition, although all of the components may be implemented as one independent hardware, some or all of the components may be selectively combined to perform a part or all of the functions in one or a plurality of hardware. As shown in FIG. The codes and code segments constituting the computer program may be easily deduced by those skilled in the art. Such a computer program can be stored in a computer-readable storage medium, readable and executed by a computer, thereby realizing an embodiment of the present invention. As a storage medium of the computer program, a magnetic recording medium, an optical recording medium, or the like can be included.

또한, 이상에서 기재된 "포함하다", "구성하다" 또는 "가지다" 등의 용어는, 특별히 반대되는 기재가 없는 한, 해당 구성 요소가 내재될 수 있음을 의미하는 것이므로, 다른 구성 요소를 제외하는 것이 아니라 다른 구성 요소를 더 포함할 수 있는 것으로 해석되어야 한다. 기술적이거나 과학적인 용어를 포함한 모든 용어들은, 다르게 정의되지 않는 한, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 사전에 정의된 용어와 같이 일반적으로 사용되는 용어들은 관련 기술의 문맥 상의 의미와 일치하는 것으로 해석되어야 하며, 본 발명에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.It is also to be understood that the terms such as " comprises, "" comprising," or "having ", as used herein, mean that a component can be implanted unless specifically stated to the contrary. But should be construed as including other elements. All terms, including technical and scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs, unless otherwise defined. Commonly used terms, such as predefined terms, should be interpreted to be consistent with the contextual meanings of the related art, and are not to be construed as ideal or overly formal, unless expressly defined to the contrary.

이상의 설명은 본 발명의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 따라서, 본 발명에 개시된 실시예들은 본 발명의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예에 의하여 본 발명의 기술 사상의 범위가 한정되는 것은 아니다. 본 발명의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.
The foregoing description is merely illustrative of the technical idea of the present invention and various changes and modifications may be made by those skilled in the art without departing from the essential characteristics of the present invention. Therefore, the embodiments disclosed in the present invention are intended to illustrate rather than limit the scope of the present invention, and the scope of the technical idea of the present invention is not limited by these embodiments. The scope of protection of the present invention should be construed according to the following claims, and all technical ideas falling within the scope of the same shall be construed as falling within the scope of the present invention.

Claims (11)

둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 마크업 언어 스크립트 파서;
상기 명령 코드 집합체의 제어 명령 코드를 실행시켜 장치를 제어하는 제어부로서, 상기 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하는 액션 처리 모듈, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하는 화면 처리 모듈 및 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 상기 장치의 OS(Operating System)에 탑재된 네이티브(Native) API를 호출하는 API 처리 모듈을 포함하는 제어부; 및
서버로부터 상기 둘 이상의 마크업 언어 스크립트들을 수신하는 통신부를 포함하되,
상기 통신부는 상기 서버로부터 UI(User Interface) 파일를 더 수신하고,
상기 화면 처리 모듈은 상기 UI 파일을 이용하여 화면 표시를 제어하는 것을 특징으로 하는 스마트 플랫폼 장치.
A markup language script parser for parsing two or more markup language scripts to generate a set of command codes including at least one control command code;
An action processing module for executing an action by executing at least one action control command code among the at least one control command code, a control module for executing an action by executing at least one of the at least one control command code An API processing module that executes at least one application program interface (API) control command code and calls a native API installed in an OS (Operating System) of the device, ; And
And a communication unit for receiving the at least two markup language scripts from the server,
The communication unit further receives a UI (User Interface) file from the server,
Wherein the screen processing module controls screen display using the UI file.
제1항에 있어서,
상기 액션 처리 모듈은 타임 스케쥴링 혹은 이벤트에 따라 상기 액션 제어 명령 코드를 실행시키는 것을 특징으로 하는 스마트 플랫폼 장치.
The method according to claim 1,
Wherein the action processing module executes the action control command code according to time scheduling or an event.
제1항에 있어서,
상기 제어부는 상기 명령 코드 집합체의 상기 제어 명령 코드를 상기 장치의 OS가 인식하는 제어 명령으로 변환하여 실행시키는 것을 특징으로 하는 스마트 플랫폼 장치.
The method according to claim 1,
Wherein the control unit converts the control command code of the command code set into a control command recognized by the OS of the apparatus and executes the control command.
삭제delete 제1항에 있어서,
상기 통신부는 상기 서버로부터 실시간 데이터를 더 수신하고,
상기 화면 처리 모듈은 상기 실시간 데이터에 따라 상기 UI 파일을 조작하면서 화면 표시를 실시간으로 제어하는 것을 특징으로 하는 스마트 플랫폼 장치.
The method according to claim 1,
Wherein the communication unit further receives real-time data from the server,
Wherein the screen processing module controls screen display in real time while operating the UI file according to the real time data.
제1항에 있어서,
상기 통신부는 상기 서버와 통신하는 데이터를 암호화 처리하는 것을 특징으로 하는 스마트 플랫폼 장치.
The method according to claim 1,
Wherein the communication unit encrypts data communicated with the server.
제1항에 있어서,
상기 서버로부터 수신되는 상기 마크업 언어 스크립트에 대한 데이터 및 상기 UI 파일을 보관하며 상기 서버와의 버전 정보 교환을 통해 상기 마크업 언어 스크립트 혹은 상기 UI 파일을 업데이트하는 것을 특징으로 하는 스마트 플랫폼 장치.
The method according to claim 1,
Wherein the markup language script or the UI file is updated by exchanging version information with the server, wherein the markup language script and the UI file are stored in the markup language script received from the server.
둘 이상의 마크업 언어 스크립트 데이터를 서로 다른 OS(Operating System)가 탑재된 두 단말로 전송하는 서버; 및
상기 둘 이상의 마크업 언어 스크립트를 제1 OS가 인식하는 제어 명령으로 변환하여 실행시키는 제1 단말 및 상기 둘 이상의 마크업 언어 스크립트를 제2 OS가 인식하는 제어 명령으로 변환하여 실행시키는 제2 단말을 포함하되,
상기 단말들은
상기 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 마크업 언어 스크립트 파서, 상기 명령 코드 집합체의 제어 명령 코드를 상기 각 단말에 탑재된 OS가 인식하는 제어 명령으로 변화하여 실행시키는 제어부로서, 상기 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하는 액션 처리 모듈, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하는 화면 처리 모듈 및 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 OS에 탑재된 네이티브(Native) API를 호출하는 API 처리 모듈을 포함하는 제어부 및 상기 서버로부터 상기 둘 이상의 마크업 언어 스크립트들을 수신하는 통신부를 포함하되,
상기 통신부는 상기 서버로부터 UI(User Interface) 파일를 더 수신하고,
상기 화면 처리 모듈은 상기 UI 파일을 이용하여 화면 표시를 제어하는 것을 특징으로 하는 스마트 플랫폼 시스템.
A server for transmitting two or more markup language script data to two terminals equipped with different operating systems (OS); And
A first terminal converting the two or more markup language scripts into control commands recognized by the first OS and executing the control commands and a second terminal converting the two or more markup language scripts into control commands recognized by the second OS and executing the control commands, Including,
The terminals
A markup language script parser for parsing the at least one markup language script to generate an instruction code set including at least one control command code, An action processing module for executing at least one action control command code among the at least one control command code to execute an action, and a control unit for executing at least one screen control command code, A control processing unit for executing at least one application program interface (API) control command code to call a native API installed in the OS, Up language scripts,
The communication unit further receives a UI (User Interface) file from the server,
Wherein the screen processing module controls screen display using the UI file.
제8항에 있어서,
상기 서버는 상기 둘 이상의 마크업 언어 스크립트 중 적어도 하나의 마크업 언어 스크립트에 대한 수정 입력을 처리하고, 상기 수정된 적어도 하나의 마크업 언어 스크립트에 대한 데이터를 상기 두 단말로 전송하는 것을 특징으로 하는 스마트 플랫폼 시스템.
9. The method of claim 8,
Wherein the server processes modification inputs to at least one of the markup language scripts of the at least two markup language scripts and transmits data for the modified at least one markup language script to the two terminals Smart platform system.
제8항에 있어서,
상기 서버는 상기 UI 파일을 상기 두 단말로 전송하며, 상기 단말들은 상기 UI 파일을 이용하여 화면 표시를 제어하되,
상기 서버는 상기 UI 파일에 대한 수정 입력을 처리하고, 상기 단말들은 상기 수정된 UI 파일을 수신하여 화면 표시를 제어하는 것을 특징으로 하는 스마트 플랫폼 시스템.
9. The method of claim 8,
The server transmits the UI file to the two terminals, and the terminals control screen display using the UI file,
Wherein the server processes modification input to the UI file, and the terminals receive the modified UI file and control screen display.
서버로부터 둘 이상의 마크업 언어 스크립트들을 수신하는 단계;
상기 둘 이상의 마크업 언어 스크립트들을 파싱(parsing)하여 적어도 하나 이상의 제어 명령 코드를 포함하는 명령 코드 집합체를 생성하는 단계; 및
상기 적어도 하나 이상의 제어 명령 코드 중 적어도 하나의 액션 제어 명령 코드를 실행시켜 액션을 수행하고, 적어도 하나의 화면 제어 명령 코드를 실행시켜 화면 표시를 제어하되 상기 서버로부터 수신한 UI(User Interface) 파일을 이용하여 화면 표시를 제어하며, 적어도 하나의 API(Application Program Interface) 제어 명령 코드를 실행시켜 장치의 OS(Operating System)에 탑재된 네이티브(Native) API를 호출하는 단계를 포함하는 스마트 플랫폼 장치 제어 방법.
Receiving two or more markup language scripts from a server;
Parsing the at least two markup language scripts to generate an instruction code set including at least one control instruction code; And
Executing at least one action control command code among the at least one control command code to execute an action, executing at least one screen control command code to control screen display, and displaying a UI (User Interface) file received from the server Controlling a screen display using at least one application program interface (API) and executing at least one application program interface (API) control command code to call a native API mounted on an OS (Operating System) .
KR1020130026159A 2013-03-12 2013-03-12 Smart platform apparatus, system and contol method KR101437943B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020130026159A KR101437943B1 (en) 2013-03-12 2013-03-12 Smart platform apparatus, system and contol method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020130026159A KR101437943B1 (en) 2013-03-12 2013-03-12 Smart platform apparatus, system and contol method

Publications (1)

Publication Number Publication Date
KR101437943B1 true KR101437943B1 (en) 2014-11-03

Family

ID=52288234

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020130026159A KR101437943B1 (en) 2013-03-12 2013-03-12 Smart platform apparatus, system and contol method

Country Status (1)

Country Link
KR (1) KR101437943B1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016163668A1 (en) * 2015-04-07 2016-10-13 주식회사 위시링크 Method for providing native application capable of being managed in server, and application thereof
CN112114789A (en) * 2019-06-20 2020-12-22 腾讯科技(深圳)有限公司 Service development method and equipment
CN113407229A (en) * 2020-03-17 2021-09-17 百度在线网络技术(北京)有限公司 Method and device for generating offline script
KR20220108221A (en) * 2020-11-27 2022-08-03 한화시스템 주식회사 Terminal device and method for management of the same

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
위키피디어(http://web.archive.org/web/20130302084901/http://en.wikipedia.org/wiki/Internet_Explorer, 2013.3.2. 공개) *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016163668A1 (en) * 2015-04-07 2016-10-13 주식회사 위시링크 Method for providing native application capable of being managed in server, and application thereof
CN112114789A (en) * 2019-06-20 2020-12-22 腾讯科技(深圳)有限公司 Service development method and equipment
CN112114789B (en) * 2019-06-20 2024-02-06 腾讯科技(深圳)有限公司 Service development method and equipment
CN113407229A (en) * 2020-03-17 2021-09-17 百度在线网络技术(北京)有限公司 Method and device for generating offline script
CN113407229B (en) * 2020-03-17 2024-05-14 百度在线网络技术(北京)有限公司 Method and device for generating offline scripts
KR20220108221A (en) * 2020-11-27 2022-08-03 한화시스템 주식회사 Terminal device and method for management of the same
KR102441351B1 (en) * 2020-11-27 2022-09-07 한화시스템 주식회사 Terminal device and method for management of the same

Similar Documents

Publication Publication Date Title
US11829186B2 (en) System and methods for integration of an application runtime environment into a user computing environment
US9563613B1 (en) System and method for dynamic portable document file generation
US8612947B2 (en) System and method for remotely compiling multi-platform native applications for mobile devices
US8983935B2 (en) Methods for utilizing a javascript emulator in a web content proxy server and devices thereof
US8701104B2 (en) System and method for user agent code patch management
US20150378714A1 (en) Providing Context-Specific Software Updates to Client Applications
US20140082511A1 (en) Method and system for emulating desktop software applications in a mobile communication network
US11126417B2 (en) System and method for application plug-in distribution
CN110945480A (en) System and method for updating and loading applications
US20120227032A1 (en) Method, apparatus, and system for invoking widget
US20140317537A1 (en) Browser based application program extension method and device
AU2013213683B2 (en) A method and system of application development for multiple device client platforms
KR101437943B1 (en) Smart platform apparatus, system and contol method
KR20110123867A (en) Web application executable device and web application management method therof
AU2019222873B2 (en) Method and system for providing content
Celesti et al. Evaluating alternative daas solutions in private and public openstack clouds
KR20240035049A (en) Smart flatform apparatus, system and method for integrating management system
KR20210110516A (en) Method, apparatus, device and computer storage medium for determining source channel
KR100538801B1 (en) Graphic User Interface Providing System And Method Wireless Terminal Applications
US10038598B2 (en) Leveraging and extending mobile operating system MDM protocol
CN106775900B (en) Calling method and system of application browser
CN113778543A (en) Page content updating method and device applied to plug-in
KR20190059168A (en) Apparatus of middleware for connecting webpages and application
KR20130058459A (en) The method and server for confirming installation of application
CN113778506B (en) Browser management and control method, system and device and electronic equipment

Legal Events

Date Code Title Description
LAPS Lapse due to unpaid annual fee