KR20200040365A - AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data - Google Patents

AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data Download PDF

Info

Publication number
KR20200040365A
KR20200040365A KR1020180120135A KR20180120135A KR20200040365A KR 20200040365 A KR20200040365 A KR 20200040365A KR 1020180120135 A KR1020180120135 A KR 1020180120135A KR 20180120135 A KR20180120135 A KR 20180120135A KR 20200040365 A KR20200040365 A KR 20200040365A
Authority
KR
South Korea
Prior art keywords
schedule
bit
code
string
bits
Prior art date
Application number
KR1020180120135A
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 KR1020180120135A priority Critical patent/KR20200040365A/en
Publication of KR20200040365A publication Critical patent/KR20200040365A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K19/00Record carriers for use with machines and with at least a part designed to carry digital markings
    • G06K19/06Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
    • G06K19/06009Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code with optically detectable marking
    • G06K19/06037Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code with optically detectable marking multi-dimensional coding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Abstract

The present invention relates to a method for automatically registering a schedule from a compressed QR code using scheduled information compression technology, capable of automatically registering the scheduled in a digital calendar. According to the present invention, the method comprises: a step of receiving data related to a schedule to be registered to the digital calendar; a step of compressing the received data in a predetermined compression method; a step of combing the compressed data with a URL of a web server to store the same in the QR code; and a step of transmitting a schedule registration file to a user device when a third person reads the QR code with a scanner.

Description

일정정보의 압축 기술을 이용한 압축 QR코드로부터 일정 자동등록 방법{AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data}Automatic schedule registration method from compressed QR code using the compression technology of schedule information {AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data}

QR코드, 압축기술QR code, compression technology

QR코드, 압축기술QR code, compression technology

발명을 실시하기 위한 구체적 내용에 상술Detailed in detail for carrying out the invention

발명을 실시하기 위한 구체적 내용에 상술Detailed in detail for carrying out the invention

발명을 실시하기 위한 구체적 내용에 상술Detailed in detail for carrying out the invention

[1] 본 발명은 [1] The present invention

1) 디지털 캘린더에 등록을 원하는 일정과 관련한 데이터 입력받아서, 1) After receiving data related to the schedule you want to register in the digital calendar,

2)본 발명에서 제안하는 소정의 압축 방법으로 압축하고, 2) Compress by a predetermined compression method proposed in the present invention,

3) 압축된 바이트 배열로 구성된 데이터를 Base64 URL 코딩방식으로 부호화한 string값을 get 방식으로 본 발명의QR코드를 읽으면 이를 처리할 웹서버의 url 과 결합하여, 이를 QR코드에 담는다. 3) When the QR code of the present invention is read by the get method, the string value obtained by encoding the data consisting of the compressed byte array using the Base64 URL coding method is combined with the URL of the web server to process it, and this is included in the QR code.

즉 상기 string값을 tq 라는 parameter에 담고, QR코드 데이터를 처리할 웹서버 및 페이지를 www.qr2time.com/m.aspx라고 한다면, That is, if the string value is contained in a parameter called tq, and the web server and page to process QR code data are www.qr2time.com/m.aspx,

"www.qr2time.com/m.aspx?q=(base64 url encoded string)" 와 같이 url 형태의 데이터를 QR코드에 담는다.The url format data is put in the QR code like "www.qr2time.com/m.aspx?q= ( base64 url encoded string)" .

4)다음으로 이 QR코드를 제3자가 QR코드를 읽을수 있는 스캐너를 활용하여 읽으면, 4) Next, if you read this QR code using a scanner that allows a third party to read the QR code,

5) QR코드에 담긴 상기 url 이 가르키는 웹서버로 이동한뒤, 웹서버는 url에 같이 전달된 get방식의 파라메터로 구분된 string 값을 읽어서,5) After moving to the web server pointed to by the url contained in the QR code, the web server reads the string value separated by the parameter of the get method delivered together in the url,

6) Base 64 URL 부호화된 string을 decoding하여 압축데이터인 바이트 배열을 복원한뒤, 6) After decoding the Base 64 URL-encoded string, restore the compressed data byte array,

7) 본 발명에서 제안한 압축해제 방법에 따라 일정 관련한 데이터를 복원한뒤, 7) After restoring schedule-related data according to the decompression method proposed in the present invention,

8) 이를 이용하여 국제 디지털 달력 표준화일인 ical 파일format으로 변환하여, 사용자 장치에 이 일정등록화일(ical)파일을 전송하는 발명이다.8) It is an invention to convert this to the ical file format, which is the standard date of international digital calendar, and to transmit the schedule registration file (ical) file to the user device.

9) 이렇게 사용자 장치에서 ical 파일을 전송받으면, 수신측의 모바일,PC는 자동적으로 ics 파일형태의 일정을 처리할수 있는 애플리케이션을 구동하여 사용자는 본인의 디지털 캘린더에 일정을 자동으로 등록할 수 있다.9) When the ical file is transmitted from the user device, the mobile and PC of the receiver automatically run an application that can process the schedule in the form of an ics file, so that the user can automatically register the schedule in his digital calendar.

<<<< 일정정보 생성용 기본 문자열 생성방법 >>>> <<<< Basic string generation method for schedule information creation >>>>

상기 1) 에서 일정정보를 나타내는 문자열은 아래 예시와 같은 다양한 형태의 애플리케이션 또는 자동입력 시스템등을 통해 사용자로부터 수동 또는 자동으로 입력받은 일정과 관련된 항목별로 구분된 정보로부터 생성되며, The string representing the schedule information in 1) is generated from information classified by items related to a schedule manually or automatically received from a user through various types of applications or an automatic input system such as the example below,

Figure pat00001
Figure pat00001

이 정보들을 약속된 delimiter 문자로 구분하여 생성할 수 있다. 아래와 같은 형태와 유사할 것이다. You can generate this information by separating it with the promised delimiter character. It will be similar to the form below.

예를들어, 2018-01-01;09:00;2018-01-01;15:00;일정제목;일정장소;일정상세;2018-01-02;09:00;2018-01-03;15:00;일정제목2;일정장소2;일정상세2;2018-01-03;09:00;2018-01-05;15:00;일정제목3;일정장소3;일정상세3;For example, 2018-01-01; 09: 00; 2018-01-01; 15: 00; Schedule Title; Schedule Place; Schedule Details; 2018-01-02; 09: 00; 2018-01-03; 15 : 00; Schedule 2; Schedule 2; Schedule 2; 2018-01-03; 09:00; 2018-01-05; 15:00; Schedule 3; Schedule 3; Schedule 3;

이러한 일정등록 문자는 결국 한글/다국어문자 또는 영문, 숫자, 기호문자등으로 구성되어 있는데, 다양한 형식(format)으로 구성될 수 있고, 그 형식에 일정생성측과 일정등록측에서 상호 약속된 형태라면 그 양식의 제한은 없다. These schedule registration characters are eventually composed of Korean / multilingual characters, or English, numeric, or symbol characters, and can be composed of various formats. If the format is a mutually-promised form by the schedule creation side and the schedule registration side, There are no restrictions on the form.

다시 말해, 시작일정, 종료일정, 제목,장소,상세내용,반복여부,알람여부,중요도, 관련자이메일등등 일정관리/등록에 필요한 모든 항목을 포함할 수 있으며 그 내용은 어떠한 정보라도 포함가능하며,구성문자는 유니코드 문자코드 테이블을 구성하고 있는 어떠한 문자라도 무방하며, QR코드 생성측과 QR코드 해독측에서 상호 정보의 구성형식을 공통적으로 동일하게 처리할 수 있기만 하면 된다.In other words, it can include all items necessary for schedule management / registration, such as start schedule, end schedule, title, place, details, repeatability, alarm status, importance, related emails, etc. The constituent characters may be any characters constituting the Unicode character code table, and the QR code generating side and the QR code decoding side only need to be able to process the configuration format of mutual information in the same way.

<<<< 일정정보 기본 문자열의 압축방법 >>>><<<< How to compress the basic string of schedule information >>>>

1)일정정보를 압축하기 위하여, 먼저 본 발명에서는 일정정보를 구성하는 문자들을 UTF-8 문자체계로 변환한뒤, 이 UTF-8문자들을 비트단위로 정보로 변환한다.(이하 '원본 비트열' 이라 함.) 이 원본비트열을 header bit와 tail bit로 구성된 압축비트열로 치환하는 것이 압축의 핵심 원리임.1) In order to compress schedule information, first, in the present invention, characters constituting schedule information are converted into a UTF-8 character system, and then these UTF-8 characters are converted into information in bit units. (Hereinafter referred to as 'original bit stream.') The core principle of compression is to replace the original bit stream with a compressed bit stream composed of a header bit and a tail bit .

UTF-8 은 참고로 아래와 같이 원래 문자의 유니코드가 무엇이었느냐에 따라 1~4바이트로 달리 생성되는 특성이 있음 As a reference, UTF-8 has a characteristic that is generated in 1-4 bytes differently depending on what the original character was as follows.

Figure pat00002
Figure pat00002

2)압축기는 상기 비트단위의 원본 비트열 데이터의 최상위비트로부터 최하위 비트로 읽어가면서, 아래의 각 경우에 따라 다른 압축시나리오에 따라 압축을 한다.2) The compressor reads from the most significant bit to the least significant bit of the original bit stream data in bit units, and compresses according to different compression scenarios in each of the following cases.

[1] 원본비트열의 현재 비트 위치에서 '0' 으로 시작하는 비트열을 만날 경우( 유니코드 0~7F 영역의 문자열) [1] When a bit string starting with '0' is encountered in the current bit position of the original bit string (a string in the Unicode 0 to 7F area)

Figure pat00003
Figure pat00003

최우선 비교 비트열인 경우 For the highest priority bit string

사전1에 RAW비트열이 정의되었는지를 판단하기 전에, 매우 다빈도로 사용된다고 생각하는 2개의 8비트 문자열이 나타나면, 그 비트열을 바로 압축비트열로 바꾸어 준다Before determining whether a RAW bit string is defined in Dictionary 1, when two 8-bit strings that are considered to be used with very high frequency appear, the bit string is immediately converted into a compressed bit string.

예를들어 2개의 문자를 ; (세미콜론)(00111011) 또는 콤마 (00101100) 로 했을 경우 이 비트열들을 각각 '1110' 및 '11110' 으로 변환하여 압축한다. 세미콜론 및 공백문자가 아니어도 두개의 문자에 대하여 선정하면, 선정된 문자들의 아스키코드 비트열을 header bit '1110' 또는 '11110'으로 각각 치환하여 압축할 수 있다. 이때 tail비트는 없다. For example, two characters; In the case of (semi-colon) (00111011) or comma (00101100), these bit strings are converted to '1110' and '11110', respectively, and compressed. If two characters are selected, even if they are not semi-colon and blank characters, the ASCII code bit string of the selected characters can be compressed by substituting the header bit '1110' or '11110', respectively. At this time, there is no tail bit.

다음 읽어들일 원본 비트열의 위치는 8비트 길이 만큼 이동한뒤 다시 압축과정을 반복한다The position of the original bit string to be read next is moved 8 bits long, and then the compression process is repeated.

사전에 RAW비트열이 정의된 경우When RAW bit string is defined in advance

이 비트로부터, 사전 1 에 미리 선정하여 다빈도 문자열에 1대1로 매핑된 이 다빈도 문자열의 UTF-8 변환 데이터의 비트열(RAW)과 동일한 경우, 이 특정 비트열을 header 비트는 '0' 으로 하고, tail 비트는 사전 1에 함께 등록된 특정 압축 비트열(COMPRESSED)과 결합된 비트열로 한뒤 header 및 tail비트를 결합한 비트열로 변환하여 압축한다.From this bit, if this is the same as the bit string (RAW) of the UTF-8 conversion data of this multi-frequency string mapped in advance to the multi-frequency string by selecting in advance 1, the header bit is set to '0. 'And the tail bit is a bit string combined with a specific compressed bit string (COMPRESSED) registered together in advance 1, and then converted by compressing the header and tail bits into a combined bit stream.

다음 읽어들일 원본 비트열의 위치는 COMPRESSED 비트열의 길이 만큼 이동한뒤 다시 압축과정을 반복한다.The position of the original bit string to be read next is moved by the length of the COMPRESSED bit string, and then the compression process is repeated.

Figure pat00004
Figure pat00004

한편, Meanwhile,

이 다빈도 문구와 1:1 대응하는 압축비트열(COMPRESSED)은 통상 유니버설 코드를 사용할 수 있느나, 압축률이 우수하면서도 유일복호성을 가지는 어떠한 비트열이라도 채택가능하다.Compressed bit streams (COMPRESSED) that correspond 1: 1 with this frequent word can usually use universal codes, but any bit streams with excellent compression and unique decoding can be adopted.

사전에서, RAW 와 mapping된 COMPRESSED의 규칙은, RAW 에 해당하는 비트열길이에 비례하여, COMPRESSED 비트열의 길이를 대응시키는 방법도 있고, 다빈도로 출현하는 RAW에 짧은 길이의 COMPRESSED 비트열을 대응시키는 규칙등 다양하게 존재할수 있다.In the dictionary, the rule of COMPRESSED mapped with RAW is a method of matching the length of the COMPRESSED bit string in proportion to the length of the bit string corresponding to the RAW, and the rule of matching the COMPRESSED bit string of a short length to the RAW appearing with frequent frequency. And so on.

사전에 RAW비트열이 정의되지 않은 경우RAW bit string is not defined beforehand

한편, '0'으로 시작하는 원본비트열에서, 사전 1에 정의된 RAW 비트열을 찾을수 없는 경우에는, '0'위 위치 다음비트에서 7비트를 읽어서 On the other hand, if the RAW bit string defined in dictionary 1 cannot be found in the original bit stream starting with '0', 7 bits are read from the next bit after the '0' position.

header 비트를 '110' 으로 하고 tail 비트는 상기 읽은 7비트를 연결하여 압축데이터로 한다. The header bit is set to '110' and the tail bit is compressed data by concatenating the read 7 bits .

Figure pat00005
Figure pat00005

다음 읽어들일 원본 비트열의 위치는 8 비트 길이 만큼 이동한뒤 다시 압축과정을 반복한다.The position of the original bit string to be read next is moved 8 bits long, and then the compression process is repeated.

<2> 원본 비트열 현재위치에서 '1110' 으로 시작하는 비트열인 경우<2> Original bit string In the case of a bit string starting with '1110' from the current position

Figure pat00006
Figure pat00006

사전에 RAW비트열이 정의된 경우When RAW bit string is defined in advance

이 비트로부터, 사전 2 에 미리 선정하여 다빈도 문자열에 1대1로 매핑된 이 다빈도 문자열의 UTF-8 변환 데이터의 비트열(RAW)과 동일한 경우, 이 특정 비트열을 header 비트는 '10' 으로 한고 tail 비트는 미리 사전 2에 함께 등록된 특정 압축 비트열(COMPRESSED)로 하여 header 와 tail이 결합된 비트열로 치환하도록 한다. 다음 읽어들일 원본 비트열의 위치는 COMPRESSED 비트열의 길이 만큼 이동한뒤 다시 압축과정을 반복한다.From this bit, if this is the same as the bit string (RAW) of the UTF-8 conversion data of this multi-frequency string mapped in advance to the multi-frequency string by selecting it in advance 2, the header bit is '10 'And the tail bit is set as a specific compressed bit string (COMPRESSED) previously registered together in dictionary 2, and the header and tail are replaced with the combined bit stream. The position of the original bit string to be read next is moved by the length of the COMPRESSED bit string, and then the compression process is repeated.

Figure pat00007
Figure pat00007

사전에 RAW비트열이 정의되지 않은 경우RAW bit string is not defined beforehand

한편, '1110'으로 시작하는 원본비트열에서, 사전 2 정의된 RAW 비트열을 찾을수 없는 경우에는, '1110' 위치 다음 비트에서 4비트를 읽고, 다시 2비트를 건너뛰고 6비트를 읽고 또 다시 2비트를 건너뛴뒤 6비트를 읽어서 총 16비트를 읽어서( 아래 UTF-8 코드구조 참고)On the other hand, in the original bit string starting with '1110', if the predefined 2 RAW bit string cannot be found, 4 bits are read from the bit after the '1110' position, the 2 bits are skipped again, and the 6 bits are read again. After skipping 2 bits, 6 bits are read to read a total of 16 bits (see UTF-8 code structure below).

Figure pat00008
Figure pat00008

header 비트를 '1111110' 으로 tail 비트로 상기 읽은 16비트를 연결하여 압축데이 터로 한다. The header bit is '1111110' and the tail bit is connected to the read 16 bits to be compressed data .

다음 읽어들일 원본 비트열의 위치는 24비트 길이 만큼 이동한뒤 다시 압축과정을 반복한다The position of the original bit string to be read next is moved 24 bits long, and then the compression process is repeated.

<3> 원본 비트열 현재위치에서 '110'으로 시작하는 비트열일 경우<3> Original bit string In the case of a bit string starting with '110' from the current position

Figure pat00009
Figure pat00009

위의 유니코드 80~7FF 에 해당하는 문자의 비트열이 원본비트열인데, 별도The bit string of the characters corresponding to the above Unicode 80 ~ 7FF is the original bit string, but

의 사전을 생성치 않기로 한다면, header 비트는 '111110' 으로 하고, tail 비트는 현재 원본비트열 위치에서, 3비트를 이후에 5비트 및 이후 2비트를 건너 뛰고 6비트와 결합한 11비트의 tail 비트를 얻고, header-bit와 tail bit를 결합하여 압축비트열로 한다.If you decide not to create a dictionary of, the header bit is set to '111110', and the tail bit is the tail bit of 11 bits combined with 6 bits , skipping 5 bits and 2 bits after, 3 bits at the current original bit string position. And a header bit and tail bit are combined to be a compressed bit string.

Figure pat00010
Figure pat00010

다음 읽어들일 원본 비트열의 위치는 16 비트 만큼 이동한뒤 다시 압축과정을 반복한다.The position of the original bit string to be read next is moved by 16 bits, and then the compression process is repeated.

<3> 원본 비트열 현재위치에서 '11110' 으로 시작하는 비트열일 경우<3> Original bit string In the case of a bit string starting with '11110' from the current position

Figure pat00011
Figure pat00011

위의 유니코드 10000~10FFFF 에 해당하는 문자의 비트열이 원본비트열인데, 별도The bit string of the characters corresponding to Unicode 10000 ~ 10FFFF above is the original bit string, but

의 사전을 생성치 않기로 한다면, header 비트는 '11111111' 으로 하고, tail 비트는 현재 원본비트열 위치에서, 5비트를 이후에 3비트 및 이후 2비트를 건너뛰고 6비트, 다시 2비트를 건너 뛰고 6비트, 또다시 2비트를 건너 뛰고 6비트와 결합한 21비트의 tail 비트를 얻고, header-bit와 tail bit를 결합하여 압축비트열로 한다. If you do not want to create a dictionary of, the header bit is set to '11111111', the tail bit is from the current original bit string position, 5 bits are skipped after 3 bits and 2 bits thereafter, and 6 bits are skipped again. By skipping 6 bits and 2 bits again, 21 bits of tail bits combined with 6 bits are obtained, and header-bit and tail bits are combined to form a compressed bit stream.

Figure pat00012
Figure pat00012

다음 읽어들일 원본 비트열의 위치는 32 비트 만큼 이동한뒤 다시 압축과정을 반복한다.The position of the original bit string to be read next is moved by 32 bits, and then the compression process is repeated.

<<<<압축된 일정정보의 Base64 URL encoding >>>><<<< Base64 URL encoding of compressed schedule information >>>>

상기 압축과정을 통해 얻어진 바이트 배열을 공지의 압축알고리즘을 이용하여 한번 더 압축한뒤, 압축하여 생성된 바이트 배열을 Base64 URL 부호화방식으로 하여 URL 문자구성표준에 맞도록 변환한다. The byte array obtained through the compression process is compressed once more using a known compression algorithm, and then the byte array generated by compression is converted to conform to URL character composition standards by using Base64 URL encoding.

참고로 바이트 배열을 Base 64 url string으로 변화시, 3바이트 ==> 4바이트로 약 33% 크기가 증가하는데 본 발명의 압축알고리즘을 통해 이러한 효과를 최소화할수 있다.For reference, when the byte array is changed to a Base 64 url string, the size increases by about 33% to 3 bytes ==> 4 bytes, and this effect can be minimized through the compression algorithm of the present invention.

상기 base64 url string을 query string parameter로 하여 get방식으로 QR생성 서버의 url 에 결합하여 생성된 문자열을 QR코드에 최종적으로 담아서 QR코드를 생성한다.Using the base64 url string as a query string parameter, a QR code is generated by finally putting the generated string in the QR code by combining it with the url of the QR generation server using the get method.

아래와 같은 형태의 get방식으로 전달하는 URL을 QR코드에 담는 방식이다.This is a method of storing the URL delivered in the get method of the following form in the QR code.

Figure pat00013
Figure pat00013

<<<< 일정정보 구성데이터의 압축해제방법 및 ical 파일 생성방법 >>><<<< How to decompress schedule information configuration data and create ical file >>>

상기와 같은 QR코드를 사용자 모바일등으로 인식하여 Recognize the QR code as described above with your mobile

웹서버로 get방식으로 URL이 호출되면, 웹서버측에선 인수로 넘겨받은 base64 url string형식의 압축데이터를 상기 압축과정의 역과정을 통해 decoding하여 일정 기본 정보 문자열을 복원한다.When the URL is called by the get method to the web server, the web server side decodes the compressed data in the form of base64 url string passed as an argument through the reverse process of the compression process to restore a certain basic information string.

복원된 문자열은 일정등록 측과 약속된 문자열 파싱방식에 따라, ics 파일 국제표준규격에 따라 해당 파싱정보를 적절한 ics 파일국제규격에 따라 처리하여 ics파일을 생성한다.The restored character string is processed according to the international standard of ics file according to the string parsing method promised by the schedule registrar, and the ics file is generated by processing the parsing information according to the appropriate ics file international standard.

Figure pat00014
Figure pat00014

웹서버에서는 이렇게 실시간으로 생성된 ics 파일을 사용자에게 file 형태로 response하면, 모바일기기등에서는 ics파일을 모바일 운영체제에서 알아서, 인식하여 calendar 앱을 구동하는등의 조치가 이루어지고여기서 사용자는 일정을 자동등록 할수 있게 된다.When the web server responds to the ics file generated in real time in the form of a file to the user, the mobile device, etc., recognizes the ics file in the mobile operating system and recognizes it to start the calendar app. You will be able to register.

Claims (1)

국내우선권주장출원의 선출원 기초출원으로서 별도의 청구범위를 기재하지 아니함.As a basic application for a domestic priority claim, the separate claims are not specified.
KR1020180120135A 2018-10-10 2018-10-10 AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data KR20200040365A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180120135A KR20200040365A (en) 2018-10-10 2018-10-10 AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180120135A KR20200040365A (en) 2018-10-10 2018-10-10 AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data

Publications (1)

Publication Number Publication Date
KR20200040365A true KR20200040365A (en) 2020-04-20

Family

ID=70467261

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180120135A KR20200040365A (en) 2018-10-10 2018-10-10 AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data

Country Status (1)

Country Link
KR (1) KR20200040365A (en)

Similar Documents

Publication Publication Date Title
US5844508A (en) Data coding method, data decoding method, data compression apparatus, and data decompression apparatus
US7013425B2 (en) Data processing method, and encoder, decoder and XML parser for encoding and decoding an XML document
CN101783788B (en) File compression method, file compression device, file decompression method, file decompression device, compressed file searching method and compressed file searching device
US20090115646A1 (en) Data processing system and method
CA2514832A1 (en) System and method for compression of wireless applications expressed in a structured definition language
KR20010078015A (en) Data compression apparatus, database system, data communication system, data compression method, storage medium and program transmission apparatus
KR101610609B1 (en) Data encoder, data decoder and method
JPH09321633A (en) Information address conversion method, information address converter and information retrieval system
CN107561564B (en) A kind of compression implementation method of big-dipper satellite information transmission
CN101729075A (en) Data compression method, data compression device, data decompression method and data decompression device
JP4168946B2 (en) Document data encoding or decoding method and program thereof
US20070273564A1 (en) Rapidly Queryable Data Compression Format For Xml Files
Saravanan et al. Enhancing efficiency of huffman coding using Lempel Ziv coding for image compression
EP1266455A1 (en) Method and apparatus for optimized lossless compression using a plurality of coders
KR102393743B1 (en) Encoder, decoder and method using mode symbols
US7023365B1 (en) System and method for compression of words and phrases in text based on language features
KR20200040365A (en) AUTO SCHEDULE REGISRATION BY QR code using compression algorithm for schedule data
US7571152B2 (en) Method for compressing and decompressing structured documents
Shanmugasundaram et al. Text preprocessing using enhanced intelligent dictionary based encoding (EIDBE)
JPWO2010067897A1 (en) Data compression apparatus, data compression method, data compression program, and compressed data communication system
Rincy et al. Preprocessed text compression method for Malayalam text files
JPH10341345A (en) Image data processing system
JP2003044459A (en) Method for compressing and exchanging structured data
Li et al. Compression strategy of structured text based on prior dictionary for data distribution system
Das et al. Design an Algorithm for Data Compression using Pentaoctagesimal SNS