* [Buildroot] Wireless config tool
@ 2013-02-04 17:17 Stephen Turner
2013-02-04 17:42 ` Jérôme Pouiller
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Stephen Turner @ 2013-02-04 17:17 UTC (permalink / raw)
To: buildroot
Firstly i would like to say thank you for the support on the Squashfs
questions, i was able to get the information i needed to resolve that issue.
My current question is if im using a mobile device that will be connecting
to various wifi hotspots i will need to be able to setup wifi connections
easily from a gui. currently with buildroot i only see the option to
manually edit configs to set up hotspots. Is there a tool im overlooking
currently in buildroot to help with this setup or will i need to manually
add one in? Im looking for something similiar to wicd or how a android
device would manage wifi connections.
Thank you for your support,
Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130204/1188ecda/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Wireless config tool
2013-02-04 17:17 [Buildroot] Wireless config tool Stephen Turner
@ 2013-02-04 17:42 ` Jérôme Pouiller
2013-02-04 18:48 ` Arnout Vandecappelle
2013-02-04 18:33 ` Baruch Siach
2013-02-04 20:52 ` Dimitrios Siganos
2 siblings, 1 reply; 5+ messages in thread
From: Jérôme Pouiller @ 2013-02-04 17:42 UTC (permalink / raw)
To: buildroot
Hi Stephen
On Monday 04 February 2013 12:17:23 Stephen Turner wrote:
[...]
> My current question is if im using a mobile device that will be connecting
> to various wifi hotspots i will need to be able to setup wifi connections
> easily from a gui. currently with buildroot i only see the option to
> manually edit configs to set up hotspots. Is there a tool im overlooking
> currently in buildroot to help with this setup or will i need to manually
> add one in? Im looking for something similiar to wicd or how a android
> device would manage wifi connections.
Have you thrown a look at network-manager?
[...]
--
J?r?me Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Wireless config tool
2013-02-04 17:17 [Buildroot] Wireless config tool Stephen Turner
2013-02-04 17:42 ` Jérôme Pouiller
@ 2013-02-04 18:33 ` Baruch Siach
2013-02-04 20:52 ` Dimitrios Siganos
2 siblings, 0 replies; 5+ messages in thread
From: Baruch Siach @ 2013-02-04 18:33 UTC (permalink / raw)
To: buildroot
Hi Stephen,
On Mon, Feb 04, 2013 at 12:17:23PM -0500, Stephen Turner wrote:
> Firstly i would like to say thank you for the support on the Squashfs
> questions, i was able to get the information i needed to resolve that issue.
>
> My current question is if im using a mobile device that will be connecting
> to various wifi hotspots i will need to be able to setup wifi connections
> easily from a gui. currently with buildroot i only see the option to
> manually edit configs to set up hotspots. Is there a tool im overlooking
> currently in buildroot to help with this setup or will i need to manually
> add one in? Im looking for something similiar to wicd or how a android
> device would manage wifi connections.
Seems you need connman (http://connman.net). Buildroot includes a fairly
recent version of connman. I haven't tried it myself, though.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Wireless config tool
2013-02-04 17:42 ` Jérôme Pouiller
@ 2013-02-04 18:48 ` Arnout Vandecappelle
0 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2013-02-04 18:48 UTC (permalink / raw)
To: buildroot
On 04/02/13 18:42, J?r?me Pouiller wrote:
> Hi Stephen
>
> On Monday 04 February 2013 12:17:23 Stephen Turner wrote:
> [...]
>> My current question is if im using a mobile device that will be connecting
>> to various wifi hotspots i will need to be able to setup wifi connections
>> easily from a gui. currently with buildroot i only see the option to
>> manually edit configs to set up hotspots. Is there a tool im overlooking
>> currently in buildroot to help with this setup or will i need to manually
>> add one in? Im looking for something similiar to wicd or how a android
>> device would manage wifi connections.
> Have you thrown a look at network-manager?
Or connman.
Or if you would like to contribute wicd, we will certainly consider the
patch!
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Wireless config tool
2013-02-04 17:17 [Buildroot] Wireless config tool Stephen Turner
2013-02-04 17:42 ` Jérôme Pouiller
2013-02-04 18:33 ` Baruch Siach
@ 2013-02-04 20:52 ` Dimitrios Siganos
2 siblings, 0 replies; 5+ messages in thread
From: Dimitrios Siganos @ 2013-02-04 20:52 UTC (permalink / raw)
To: buildroot
On 04/02/13 18:17, Stephen Turner wrote:
> My current question is if im using a mobile device that will be
> connecting to various wifi hotspots i will need to be able to setup
> wifi connections easily from a gui. currently with buildroot i only
> see the option to manually edit configs to set up hotspots. Is there a
> tool im overlooking currently in buildroot to help with this setup or
> will i need to manually add one in? Im looking for something similiar
> to wicd or how a android device would manage wifi connections.
Hi Stephen,
I am not aware of a simple answer to your question. The major options are:
* network-manager
* wicd
* connman
Network manager is a gnome project and it does expect rather a lot of
desktop support. It's possible but not simple.
Wicd I don't know much about but it sounds like you do and it won't do.
Connman is a new framework that is targeted to the embedded space so
that is your best bet. I have never used it myself and don't know any
details about it.
Other notes:
* openwrt have a web server driven configuration interface that you
might want to look at
* Android do their own thing (don't have more details)
Questions:
What kind of graphical environemwnt do you have?
What kind of Wifi network do you want to connect to? (open, wpa
personal, wpa enterprise)
Regards,
Dimitris
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-04 20:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 17:17 [Buildroot] Wireless config tool Stephen Turner
2013-02-04 17:42 ` Jérôme Pouiller
2013-02-04 18:48 ` Arnout Vandecappelle
2013-02-04 18:33 ` Baruch Siach
2013-02-04 20:52 ` Dimitrios Siganos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox