public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [RFC 0/3] GSOC 2012: bandwidth meter project
@ 2012-08-09 12:15 Edo Monticelli
  2012-08-09 12:15 ` [B.A.T.M.A.N.] [RFC 1/3] batman-adv: bandwidth meter implementation Edo Monticelli
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Edo Monticelli @ 2012-08-09 12:15 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi,

I have almost completed my Google Summer of Code project and I'd like to have a
feedback from the batman community. The project is a kernel-space bandwidth
meter, a lightweight tool to measure network performance between batman nodes.
You can find a general project description in the project wiki page:

http://www.open-mesh.org/projects/batman-adv/wiki/GSOC2012_BW

Any advice is welcome,
Edo Monticelli


Edo Monticelli (3):
  batman-adv: bandwidth meter implementation
  batman-adv: sender retransmission counter
  batman-adv: seqnumber is wrap around safe

 Makefile         |    2 +-
 Makefile.kbuild  |    1 +
 bw_meter.c       |  531 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 bw_meter.h       |    7 +
 icmp_socket.c    |   18 ++
 main.c           |    2 +
 packet.h         |   22 ++-
 routing.c        |   15 ++-
 soft-interface.c |    5 +
 types.h          |   38 ++++
 10 files changed, 634 insertions(+), 7 deletions(-)
 create mode 100644 bw_meter.c
 create mode 100644 bw_meter.h

-- 
1.7.8.6


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-08-13  9:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-09 12:15 [B.A.T.M.A.N.] [RFC 0/3] GSOC 2012: bandwidth meter project Edo Monticelli
2012-08-09 12:15 ` [B.A.T.M.A.N.] [RFC 1/3] batman-adv: bandwidth meter implementation Edo Monticelli
2012-08-12 12:20   ` Sven Eckelmann
2012-08-13  9:07     ` Sven Eckelmann
2012-08-13  9:14   ` Sven Eckelmann
2012-08-09 12:15 ` [B.A.T.M.A.N.] [RFC 2/3] batman-adv: sender retransmission counter Edo Monticelli
2012-08-09 12:15 ` [B.A.T.M.A.N.] [RFC 3/3] batman-adv: seqnumber is wrap around safe Edo Monticelli
2012-08-10 13:44 ` [B.A.T.M.A.N.] [RFC 0/3] GSOC 2012: bandwidth meter project Simon Wunderlich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox