-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi connection to configurable list of access points #22
Comments
After a discussion with @peterbarker, we are looking to allow the companion-computer to connect to a list of known wifi access points if it finds them but only using a secondary wifi modem - the main built in wifi modem should stay reserved for creating the existing wifi access point (called "ardupilot" by default). The idea is that the user could connect to the local access-point and open a browser connect to the CC's the cherry-py webserver and then specify at least one access point for their home or office. The vehicle would connect to this when it finds it using the secondary wifi/modem. Later on we will use this to upload data and log files to the internet. |
These are some github repos that have initial work on supporting connecting via wifi to an existing access point: Nothing in that tree actually works; I was poking it periodically earlier this week.
|
that would be really disappointing if the primary wifi cannot be used for this. to do swarming, the AP cannot be on the vehicle. |
On Tue, 4 Apr 2017, proficnc wrote:
that would be really disappointing if the primary wifi cannot be used for
this. to do swarming, the AP cannot be on the vehicle.
This is a first cut.
Perfect (and in this case, even reasonably flexible!) is the opposite of
shipped.
|
We need a quick-to-implement way of defining a single WiFi client connection. This will be replaced by a more intelligent system later.
Proposal:
nmcli
to create and/or modify the connectionWiFiClient
?)Hopefully this will also permit having both the AP up and a client connection at the same time if you have multiple WiFi cards (or sufficiently funky WiFi chipset which can do both simultaneously).
The text was updated successfully, but these errors were encountered: