Go to file
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
admin pretty-hostname: instantly apply hostname 2022-01-20 11:05:35 +01:00
libs lua-jsonc: add host build support 2021-06-09 21:30:39 +02:00
net respondd: add provider "respondd-providers" to list registrations 2022-03-22 02:06:38 +01:00
utils Merge pull request #212 from TDT-AG/pr/20190211-micrond 2019-11-20 14:02:14 +01:00
.gitignore Add .gitignore 2013-09-28 19:45:19 +02:00