Skip to content

C tool to facilitate the connection to networks from the terminal. This will edit the file /etc/network/interfaces to put the correct wireless network information inside.

License

Notifications You must be signed in to change notification settings

arkneid/nconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nconnect

C tool to facilitate the connection to networks from the terminal. This will edit the file /etc/network/interface to put the correct wireless network information inside.

Installation

  1. Clone the master branch of this repository
  2. git clone https://github.com/arkneid/nconnect.git
  3. Enter the nconnect folder and run make command
  4. cd nconnect
    make
  5. Now install nconnect tool
  6. sudo make clean install

Uninstall

  1. Go to the previous clone git folder
  2. cd nconnect
    sudo make uninstall

Usage

Normal usage:

sudo nconnect -s <network_ssid> -w <wireless_network_interface> -p <network_password>
sudo ifdown <wireless_network_interface>
sudo ifup <wireless_network_interface>

Print help:

sudo nconnect -h or sudo nconnect --help

Author

arknied(https://github.com/arkneid)

License

This software is released under the MIT License, see LICENSE.

About

C tool to facilitate the connection to networks from the terminal. This will edit the file /etc/network/interfaces to put the correct wireless network information inside.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published