Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
b38e945f
Commit
b38e945f
authored
10 years ago
by
Nils Schneider
Browse files
Options
Downloads
Patches
Plain Diff
docs: gluon-neighbour-info
parent
130e6abe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/features/announce.rst
+11
-7
11 additions, 7 deletions
docs/features/announce.rst
with
11 additions
and
7 deletions
docs/features/announce.rst
+
11
−
7
View file @
b38e945f
...
...
@@ -95,17 +95,21 @@ gluon-announced
`gluon-announced` allows querying neighbouring nodes for their `nodeinfo`.
It is a daemon listening on the multicast address ``ff02::2:1001`` on
UDP port 1001 on the bare mesh interfaces. There is no client yet (but it's
being developed), but you can query the information using tools like ``socat``:
UDP port 1001 on the bare mesh interfaces.
gluon-neighbour-info
~~~~~~~~~~~~~~~~~~~~
A programm called `gluon-neighbour-info` has been developed to retrieve
information from neighbours.
::
# socat - UDP6-DATAGRAM:[ff02::2:1001%wlan0-1]:1001
nodeinfo
gluon-neighbour-info -i wlan0 \
-p 1001 -d ff02:0:0:0:0:0:2:1001 \
-r nodeinfo
This output is not compressed, but that is likely to change in the future. If
you intent to use ``gluon-announced``, please contact `tcatm` in Gluon's IRC
channel.
On optional timeout may be specified, e.g. `-t 5` (default: 3 seconds).
Adding a fact
-------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment