Skip to content

Wifi connection to configurable list of access points #22

@peterbarker

Description

@peterbarker

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 nmcli to create and/or modify the connection
    • it will have a consistent connection name (WiFiClient?)
  • 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions