WO2024110913A1 - Procédé de régulation et de distribution de biens et de services - Google Patents

Procédé de régulation et de distribution de biens et de services Download PDF

Info

Publication number
WO2024110913A1
WO2024110913A1 PCT/IB2023/061834 IB2023061834W WO2024110913A1 WO 2024110913 A1 WO2024110913 A1 WO 2024110913A1 IB 2023061834 W IB2023061834 W IB 2023061834W WO 2024110913 A1 WO2024110913 A1 WO 2024110913A1
Authority
WO
WIPO (PCT)
Prior art keywords
race
time
websocket
questionnaire
sending
Prior art date
Application number
PCT/IB2023/061834
Other languages
English (en)
Inventor
Davide TRUZZI
Original Assignee
Codingmoth Srl
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 Codingmoth Srl filed Critical Codingmoth Srl
Publication of WO2024110913A1 publication Critical patent/WO2024110913A1/fr

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/02Reservations, e.g. for tickets, services or events
    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]

Definitions

  • Yet another object of the present invention is to describe a method of regulation and distribution of goods and services that is fast and reduces waiting times for the user.
  • a further object of the present invention is to describe a method of regulation and distribution of goods and services that can ensure the same level of opportunity for all users.
  • a further object is to describe a method of regulation and distribution of goods and services by facilitating their organization in a queue when the volume of requests to participate in the queue increases considerably.
  • a further object is to describe a method of regulation and distribution of goods and services that can protect against illegal IT tools.
  • the method of regulation and distribution of goods and services distributed online object of the present invention brilliantly solves the aforementioned problems of the known art, in a completely advantageous and innovative way said method comprising at least one or more computer systems and including at least the phases of: PHASE 1 :
  • a race means the procedure used to draw up the positioning for online purchase obtained by remote users who participate in it or the participants (e.g. users who try to buy a ticket for a concert) said race being characterized by: o an identifier I or race name G; o a time/date of the start and end Time IF;
  • the opening of a race websocket is authorized after the time (tx) at the time (t1 ) then before the start of the race (t2) (this websocket will be better described later), in this way the authorization websocket performs the most computationally burdensome tasks before the opening of the race socket, easing the latter's task as much as possible.
  • race websocket a connection between the computer system and the user called race websocket, therefore before (t2), the connection being opened in advance of the sending of the actual race information, to minimize any discrimination due to network speed and the like, ensuring simultaneous reception of all information relating to the Participants, reducing waiting times for the user.
  • the information exchanged through the race socket with the client does not concern authorization charges, but only what is strictly necessary for the response to maximise the effectiveness of the system.
  • Client Buffer will collect the information sent by the participants through the race websocket and will be recorded/stored with a known method (e.g. FIFO) to establish the ranking of the participants;
  • the computer system reads and processes the information (identifying of each user) and subsequently;
  • the first clickbuffer will provide the data to a database for the registration of the positioning available to the system
  • the second clickbuffer by means of a second dedicated (race) websocket, will provide positioning information to each participant by dividing the data flow making the management of the race fast.
  • this questionnaire may include simple questions (e.g. a mathematical I logical I visual questionnaire);
  • said questionnaire must be kept secret, that is, inaccessible, until the actual start of the Race with which it is associated; for this reason, at the opening of the Race, the connected Participants may send their information following the resolution of the Questionnaire. To do this, however, they must wait for the reception and therefore the download of the image of the Questionnaire itself on the page; in addition to the times linked to the individual connections of the users, the massive request to the server that exposes the Questionnaire must also be considered, which would suffer, without being able to meet all the requests in good time. For this reason, advantageously, the Questionnaire is sent to the individual Participants sequentially a few moments before the actual opening of the Race (order of a few seconds).
  • the Questionnaire image even if unusable, already resides in the Participants' devices (users' browsers); at the actual opening of the Race, what will be sent will only be the decryption key (sending a few bytes) that will allow the display of the Questionnaire itself directly from the user's device. This measure radically reduces the impact on the server and waiting times, always with a view to providing a service that is as fair and equitable as possible for end users.
  • the questionnaire can also be sent, in encrypted form, from ten minutes to one minute before the actual opening of the Race.
  • a decryption key is sent, from five seconds to one second before the actual opening, which allows it to be displayed.
  • the channel for sending the questionnaire can vary and be a service that returns an image such as mqtt, http.
  • the solution is therefore innovatively to make the image of the questionnaire accessible to the user only at the moment of the start of the race through a separate submission: before the start of the race, the image of the questionnaire is sent without it being able to be displayed but in such a way that most of the weight in bits of the questionnaire can be "pre-loaded" on the participant's side and, at the time of the start of the race, the sending of a few bits for a decryption key of the questionnaire in order to allow all participants to be able to view the questionnaire without penalising waits and without the possibility of incurring in fraudulent attempts to alter the display of said questionnaire.
  • a structure called Client Buffer will collect the information sent by the participants through the race websocket and will be recorded/stored with a method known in the art as FIFO (first in - first out) in detail a stack of FIFO data has as distinct characteristics:
  • the separation of the clickbuffer for different services allows the organizer to access a fair ranking and the participant to be able to know in real time their position in the ranking.
  • the current implementation of these controls is always carried out sequentially to always ensure the order of arrival of the information of the Participants in the Race.
  • the historicization of this information is performed by a dedicated service (Reader of the first ClickBuffer) which is responsible for persistently saving the ordered list of requests, then the actual placement within a database. The positioning of each Participant will therefore be available to the organizer, clearly with visibility limited to the results of the Race under their management.
  • the second ClickBuffer is for the consumption of a further service with the purpose, as anticipated, of forwarding the results to the Participants connected to the service. By means of the open connection to the authorization websocket of the individual reference Participant, their Ranking for the Race in question is sent back to them in the form of a notification.
  • authorization websocket it is the first websocket to which a connection is opened, verifies the presence of the token assigned to the Participant (in the case of Race Type Y) and in general carries out the security checks necessary to continue with the actual participation in the Race itself. If the connected user passes the controls, the connection to the second websocket will be opened.
  • the authorization websocket is also used to send notifications, as described above, and to receive the Questionnaire to be resolved;
  • the second websocket has the sole purpose of sending the information relating to the Participants of the specific Race.
  • the connection is opened in advance of sending the actual information, to minimize any discrimination due to network speed and the like, ensuring simultaneous reception of all information relating to the Participants.
  • the document US 2014/164126 describes a delivery method that increases the visibility of promotional products and generates new sales.
  • the method is flexible and can be adapted to the specific needs of a company.
  • Fig.1 shows in schematic form the steps characterising this method of regulation and distribution of goods and services.
  • Client Buffer will collect the information sent by the participants through the race websocket and will be recorded I stored with a method known in the art as FIFO (first in - first out) to establish the ranking of the participants
  • the first clickbuffer will provide the data to a database for the registration of the positioning available to the system
  • the second clickbuffer by means of a second dedicated (race) websocket, will provide positioning information to each participant.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • Theoretical Computer Science (AREA)
  • Tourism & Hospitality (AREA)
  • Development Economics (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Le monde du commerce électronique et, plus généralement, la numérisation des services, se font rapidement jour et sont destinés à dominer la plupart des aspects de la vie des personnes dans un avenir proche. Ce changement implique, par conséquent, toute la société civile et les secteurs productifs ainsi que ceux liés aux communications. Toutefois, même aujourd'hui à l'ère du Web 3.0 et des réseaux mondiaux fondés sur l'utilisation d'applications d'apprentissage automatique et d'intelligence artificielle, le processus de numérisation de services commerciaux et de services axés sur les personnes ne suit pas les besoins du marché et de la société. En particulier, la présente invention décrit un procédé innovant permettant de rendre la gestion de courses d'achat en ligne plus rationalisée et plus honnête pour les participants, ce qui permet d'éviter des problèmes de ralentissement ou de surcharge sur les sites et d'assurer le maintien de l'ordre d'arrivée correct des participants.
PCT/IB2023/061834 2022-11-24 2023-11-23 Procédé de régulation et de distribution de biens et de services WO2024110913A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
IT202200024270 2022-11-24
IT102022000024270 2022-11-24

Publications (1)

Publication Number Publication Date
WO2024110913A1 true WO2024110913A1 (fr) 2024-05-30

Family

ID=85172605

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2023/061834 WO2024110913A1 (fr) 2022-11-24 2023-11-23 Procédé de régulation et de distribution de biens et de services

Country Status (1)

Country Link
WO (1) WO2024110913A1 (fr)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120117129A1 (en) * 2010-11-04 2012-05-10 Wang Chia-Chin Data distribution system and method thereof
US8296417B1 (en) * 2008-07-29 2012-10-23 Alexander Gershon Peak traffic management
US20140164126A1 (en) * 2005-05-20 2014-06-12 Frank C. Nicholas Method and system for product delivery
US20160378998A1 (en) * 2015-06-23 2016-12-29 Erybo Incorporated System configurations for encryption of contest data parts

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140164126A1 (en) * 2005-05-20 2014-06-12 Frank C. Nicholas Method and system for product delivery
US8296417B1 (en) * 2008-07-29 2012-10-23 Alexander Gershon Peak traffic management
US20120117129A1 (en) * 2010-11-04 2012-05-10 Wang Chia-Chin Data distribution system and method thereof
US20160378998A1 (en) * 2015-06-23 2016-12-29 Erybo Incorporated System configurations for encryption of contest data parts

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WEBSOCKET JAKARTA: "Jakarta WebSocket Specification", 20 July 2020 (2020-07-20), XP093052169, Retrieved from the Internet <URL:https://jakarta.ee/specifications/websocket/2.0/websocket-spec-2.0.pdf> [retrieved on 20230606] *

Similar Documents

Publication Publication Date Title
US8566472B2 (en) Password protection system and method
KR100843648B1 (ko) 프라이버시 및/또는 개인 정보에 기반한 정보 컨텐츠 분배방법
US7472074B1 (en) Method and apparatus for a commercial network system designed to facilitate buyer-driven conditional purchase offers
CA2806607C (fr) Systeme, methode et programme informatique pour permettre la signature et la dedicace d&#39;objets d&#39;information
US20030229893A1 (en) Multiple response means for interactive advertising and information systems
US20060031899A1 (en) Methods for augmenting subscription services with pay-per-use services
US20020049914A1 (en) Electronic service system using safe user information management scheme
JP2002520742A (ja) チケット再分配システム
JP2003526833A (ja) グローバル時間同期システム、装置および方法
JP2005505836A (ja) チケット交換システム及び動作方法
WO2006113275A2 (fr) Appareil, systeme et procede destines a faciliter la communication electronique basee sur un contact personnel
US20100023412A1 (en) Electronic Commerce Method and License Registration Check Server Used for the Same
JP2003520361A (ja) ウェブサイトへのパーソナル化アクセス
JP2007058353A (ja) 電子商取引システム、決済方法、データベースの更新方法、決済代行プログラム、データベース更新プログラム
EP2782060A1 (fr) Système et procédé d&#39;achat pour acheter au moyen de codes graphiques bidimensionnels
CA3138673A1 (fr) Systeme de paiement en ligne
JP2002170070A (ja) プレゼンテーション資料公開システム,プレゼンテーション資料公開サーバ,プレゼンテーション資料公開方法およびプレゼンテーション資料公開プログラムの記憶媒体
US20020087474A1 (en) Electronic commerce system, electronic commerce method and storage medium
WO2024110913A1 (fr) Procédé de régulation et de distribution de biens et de services
JP2000209562A (ja) 課金装置、情報伝送システム、課金方法、及び記憶媒体
WO2001033445A1 (fr) Procede de distribution d&#39;informations de remuneration
JP2002007732A (ja) コンテンツ提供システムおよびコンテンツ提供方法
JP2003256593A (ja) ネットアイデンティティ・マーク発行/管理システム及び発行/管理装置それに用いる方法
KR100811425B1 (ko) 전자상거래 시스템에서 지불 데이터 자동 분류를 이용한지불시스템 및 그 방법
JP6619114B1 (ja) チケット管理システムおよびプログラム