elementary / switchboard-plug-network

Switchboard Network Plug
GNU General Public License v3.0
20 stars 23 forks source link

Bluetooth tethering #153

Open drequivalent opened 5 years ago

drequivalent commented 5 years ago

Introduce bluetooth network tethering support into the elementary UI.

Bluetooth tethering is a great on-the-go solution for mobile networking. Advantages of bluetooth tethering are:

The only disadvantage is the transfer speed, which is irrelevant on most mobile networks anyway.

The tethering UI should include:

Prior work: Bluetooth Manager (blueman) which uses bluez which we already have, which gives you standard networking interface:

bnep0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.44.34  netmask 255.255.255.0  broadcast 192.168.44.255
        inet6 fe80::5cfd:3cbd:9c1d:9a77  prefixlen 64  scopeid 0x20<link>
        ether 80:5e:4f:85:33:04  txqueuelen 1000  (Ethernet)
        RX packets 5826  bytes 4322982 (4.3 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 6276  bytes 751559 (751.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/69964067-bluetooth-tethering?utm_campaign=plugin&utm_content=tracker%2F60754170&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F60754170&utm_medium=issues&utm_source=github).
alcinnz commented 5 years ago

I'm not clear, but doesn't this alreaady. I've been connecting to some Bluetooth speakers I have via Switchboard and a status indicator for a while now.

drequivalent commented 5 years ago

You don't browse the Internet via speakers, do you.

I'm talking about sharing network connection from another device like a mobile phone to an Elementary machine.

alcinnz commented 5 years ago

Ah I see, Bluetooth Internet.

I should've noticed which repository this was on!