We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it seems as if yanic query doesn't allow to set a destination port and instead alwas 1001 is beeing used.
yanic query
For testing purposes it would be great if a option would be available to query devices on another port.
I only see a --port flag which can be used to change the source port.
--port
The text was updated successfully, but these errors were encountered:
In yanic query, we land here:
yanic/respond/collector.go
Lines 225 to 228 in 35e9253
so we need to allow setting a port param to this function and the queryCmd for this to work
Sorry, something went wrong.
thats correct, we need therefore a bypass of parameter ...
current i am to lazy for developing it, sry. every component on freifunk use this port, so i will focus on more importent things ...
but i will review and merge it, if some else develop it. i believe it is an good first issue.
No branches or pull requests
Currently it seems as if
yanic query
doesn't allow to set a destination port and instead alwas 1001 is beeing used.For testing purposes it would be great if a option would be available to query devices on another port.
I only see a
--port
flag which can be used to change the source port.The text was updated successfully, but these errors were encountered: