-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
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:
- use the existing port 8000 web server
- take AP name / AP key
- directly invoke
nmclito create and/or modify the connection- it will have a consistent connection name (
WiFiClient?)
- it will have a consistent connection name (
- modify a daemon (MAVProxy? cherrypy?) to periodically check the list of APs seen (this requires the AP to beacon, obviously). If one is seen then bring up the client connection. It would have been nice if this was built in to NetworkManager, but...
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels