https://github.com/retrixe/octynectl
Command-line interface to control Octyne.
https://github.com/retrixe/octynectl
Last synced: over 1 year ago
JSON representation
Command-line interface to control Octyne.
- Host: GitHub
- URL: https://github.com/retrixe/octynectl
- Owner: retrixe
- License: apache-2.0
- Created: 2023-06-20T12:05:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T11:38:22.000Z (over 1 year ago)
- Last Synced: 2025-02-11T12:34:44.159Z (over 1 year ago)
- Language: Rust
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# octynectl
Command-line interface to control Octyne.
## Quick Start
### For Windows
Download the latest octynectl from [GitHub Releases here](https://github.com/retrixe/octynectl/releases/latest) and place it in a folder in your PATH.
### For Linux and macOS
Run the following command:
> `sudo wget -O /usr/local/bin/octynectl https://github.com/retrixe/octynectl/releases/latest/download/octynectl-PLATFORM && sudo chmod +x /usr/local/bin/octynectl`
Replace `PLATFORM` in the command with your appropriate platform e.g. `linux-x86_64`, `linux-arm64`, `linux-armv6`, `macos-arm64` or `macos-x86_64` as necessary.
You should be able to run `octynectl` now.
## Configuration
Currently, there is no way to configure `octynectl`. Octynectl will only work with Octyne running on the default port 42069 with the Unix socket API enabled (and accessible by the current user, of course).