Advanced SSH Computer Intranetwork
The project will get some updates(mainly to be Cross-Platform), and will be re-written in C using Airlib.
cd ~
git clone https://github.com/AdamOnAir/ASCINET.git
cd ASCINET/src/server
chmod +x server.sh
To run, just type ./server.sh
, then edit the config.yaml
file.
For a complete detailed guide, check the SERVER.md
cd ~
git clone https://github.com/AdamOnAir/ASCINET.git
cd ASCINET/src/admin
chmod +x admin.sh
To run, just type ./admin.sh
cd ~
git clone https://github.com/AdamOnAir/ASCINET.git
cd ASCINET/src/client
chmod +x client.sh
To run, just type ./client.sh
Instead of running chmod +x ./the_file
, run the same command for launcher. It will ask you what type of user are you (Client, Admin or Server) and will run the file.
- Edit the
config.yaml
in/src/server/data
and write your server IP and hostname
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.