Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otlet/gohardwaredaemon
Daemon for detecting hardware changes
https://github.com/otlet/gohardwaredaemon
csv daemon export go golang hardware json linux
Last synced: about 1 month ago
JSON representation
Daemon for detecting hardware changes
- Host: GitHub
- URL: https://github.com/otlet/gohardwaredaemon
- Owner: otlet
- License: mit
- Created: 2019-07-06T17:21:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T13:04:21.000Z (over 5 years ago)
- Last Synced: 2023-02-28T03:35:59.395Z (almost 2 years ago)
- Topics: csv, daemon, export, go, golang, hardware, json, linux
- Language: Go
- Size: 14.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoHardwareDaemon
Daemon for detecting hardware changes
## Getting Started
Project is under development
### Prerequisites
Daemon only work under Linux.
Potencially work under macOS, dont work under Windows.### Installing
You do not need to install the application.
However, if you already have to, copy the `gohardwaredaemon` file to`/usr/local/bin`## Running the tests
WIP
## Built With
* [go-pretty](https://github.com/jedib0t/go-pretty/) - Pretty print Tables and more in golang!
* [ghw](https://github.com/jaypipes/ghw/) - Golang hardware discovery/inspection library
* dep - Dependency Management## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/otlet/gohardwaredaemon/tags/).
## Authors
* **Paweł Otlewski** - *Initial work* - [otlet](https://github.com/otlet)
See also the list of [contributors](https://github.com/otlet/gohardwaredaemon/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details