Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually testing respondd #239

Open
rdiez opened this issue Jun 5, 2020 · 1 comment
Open

Manually testing respondd #239

rdiez opened this issue Jun 5, 2020 · 1 comment
Labels

Comments

@rdiez
Copy link

rdiez commented Jun 5, 2020

I am trying to troubleshoot my Gluon node not appearing on the Freifunk map. This is a rather common problem, especially after some recent changes to Gluon.

In the process, I wanted to check that respondd is working properly. So I wanted to test it from the command line. I got as far as this:

printf "GET nodeinfo" | socat STDIO UDP6-DATAGRAM:[fe80::5054:ff:fe12:3456]:1001

The trouble is, the data returned is compressed. How can I decompress it with command-line tools? "gunzip -d" does not work. Some people suggest using "openssl zlib -d" or some other such tool, but I could not find anything readily available on Gluon.

I would like to improve respondd's documentation with the information collected here.

@belzebub40k
Copy link
Contributor

Use nodeinfo instead of GET nodeinfo to get uncompressed data.

https://gluon.readthedocs.io/en/latest/features/monitoring.html#gluon-respondd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants