Hi Sven,
That's great - the vis server compiled and ran perfectly. I'll try it out with a few test nodes now.
thanks very much
Derek
On Mon, November 17, 2008 9:44 am, Sven Eckelmann wrote:
On Monday 17 November 2008 09:50:38 Derek C wrote:
Hi all,
Is there any links re: a batman visualization server? (servers themselves and/or the visualization protocol format?)
Sry, but I don't understand what you want here. Ok, I will add informations for the stuff in the parenthesis.
For downloads see https://dev.open-mesh.net/batman/wiki/Download
Specification does only exist in form of the source code. The nodes will only send their current neighbors and quality informations to the vis server over udp (port 4307) The format of the packets is not really complex.
The basic packet has a header which looks like that: address sender_ip; /* 4 bytes network byte order */ guint8 version; /* currently 23 */ guint8 gw_class; /* encoding: http://tools.ietf.org/html/draft-openmesh-b-a-t-m-a-n-00#section-7.1 */ guint8 tq_max; /* maximum transmission quality */
After the header are n data chunks which looks always like: guint8 type; /* 1 - NEIGH; 2 - SEC_IF; HNA - 3 */ guint8 data; /* (type == NEIGH) transmission quality between two nodes (type == HNA) current netmask */ address ip; /* 4 bytes network byte order - address of the host which link (sender_ip -> ip) is described here */
I've seen a link to https://www.open-mesh.net/batman/vis but I've noticed that (generally) links to open-mesh.net seem to all give 404s.
Yes, the page was removed (only some screenshots on it and nobody created a HTTP 301 Moved Permantly rewrite for it. Maybe somebody could add following to the .htaccess inside the folder for https://www.open-mesh.net/batman/ (or configure the apache otherwise): RewriteEngine On RewriteRule .* https://dev.open-mesh.net/batman/ [R=301,L]
Take a look at http://web.archive.org/web/20080109231515/http://open-mesh.net/batman/vis for the old page.
Best regards, Sven Eckelmann _______________________________________________ B.A.T.M.A.N mailing list B.A.T.M.A.N@open-mesh.net https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n