gluon-packages/net/respondd/src
Linus Lüssing 49604ce507 respondd: add provider "respondd-providers" to list registrations
Add an internal respondd provider "respondd-providers" which allows a
respondd querier to query which providers are registered on a node.
Example output:

{
	"respondd-providers": [
		"neighbours",
		"nodeinfo",
		"statistics",
		"statistics-extended"
	]
}

This can be useful for providers which are known to be bulky, where the
actual data is better queried via HTTP/TCP instead. But where such a
provider is only present on a few nodes, so you'd want to avoid
trying each node via HTTP.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
2022-03-22 02:06:38 +01:00
..
CMakeLists.txt respondd: use C modules instead of Lua to provide data 2016-02-02 06:36:39 +01:00
FindJSON_C.cmake respondd: use C modules instead of Lua to provide data 2016-02-02 06:36:39 +01:00
miniz.c respondd: miniz: fix -Wmisleading-indentation warning 2019-04-21 17:30:57 +02:00
respondd.c respondd: add provider "respondd-providers" to list registrations 2022-03-22 02:06:38 +01:00
respondd.h respondd: use C modules instead of Lua to provide data 2016-02-02 06:36:39 +01:00