public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] Broadcasting of GPS-coordinates?
@ 2012-11-04 15:32 Rene Bartsch
  2012-11-04 15:39 ` Sven Eckelmann
  2012-11-04 16:52 ` Ray Gibson
  0 siblings, 2 replies; 5+ messages in thread
From: Rene Bartsch @ 2012-11-04 15:32 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi,

I'm new to B.A.T.M.A.N, so a "Hello" to all! :)

Does B.A.T.M.A.N support some kind of broadcasting node positions?

The idea is to broadcast TX-Power/RX-Gain and the position of a node
determined by a GPS-device to create maps with network coverage.

Is that possible anyhow?

Regards,

Renne

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

* Re: [B.A.T.M.A.N.] Broadcasting of GPS-coordinates?
  2012-11-04 15:32 [B.A.T.M.A.N.] Broadcasting of GPS-coordinates? Rene Bartsch
@ 2012-11-04 15:39 ` Sven Eckelmann
  2012-11-07 16:21   ` Simon Wunderlich
  2012-11-04 16:52 ` Ray Gibson
  1 sibling, 1 reply; 5+ messages in thread
From: Sven Eckelmann @ 2012-11-04 15:39 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

On Sunday 04 November 2012 16:32:00 Rene Bartsch wrote:
> Does B.A.T.M.A.N support some kind of broadcasting node positions?
> 
> The idea is to broadcast TX-Power/RX-Gain and the position of a node
> determined by a GPS-device to create maps with network coverage.

No, batman-adv and batmand don't support this kind of semantic data exchange. 
But the new daemon alfred is (will be?) flexibible enough to do these kind of 
things together with batman-adv. Maybe you can ask Simon and help him to 
create alfred.

Kind regards,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [B.A.T.M.A.N.] Broadcasting of GPS-coordinates?
  2012-11-04 15:32 [B.A.T.M.A.N.] Broadcasting of GPS-coordinates? Rene Bartsch
  2012-11-04 15:39 ` Sven Eckelmann
@ 2012-11-04 16:52 ` Ray Gibson
  2012-11-04 19:49   ` Rene Bartsch
  1 sibling, 1 reply; 5+ messages in thread
From: Ray Gibson @ 2012-11-04 16:52 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

I'm doing this with my nodes but I have a garmin receiver hooked up to a 
serial port on a routerstation pro, and using a combination of cat, sed, 
awk, bc, and tail to get determine the coordinates and wget to post them 
to another server that handles the mapping. Pretty simple actually.

Ray



On 11/4/2012 7:32 AM, Rene Bartsch wrote:
> Hi,
>
> I'm new to B.A.T.M.A.N, so a "Hello" to all! :)
>
> Does B.A.T.M.A.N support some kind of broadcasting node positions?
>
> The idea is to broadcast TX-Power/RX-Gain and the position of a node
> determined by a GPS-device to create maps with network coverage.
>
> Is that possible anyhow?
>
> Regards,
>
> Renne




This communication constitutes an electronic communication within the meaning of the Electronic Communications Privacy Act, 18 USC 2510, and its disclosure is strictly limited to the recipient intended by the sender of this message. This e-mail and any files transmitted with it are proprietary and intended for the sole use of the individual or entity to whom they are addressed. They are not to be viewed, shared, copied or forwarded, regardless to whom, without the expressed permission of Future Concepts I.S., Inc. If you have received this e-mail in error, please notify the sender and immediately delete it from your system. Thank you.


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

* Re: [B.A.T.M.A.N.] Broadcasting of GPS-coordinates?
  2012-11-04 16:52 ` Ray Gibson
@ 2012-11-04 19:49   ` Rene Bartsch
  0 siblings, 0 replies; 5+ messages in thread
From: Rene Bartsch @ 2012-11-04 19:49 UTC (permalink / raw)
  To: b.a.t.m.a.n

That's an option, of course.

But centralized servers are a single point of failure. So my idea is
any node broadcasts his GPS position with TX- and RX-Gain. Any node
can e.g. use a transparent HTTP-proxy to provide a map to the LAN
attached. In case of a Google Maps overlay, each node can be displayed
on the map with a coverage radius calculated by TX-/RX-gain. By using
the "navigator.geolocation.getCurrentPosition".tag the map can be
centered to the current position of the HTTP-client. Info-boxes on the
nodes can use the RX-/TX-gain of the mouse-over-node and the
HTTP-client to show the theoretically maximum link speed. That would
improve nomadic use und finding gaps in network coverage. The
geographic positions can also be use to optimize routing and
beam-forming, e.g. calculating vector and distance of the first
fresnel zone of the next node.

Regards,

Renne


Am 04.11.2012 18:53:11, schrieb Ray Gibson:

I'm doing this with my nodes but I have a garmin receiver hooked up to a
serial port on a routerstation pro, and using a combination of cat, sed,
awk, bc, and tail to get determine the coordinates and wget to post them
to another server that handles the mapping. Pretty simple actually.

Ray



On 11/4/2012 7:32 AM, Rene Bartsch wrote:
> Hi,
>
> I'm new to B.A.T.M.A.N, so a "Hello" to all! :)
>
> Does B.A.T.M.A.N support some kind of broadcasting node positions?
>
> The idea is to broadcast TX-Power/RX-Gain and the position of a node
> determined by a GPS-device to create maps with network coverage.
>
> Is that possible anyhow?
>
> Regards,
>
> Renne




This communication constitutes an electronic communication within the
meaning of the Electronic Communications Privacy Act, 18 USC 2510, and
its disclosure is strictly limited to the recipient intended by the
sender of this message. This e-mail and any files transmitted with it
are proprietary and intended for the sole use of the individual or
entity to whom they are addressed. They are not to be viewed, shared,
copied or forwarded, regardless to whom, without the expressed
permission of Future Concepts I.S., Inc. If you have received this
e-mail in error, please notify the sender and immediately delete it
from your system. Thank you.

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

* Re: [B.A.T.M.A.N.] Broadcasting of GPS-coordinates?
  2012-11-04 15:39 ` Sven Eckelmann
@ 2012-11-07 16:21   ` Simon Wunderlich
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Wunderlich @ 2012-11-07 16:21 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]

Hello Rene, Sven,

On Sun, Nov 04, 2012 at 04:39:04PM +0100, Sven Eckelmann wrote:
> On Sunday 04 November 2012 16:32:00 Rene Bartsch wrote:
> > Does B.A.T.M.A.N support some kind of broadcasting node positions?
> > 
> > The idea is to broadcast TX-Power/RX-Gain and the position of a node
> > determined by a GPS-device to create maps with network coverage.
> 
> No, batman-adv and batmand don't support this kind of semantic data exchange. 
> But the new daemon alfred is (will be?) flexibible enough to do these kind of 
> things together with batman-adv. Maybe you can ask Simon and help him to 
> create alfred.

Yep, we have received quite a few requests to transport arbitrary information
(node gps position, host name, neighbor information, client station list, 
the weather forecast, etc ...). Actually we don't want that in batman-adv
to not bloat the kernel code, so we are currently in the process
to implement a userspace daemon to allow broadcasting this kind of data - in
a clever way, that is collect information on one (or a few) designated servers
and request from then.

This software is called A.L.F.R.E.D (Almighty Lightweight Fact Remote Exchange Daemon),
and it's still in the middle of development[1] and will not be usable for productive
use right now. As soon as it is finished, we will move the vis server to it, and it
will be possible to use for custom purposes (like your tx-power/rx-gain/... info).

I'd like to ask for a little bit more patience, we will announce a release as soon
as we consider it usable. :)

Thanks,
	Simon

[1] http://git.open-mesh.org/alfred.git

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2012-11-07 16:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 15:32 [B.A.T.M.A.N.] Broadcasting of GPS-coordinates? Rene Bartsch
2012-11-04 15:39 ` Sven Eckelmann
2012-11-07 16:21   ` Simon Wunderlich
2012-11-04 16:52 ` Ray Gibson
2012-11-04 19:49   ` Rene Bartsch

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