https://github.com/straightcurve/bap
list nearby access points and bind the network adapter to the selected one
https://github.com/straightcurve/bap
linux nmcli nodejs pkg prompts typescript util wifi
Last synced: about 1 month ago
JSON representation
list nearby access points and bind the network adapter to the selected one
- Host: GitHub
- URL: https://github.com/straightcurve/bap
- Owner: straightcurve
- License: mit
- Created: 2023-05-05T02:14:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T02:23:46.000Z (about 3 years ago)
- Last Synced: 2025-03-18T05:35:43.817Z (about 1 year ago)
- Topics: linux, nmcli, nodejs, pkg, prompts, typescript, util, wifi
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bap - bind access point
### description
I had a problem with my network adapter on Linux, it kept switching between 2 access points.
I got some commands from [here](https://www.archybold.com/blog/post/intermittent-connectionhigh-packet-loss-intel-wireless-driver-iwlwifi-ubuntu-linux-networkmanager).
I wanted to try out [pkg](https://www.npmjs.com/package/pkg) and [prompts](https://www.npmjs.com/package/prompts), which is why this is a NodeJS project.
### usage
```console
# build without installing
npm run build
# run
sudo node dist/index.js
```
```console
# build and install to ~/.local/bin/bap
npm run build:install:linux
# run
sudo bap
```