From 24bb2bf5af59c19eb83fcf87f9c56ec851d7828e Mon Sep 17 00:00:00 2001
From: Pau Escrich <p4u(a)dabax.net>
Date: Mon, 20 Jan 2014 12:00:20 +0000
Subject: [PATCH] Add wireless plugin to Makefile
Signed-off-by: Pau Escrich <p4u(a)dabax.net>
---
libremap-agent/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libremap-agent/Makefile b/libremap-agent/Makefile
index a65d3f5..d9f8131 100644
--- a/libremap-agent/Makefile
+++ b/libremap-agent/Makefile
@@ -72,7 +72,7 @@ $(eval $(call BuildPlugin,freifunk,Freifunk,))
$(eval $(call BuildPlugin,location,location,))
$(eval $(call BuildPlugin,olsr,olsr,))
$(eval $(call BuildPlugin,system,system,))
-
+$(eval $(call BuildPlugin,wireless,wireless,))
define Package/libremap-agent
SECTION:=utilities
--
1.7.10.4
On 18/01/14 14:14, Pau wrote:
Ok. I did not see this "Link quality"
option. Thanks!
I have not sent the push request but I can do it if you want. Actually
it was you who find the missing line in Makefile, so I think the commit
should have your name. But up to you!
Cheers
On 18/01/14 01:06, Nicolás Echániz wrote:
Pau, The web interface has a quality filter
enabled by default and it's
set to 0.5. Your links have 0.25 quality so they do not show. Untick the
filter checkbox and you'll see them.
Work still needs to be done on this defaults, and per-user/per-community
configuration.
I've initially set this Quality values to the same scale ubiquiti uses
for their leds.
Did you send a pull request in github for the Makefile?
cheers,
Nico
El 17/01/14 07:23, Pau escribió:
Great, I've added the eval to the Makefile
and now the wireless plugin
seems to be available. Find the packets here if someone needs them: [1].
However, the wireless plugin is sending fine the information but the web
front-end does not print them [2]. Any thought on that?
Thank you for your amazing work!
[1]
http://wibed.confine-project.eu/wibed/ar71xx/packages
[2]
http://libremap.net/#bbox/41.38814697395873,2.1105659008026123,41.390412808…
On 16/01/14 22:28, Nicolás Echániz wrote:
it does exist:
https://github.com/libremap/libremap-agent-openwrt/tree/master/libremap-age…
I think the makefile:
https://github.com/libremap/libremap-agent-openwrt/blob/master/libremap-age…
is missing a line:
$(eval $(call BuildPlugin,wireless,wireless,))
maybe something else? ipkgs are not my area... gui?
meanwhile, you can copy the wireless.lua file:
https://github.com/libremap/libremap-agent-openwrt/raw/master/libremap-agen…
to the routers and enable the plugin in the config file.
cheers!
Nico
El 16/01/14 15:22, Pau escribió:
> Hi.
> I've added the libre-map agent to Wibed [1] and now some nodes appear to
> the
libremap.net web interface (in Barcelona).
>
> However the wireless plugin is not available, at least in the
> libremap-agent I'm using [2]. I wonder if this plugin exists and if not
> which are the plans to implement it. That would be a key point for
> wibed! So let me know if I can do something.
>
> Cheers.
>
> [1]
http://wiki.confine-project/wibed:start
> [2]
https://github.com/libremap/libremap-agent-openwrt
>
>
>
> _______________________________________________
> Dev mailing list
> Dev(a)lists.libre-mesh.org
>
https://lists.libre-mesh.org/mailman/listinfo/dev
>
_______________________________________________
Dev mailing list
Dev(a)lists.libre-mesh.org
https://lists.libre-mesh.org/mailman/listinfo/dev
_______________________________________________
Dev mailing list
Dev(a)lists.libre-mesh.org
https://lists.libre-mesh.org/mailman/listinfo/dev
_______________________________________________
Dev mailing list
Dev(a)lists.libre-mesh.org
https://lists.libre-mesh.org/mailman/listinfo/dev
_______________________________________________
Dev mailing list
Dev(a)lists.libre-mesh.org
https://lists.libre-mesh.org/mailman/listinfo/dev
--
./p4u