Closed Sharvin26 closed 5 years ago
There is currently no mode to do exactly what you want. Comitup has to drop the AP in order to use the interface to attempt the upstream connection. Failure is indicated by the recurrence of the Comitup AP.
There is a dual interface mode that preserves the Comitup AP, but it does not do significantly more to report connection errors.
Thanks for the response @davesteele How can I enable the dual interface mode?
Add a USB Wifi interface. See also enable_appliance_mode and primary_wifi_device in the configuration file.
Thank you
Hello
I have a Raspberry Pi ( This is the edge device where I have configured the comitup service ) with the Raspbian ( Stretch ).
Expected Behavior
I have a requirement as follows =>
I want to connect an edge device to the available network.
The access point on the edge device will only stop when the edge device is successfully connected to the wireless network.
Reason behind this requirement is that when a wrong password is sent or due to any circumstance it is not possible to connect that wifi then, in that case, I won't get feedback if the edge device is connected successfully or not.
Actual Behavior
I saw a behavior whenever a connect API is called on the edge device it stops the Hotspot ( i.e. It's own AP ) and tries to connect the wireless network / AP
You have also mentioned this in the documentation
Steps to Reproduce the Problem
deb http://davesteele.github.io/comitup/repo comitup main
inside this file =>/etc/apt/sources.list
.wget https://davesteele.github.io/key-366150CE.pub.txt
sudo apt-key add key-366150CE.pub.txt
sudo apt-get update
sudo apt-get install comitup
<edge_device_ip_address>:80
on the browser and I got all the available network list.Question
So I was wondering if is it possible to stop the Hotspot only if the Edge device is successfully connected to the wifi?