Matthias Schiffer
2dd8a700ca
package: avoid use of GLUONDIR variable
2017-01-17 21:22:58 +01:00
lemoer
8e8f794c24
gluon-neighbour-info: improve verbosity on wrong cli parameters ( #829 )
...
gluon-neighbour-info: improve verbosity on wrong cli parameters
2016-07-25 15:52:27 +02:00
Jan-Tarek Butt
1c1f490527
Minify all Lua code
2016-07-10 20:14:25 +02:00
Matthias Schiffer
4658afb2c6
gluon-core: commit all UCI configs at the end
...
Avoid commiting configs inbetween to decrease number of flash writes.
Fixes #714 .
2016-04-02 18:56:45 +02:00
Jan-Philipp Litza
5bb4316f71
gluon-neighbour-info: Open firewall on WAN for respondd replies
...
If the query was via multicast, the response isn't matched by
--state ESTABLISHED,RELATED
This fixes #619
2016-02-02 13:06:54 +01:00
Matthias Schiffer
fa504dae8d
gluon-neighbour-info: simplify and fix timeout calculation
...
The timeout was calculated incorrectly (in each iteration the span between
the start time and the current time was substracted from the timeout
again), and would often become negative, causing warnings in the kernel
log.
2015-12-18 17:46:24 +01:00
Matthias Schiffer
a3155c427a
gluon-neighbour-info: fix a few compiler warnings
2015-12-18 17:46:24 +01:00
Matthias Schiffer
d3bc707caa
gluon-neighbour-info: flush after writing the HTTP header
...
sse-multiplex likes to get the header as fast as possible.
2015-12-18 17:46:24 +01:00
Jan-Philipp Litza
d2ff7d5c22
gluon-neighbour-info: Add -l and -c parameter, make event type for -s configurable
2015-10-15 01:49:20 +02:00
Jan-Philipp Litza
9f91a5f841
gluon-neighbour-info: Support sub-second timeout
2015-07-09 20:18:11 +02:00
Hans-Werner Hilse
66060cf08a
gluon-neighbour-info: Do not use error()
...
error() is a glibc specific function and should not be used in
code meant to be portable.
2015-07-06 09:37:22 +02:00
Nils Schneider
abcc86bf8f
gluon-neighbour-info: global timeout
2014-09-06 15:40:03 +02:00
Nils Schneider
0222f342af
gluon-neighbour-info: newlines between responses
2014-09-06 14:10:43 +02:00
Nils Schneider
b969f3e644
gluon-neighbour-info: cleanup, use recv instead of recvfrom
2014-09-06 14:02:19 +02:00
Nils Schneider
fe57f93bc7
gluon-neighbour-info: query direct neighbours
...
This is a simple client for gluon-announced.
2014-08-28 18:48:57 +02:00