gardners
|
808ef53d0f
|
"node info" command can now do DNA lookups to get phone #
|
2012-04-30 15:12:31 +09:30 |
|
gardners
|
fcb329f828
|
and a fix to that last fix.
|
2012-04-30 07:08:17 +09:30 |
|
gardners
|
f20d136c9f
|
fixed passing "broadcast" to mdp ping (will now be accepted in other
places that want a SID as well)
|
2012-04-30 07:07:12 +09:30 |
|
gardners
|
f174912124
|
fixed sense of validateSid() to work with cli infrastructure.
(mdp ping with a SID works again now)
|
2012-04-30 07:01:21 +09:30 |
|
gardners
|
8a7d3e44f3
|
fixed bug in getmyaddrs() introduced in making "id peers" work.
|
2012-04-30 06:53:10 +09:30 |
|
gardners
|
1ebe63a470
|
cleaned up some debug output introduced during previous bug fixes.
|
2012-04-30 06:25:54 +09:30 |
|
gardners
|
c3fe7ee8e3
|
"id peers" now returns something!
|
2012-04-30 06:16:03 +09:30 |
|
gardners
|
03aa6cbf49
|
debugging output tweaks.
|
2012-04-30 06:01:34 +09:30 |
|
gardners
|
cdb8c702bd
|
fix nasty overlay_abbreviation error when sending self-announcements.
|
2012-04-30 05:57:30 +09:30 |
|
gardners
|
08cf7f9639
|
fixed some bugs in overlay mesh routing score calculation and
selfannounce ack packet formats. more remains to be done.
|
2012-04-29 13:10:54 +09:30 |
|
gardners
|
d726183808
|
cleaned up debug output.
|
2012-04-29 12:01:56 +09:30 |
|
gardners
|
c9863fe11e
|
lots of fixes to get overlay mesh routing working on linux with
real network interfaces and no dummy interfaces. neighbour discovery
now seems to work.
|
2012-04-29 11:56:47 +09:30 |
|
gardners
|
97c74654c1
|
fixed build error on centos/ubuntu linux.
|
2012-04-28 20:44:20 +09:30 |
|
gardners
|
92baae2a89
|
hopefully fixed acking of self-announcement frames when no route
to node exists.
|
2012-04-28 18:09:58 +09:30 |
|
gardners
|
6431b4fd0a
|
fixing bug with sending of self-announce acks before route has been
established.
|
2012-04-28 17:49:39 +09:30 |
|
gardners
|
5497b8fd0d
|
fixed broadcast listening bug.
|
2012-04-28 15:20:06 +09:30 |
|
gardners
|
ac5ce2b29a
|
fixed file descriptor leak.
|
2012-04-28 14:24:57 +09:30 |
|
gardners
|
07768e27f7
|
fixed macro to select when to build lsif()
|
2012-04-28 12:32:02 +09:30 |
|
gardners
|
4c498afd19
|
changed macro used to select interface listing code
|
2012-04-28 12:29:29 +09:30 |
|
gardners
|
2ab32197a7
|
Put new linux-specific interface listing routine in that is needed
for android, where the portable method isn't easily available.
|
2012-04-28 12:25:19 +09:30 |
|
gardners
|
6fad530b28
|
fixed some bugs with node info and set sid
|
2012-04-27 14:17:41 +09:30 |
|
gardners
|
47f15bf259
|
converted node info to return each record as a set of strings to
make it easier to parse from Java.
|
2012-04-27 08:27:55 +09:30 |
|
gardners
|
c191f951fa
|
added debug for termination of client socket path name.
|
2012-04-27 07:18:02 +09:30 |
|
gardners
|
ef6f2ef3d3
|
cleaned up id_self() output.
|
2012-04-27 07:17:50 +09:30 |
|
gardners
|
7f11e25922
|
added count to id self/list output to help debug calls from JNI
in batphone.
|
2012-04-27 05:58:31 +09:30 |
|
gardners
|
89c08fa2c3
|
improved diagnostics for incorrect command line invokations.
Fixed bug in servalwrap (needed to trim arg[0])
|
2012-04-26 16:59:55 +09:30 |
|
gardners
|
51d933d8e2
|
servalwrap.c now knows to use libserval instead of libdnalib
|
2012-04-26 16:50:58 +09:30 |
|
gardners
|
beb2ecbdf3
|
fixed Android.mk to have correct path to servalwrap.c
|
2012-04-26 16:43:12 +09:30 |
|
gardners
|
50c2581ae6
|
Reinstated commandline wrapper and library so that we can call
it from JAva, but don't waste 700KB on duplicating the contents
of the library in the command line control executable.
|
2012-04-26 16:39:22 +09:30 |
|
Andrew Bettison
|
7a3385112a
|
Replace bcmp() with memcmp()
|
2012-04-26 16:13:04 +09:30 |
|
Andrew Bettison
|
18eb83ebf4
|
JNI-ify "keyring list" output
|
2012-04-26 15:54:40 +09:30 |
|
Andrew Bettison
|
f868d54bad
|
ServalD.command() now accepts varargs
|
2012-04-26 15:54:40 +09:30 |
|
Andrew Bettison
|
72640ade4c
|
First output field of "rhizome list" is column count
|
2012-04-26 15:54:40 +09:30 |
|
gardners
|
e74f6ca7c2
|
fixed bugs in _node_info()
|
2012-04-26 15:48:33 +09:30 |
|
gardners
|
3532e236d9
|
fixed relevant_bytes() bug for nodeinfo messages.
|
2012-04-26 15:47:37 +09:30 |
|
gardners
|
38c240be58
|
using cli_delim() where appropriate. more work on "id self" /
"id list".
|
2012-04-26 15:47:05 +09:30 |
|
gardners
|
88ba56b68b
|
work towards "node info" command, and renamed stop/start etc to
drop node keyword, that in retrospect is not appropriate.
|
2012-04-26 07:14:01 +09:30 |
|
gardners
|
d56780852c
|
added "id peers" with maximum reuse of "id self".
|
2012-04-26 06:06:04 +09:30 |
|
gardners
|
0a3b415772
|
Further refinements to MDP_GETADDRS, and inserted code for peer
list retrieval.
|
2012-04-26 06:04:19 +09:30 |
|
gardners
|
35f231dcb0
|
preparation for allowing MDP_GETADDRS to return either local IDs,
or SIDs of peers.
|
2012-04-26 05:58:16 +09:30 |
|
gardners
|
cf2216fecf
|
"id self" now correctly does multi-packet lists for when we have
lots of identities.
|
2012-04-26 05:54:54 +09:30 |
|
gardners
|
3f81911e6f
|
fixed bugs in MDP_GETADDRS, now returns multi-packet lists properly
by setting the sub-ranges correctly.
|
2012-04-26 05:54:14 +09:30 |
|
gardners
|
44a416b969
|
added "id self" command to get all local SIDs (BatPhone needs this)
|
2012-04-26 05:48:06 +09:30 |
|
gardners
|
98c3b72cf4
|
mdp based dna lookup works now, but lacks duplicate suppression.
|
2012-04-25 20:33:25 +09:30 |
|
gardners
|
0133ea972a
|
fixed infinite loop when responding to DNA lookups.
|
2012-04-25 20:24:08 +09:30 |
|
gardners
|
a2880ada1e
|
closer to dna lookup working via mdp.
Bug to be fixed in sending replies.
|
2012-04-25 20:14:56 +09:30 |
|
gardners
|
4972da1b58
|
dna lookup via mdp nearly working.
|
2012-04-25 15:55:04 +09:30 |
|
gardners
|
f8a1ffc4c9
|
dna lookup command line utility mostly done. Now to make server
respond.
|
2012-04-25 15:24:21 +09:30 |
|
gardners
|
cd00204893
|
sending voice packets should now result in their being marked
as high priority (priority dispatch still outstanding).
|
2012-04-25 14:35:44 +09:30 |
|
gardners
|
dde520c465
|
forwarding frames preserves priority of voice packets.
voice packets now just need to be marked with the right priority...
|
2012-04-25 14:35:44 +09:30 |
|