sailoog / openplotter

Obsolete project. New one and active: https://github.com/openplotter
http://www.sailoog.com/openplotter
GNU General Public License v2.0
153 stars 53 forks source link

OP forbid multiple USB WiFi clients dongle #219

Open doxav opened 5 years ago

doxav commented 5 years ago

In a setup with the Pi3 builtin WiFi interface and >= 2 USB WiFi adapters used to connect multiple clients, OP will either show only 1 WiFi client interface, either automatically disconnect any new connection with more than 1 adapter.

e-sailing commented 5 years ago

If you set the network mode to "client" it uses standard raspbian network setup. You can connect as many WiFi interfaces as raspbian likes. The other network modes are made for special configurations(AP). You can build your own setup and copy it into the network folder. The Linux router matrix defines the sequence for the Internet gateway. You can connect to many APs but Linux will only communicate with one to the Internet. I can't see any advantage to have more than one connection to the WiFi Internet. Please explain what you want to achieve.

FredericGuilbault commented 5 years ago

Does setting openplotter to "client" and use the linux way to setup your configs solve the problem for you @doxav ?