KR20170096888A - RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK - Google Patents

RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK Download PDF

Info

Publication number
KR20170096888A
KR20170096888A KR1020160018730A KR20160018730A KR20170096888A KR 20170096888 A KR20170096888 A KR 20170096888A KR 1020160018730 A KR1020160018730 A KR 1020160018730A KR 20160018730 A KR20160018730 A KR 20160018730A KR 20170096888 A KR20170096888 A KR 20170096888A
Authority
KR
South Korea
Prior art keywords
cctv
site
power management
module
remote
Prior art date
Application number
KR1020160018730A
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 KR1020160018730A priority Critical patent/KR20170096888A/en
Publication of KR20170096888A publication Critical patent/KR20170096888A/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/18Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast
    • H04N7/181Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast for receiving images from a plurality of remote sources
    • H04N5/232
    • H04N5/23241

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

A RESTful website and application link framework according to an embodiment of the present invention includes a power management module for controlling a remote power management device in a CCTV integrated management site and the remote power management device capable of managing and controlling the power of remote CCTV devices at a remote place, an automatic recovery module for a failed apparatus through the power port restart of the remote power management device and the failure sensing of the site using network connection and current use state diagrams, an event log inquiry and event judgment setting module of CCTV site devices, and a module for link between a CCTV site and a smartphone application. Accordingly, the present invention can produce a CCTV website with high compatibility.

Description

RESTful web site and application interworking framework. RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK.

Embodiments of the present invention relate to a RESTful website and application interworking framework that enables functions on a CCTV site to be managed on a smartphone as well.

(1) Web services

It is a software system for interacting between different kinds of computers on a network. Web services provide the desired service anytime, anywhere, and do not define a complete definition like other existing software, but define the definition of data standard to and from each other, so that it is a link between operating systems and programming languages . These include UDDI, WSDL, SOAP, and RESTful-based services.

SOAP-based Web services

It is defined using WSDL (Web Services Description Language). This allows client API creation (JavaScript, Flex, Silverlight) and client developers to validate methods and parameters. Although it has the advantage of using one common format because it uses XML, there is a disadvantage that XML itself is inefficient, not suitable for use in some languages, and heavy.

RESTful Web Services (Representational State Transfer Web Services)

REST is a term used to refer to systems that faithfully follow REST principles, and REST is a software architecture for distributed hypermedia systems such as WWW. The basic rule is that a URI must represent a resource of information, and that the behavior on a resource must be represented by an HTTP Method. In other words, it can recognize the structural state of the resource in the web service from the URL, and it has the property of not managing the state information of the client on the server side because it can be accessed only by the basic request type of the Internet. Because XML and JSON (JavaScript Object Notation) are used, data format can be selected according to client. Security, and policy. Google, Amazon, Yahoo, and Twitter are opening their information resources to APIs based on RESTful Web services.

(2) CCTV site

CCTV means closed-circuit television which is transmitted only to a specific person, and CCTV site refers to a web site that can view the video being shot by CCTV in real time. You can see one, many dozens, and hundreds of CCTVs on a single website. As the CCTV site was created, it became possible to monitor the public place largely, and to grasp the situation of the house when going out small.

However, existing CCTV sites are heavy and incompatible with SOAP-based Web services. In addition, CCTV site equipment does not provide fault management and configuration management functions. In case of a problem in CCTV site system, the recovery part is very weak. CCTV monitoring can be confirmed only in the control room.

One embodiment of the present invention provides a RESTful web site and application interworking framework capable of linking a RESTful based web site and an application using a module for interworking with a CCTV site and a smartphone application and a remote power management device .

The RESTful web site and application interworking framework according to an embodiment of the present invention includes a remote power management device capable of managing and controlling the power of remote CCTV devices and a remote power management device for controlling the remote power management device at a CCTV integrated management site Power supply management module, network connection and current usage status diagram and restarting power port of the remote power management unit, an event log inquiry and event judgment setting module of CCTV site equipment, CCTV And modules for site and smartphone application interactions.

According to an embodiment of the present invention, it is possible to make a CCTV web site having a lightweight and high compatibility by using a RESTful web service in a SOAP-based web service.

According to an embodiment of the present invention, the module for controlling the remote power management device can minimize the service interruption of the devices in the CCTV site and the on-site dispatch of the maintenance personnel, thereby reducing the professional manpower and the recovery cost A module for controlling the remote power management apparatus can be applied to other systems.

According to one embodiment of the present invention, it is possible to effectively cope with the increase in network size by using a RESTful-based web service that solves the problems of the SNMP-based management of the existing Internet, and to link the RESTful web service- Module enables CCTV integrated management regardless of time and space, and can be used for communication and various web services.

1 is a diagram illustrating a configuration diagram of a CCTV integrated management site according to an exemplary embodiment of the present invention.
FIG. 2 is a diagram for explaining an application interworking with a CCTV site and a CCTV site based on a RESTful web service in an embodiment of the present invention.

BRIEF DESCRIPTION OF THE DRAWINGS The advantages and / or features of the present invention, and how to accomplish them, will become apparent with reference to the embodiments described in detail below with reference to the accompanying drawings.

 It should be understood, however, that the invention is not limited to the disclosed embodiments, but is capable of many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, To fully disclose the scope of the invention to those skilled in the art, and the invention is only defined by the scope of the claims. Like reference numerals refer to like elements throughout the specification.

Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

1 is a diagram illustrating a configuration diagram of a CCTV integrated management site according to an exemplary embodiment of the present invention.

1 shows a CCTV site capable of receiving messages by being connected to a remote power management apparatus of a CCTV.

As shown in the figure, the devices are periodically pinged to detect faults or the current status is checked to detect the fault, and the power is turned off and on to recover the data. The data can be stored in the database and transmitted to the manager PC.

In addition, functions such as failure detection, recovery, and recording of each device can be managed by a smart phone.

FIG. 2 is a diagram for explaining an application interworking with a CCTV site and a CCTV site based on a RESTful web service in an embodiment of the present invention.

2 is a view illustrating a CCTV website in which a RESTful web service is used.

2 is a diagram showing a state in which a CCTV site is linked with an application.

In other words, by linking a RESTful web service-based CCTV site with a smartphone application, CCTV video can be viewed in a mobile application.

To this end, a remote power management device capable of managing and controlling the power of the remote CCTV equipment, a power management module for controlling the remote power management device at the CCTV integrated management site, a network management module It may be necessary to have an automatic recovery module of the faulty device through fault detection and power port restart of the power management device, an event log inquiry and event judgment setting module of the CCTV site equipment, and a module for linking the CCTV site and the smartphone application.

Accordingly, according to an embodiment of the present invention, integrated management of CCTV can be performed anytime and anywhere through an application, and communication and various web services can be utilized.

While the present invention has been described in connection with what is presently considered to be practical exemplary embodiments, it is to be understood that the invention is not limited to the disclosed embodiments. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined by the scope of the appended claims and equivalents thereof.

While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments, but, on the contrary, Modification is possible. Accordingly, the spirit of the present invention should be understood only by the appended claims, and all equivalent or equivalent variations thereof are included in the scope of the present invention.

Claims (1)

A remote power management device for managing and controlling the power of remote CCTV equipment, a power management module for controlling the remote power management device at the CCTV integrated management site, a site failure detection using the network connectivity and current usage state diagram And a module for interlocking a CCTV site and a smartphone application, characterized in that it includes an automatic recovery module of a faulty device through a power port restart of the remote power management apparatus, an event log inquiry and event determination setting module of CCTV site equipment, Web site and application integration framework.
KR1020160018730A 2016-02-17 2016-02-17 RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK KR20170096888A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160018730A KR20170096888A (en) 2016-02-17 2016-02-17 RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160018730A KR20170096888A (en) 2016-02-17 2016-02-17 RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK

Publications (1)

Publication Number Publication Date
KR20170096888A true KR20170096888A (en) 2017-08-25

Family

ID=59761668

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160018730A KR20170096888A (en) 2016-02-17 2016-02-17 RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK

Country Status (1)

Country Link
KR (1) KR20170096888A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113641560A (en) * 2021-10-15 2021-11-12 山东亚华电子股份有限公司 Dynamic log monitoring method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113641560A (en) * 2021-10-15 2021-11-12 山东亚华电子股份有限公司 Dynamic log monitoring method and device
CN113641560B (en) * 2021-10-15 2021-12-31 山东亚华电子股份有限公司 Dynamic log monitoring method and device

Similar Documents

Publication Publication Date Title
US11711234B2 (en) Integrated cloud system for premises automation
US11641391B2 (en) Integrated cloud system with lightweight gateway for premises automation
US11405463B2 (en) Media content management
CN101778264B (en) Video monitoring method and video monitoring system
US8705371B2 (en) Locally diagnosing and troubleshooting service issues
CN104935454A (en) Capability monitoring in a service oriented architecture
US11188863B2 (en) Methods, devices, and systems for prioritizing mobile network trouble tickets based on customer impact
KR20140091704A (en) System comprising a publish/subscribe broker for a remote management of end-user devices, and respective end-user device
KR20160069442A (en) Service error detection apparatus for cloud streaming service, end to end service monitoring system and method thereof
US20140282046A1 (en) Dashboard notifications on management console during a remote control session
US11729255B2 (en) Integrated cloud system with lightweight gateway for premises automation
CN104065921A (en) Security and protection wide area network embedded type monitoring device and control method thereof
CN103096038B (en) The method for supervising of the fusion video monitoring system of multi-protocol video watch-dog access
CN103439934A (en) Intelligent electrical appliance control method, server and system
EP3214824A1 (en) Smart home system
CN105323128A (en) Method, device and system for connecting front-end device to server
CN103037198A (en) System and method for monitoring videos
KR20170096888A (en) RESTful BASED WEBSITE AND FRAMEWORK WITH APPLICATION LINK
CN110248154A (en) Depending on the monitoring method and system of networked server
CN113473090B (en) Method, device and storage medium for remotely configuring IPC (inter-process control) parameters
US20120072545A1 (en) Remote maintenance and monitoring service framework for heterogeneous device and system
CN104767667A (en) Method for sharing WEB page by multiple screens, terminal equipment and web server
KR101748713B1 (en) System for infra automated operation and traffic control based on integraion of Server Management System and Traffic Management System, and method thereof
Liutkevičius et al. Smart home services development, provisioning, and management framework
CN110224856A (en) Depending on the monitoring method and system of networked terminals