2021-12-19 23:31:58 +11:00
|
|
|
# Overview
|
|
|
|
|
|
|
|
Command-line interface for GNS3 API, written in bash.
|
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
- bash (obviously)
|
|
|
|
- curl
|
|
|
|
- GNU awk
|
|
|
|
- tmux
|
|
|
|
- jq
|
|
|
|
- a working GNS3 server
|
|
|
|
|
|
|
|
|
2022-01-07 14:16:34 +11:00
|
|
|
# Screenshots
|
|
|
|
|
2022-01-07 14:19:40 +11:00
|
|
|
![basic usage](https://git.nethack.net/rob/gnscli/raw/master/images/usage.png "Basic usage")
|
2022-01-07 14:16:34 +11:00
|
|
|
|
2022-01-07 14:19:40 +11:00
|
|
|
![tmux support](https://git.nethack.net/rob/gnscli/raw/master/images/connect.png "Connect to nodes via tmux")
|
2022-01-07 14:16:34 +11:00
|
|
|
|
|
|
|
|