https://github.com/git-user-cpp/spynix
It's a mirror of rapid unix system & hardware info scraper
https://github.com/git-user-cpp/spynix
ansi-c c c-programming hardware hardware-information information-extraction linux spynix unix
Last synced: 2 months ago
JSON representation
It's a mirror of rapid unix system & hardware info scraper
- Host: GitHub
- URL: https://github.com/git-user-cpp/spynix
- Owner: git-user-cpp
- License: apache-2.0
- Created: 2024-01-05T12:55:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T09:22:03.000Z (over 1 year ago)
- Last Synced: 2024-08-07T13:24:18.136Z (over 1 year ago)
- Topics: ansi-c, c, c-programming, hardware, hardware-information, information-extraction, linux, spynix, unix
- Language: C
- Homepage: https://gitlab.com/git-user-cpp/spynix
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# spynix
---
rapid unix system & hardware info scraper
---

---
Copyright 2024 Andrew Kushyk
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---


 

---

---
## How to use this app
1) **The program is designed for Linux, so avoid using other systems or redesign the program to avoid errors.**
2) Download *all* files and put them in a one directory.
3) Enter the directory.
```
cd /path_to/spynix
```
4) Compile and run the program with *make*.
- Compilation example
```
make spynix
```
5) Launch the app to see all available options.
```
./spynix --help
```
---
## How to conrtibute
- [Read contributing instruction](https://github.com/git-user-cpp/spynix/blob/main/doc/CONTRIBUTING.rst)
---