From acba07cd5de2e69fc897bc73f82744f6ce7687d4 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:53:46 -0500 Subject: [PATCH] Update lightpush.md --- waku/standards/core/19/lightpush.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/waku/standards/core/19/lightpush.md b/waku/standards/core/19/lightpush.md index b11ae50..2f00a06 100644 --- a/waku/standards/core/19/lightpush.md +++ b/waku/standards/core/19/lightpush.md @@ -13,15 +13,16 @@ contributors: ## Abstract +This specification describes the Waku lightpush protocol used with resource restricted devices. ## Motivation -Resource-retricted nodes (light nodes) with short connection windows and -limited bandwidth wish to publish messages into the [64/WAKU-NETWORK](). +There is a need for resource-retricted nodes with short connection windows and +limited bandwidth to publish messages to the [64/WAKU-NETWORK](/waku/standards/core/64/network.md). Additionally, -there is sometimes a need for confirmation +there is a need for confirmation that a message has been received "by the network" -(here, at least one node). +(this specification demonstrates at least one node). This specification addresses these `19/WAKU2-LIGHTPUSH` is a request/response protocol for this.