Git Product home page Git Product logo

belaui's People

Contributors

715209 avatar mrsydster avatar rationalsa avatar rnsc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

belaui's Issues

Allow for Hidden Wireless Networks

In the BelaUI, I'd like the ability to manually enter in the SSID and password.

Primary use would be to force the system to connect to a Wi-Fi network should their be a parsing bug somewhere between the NetworkManager scan and BelaUI. An example would be forcing it to connect to an iPhone hotspot (see BVK2_Twitch's issue in #general-tech on Discord).

If someone is security conscious, they can also make use of the feature.

rtt column?

Also would be good to have a column in the table for the connections next to bitrate what each connection is getting for RTT.

Kind Regards,
-b3ck

Allow for SSIDs with Spaces and Symbols

According to Marlow in the Discord, not all SSIDs are parsable and shown in the UI, below is an attempted fix.

If there is a parsing issue with nmcli, I came up with the shell string:

iwlist wlan0 scanning | grep Cell -A9 | grep -P "ESSID|Frequency|Encryption"

Regexp to go along with it, supposedly compatible with JavaScript according to Regex101 when used with the global and multi-line flags:

Frequency:(.*)\n.*Encryption key:(on|off)\n.*ESSID:\"(.*)\"

(Regex101 Link) https://regex101.com/r/cSZXul/1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.