-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Add MIT License and README.md file
- Loading branch information
1 parent
6111f84
commit 32e4cce
Showing
4 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Liman MYS | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<a name="readme-top"></a> | ||
|
||
[![Contributors][contributors-shield]][contributors-url] | ||
[![Forks][forks-shield]][forks-url] | ||
[![Stargazers][stars-shield]][stars-url] | ||
[![Issues][issues-shield]][issues-url] | ||
[![MIT License][license-shield]][license-url] | ||
|
||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<div align="center"> | ||
<a href="https://liman.havelsan.com.tr"> | ||
<img src="images/logo.png" alt="Logo" height="80"> | ||
</a> | ||
|
||
<h3 align="center">Inventory Explorer Extension</h3> | ||
|
||
<p align="center"> | ||
Scan the network with WMI | ||
<br /> | ||
<br /> | ||
<a href="https://docs.liman.dev/"><strong>Explore the docs »</strong></a> | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/limanmys/liman-inventory/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/limanmys/liman-inventory/issues">Request Feature</a> | ||
</p> | ||
</div> | ||
|
||
<!-- ABOUT THE PROJECT --> | ||
|
||
## About The Project | ||
|
||
This open-source tool allows you to scan your network to discover connected devices and find their packages. It also provides statistical data for your devices on the network. | ||
|
||
<img src="images/screenshot.png" alt="Screenshot"> | ||
|
||
### Features | ||
|
||
- **Network Device Identification**: Quickly identifies devices connected to the network. | ||
- **VMI Technology**: Utilizes VMI for deep inspection capabilities. | ||
- **Open-Source**: Built using open-source libraries, ensuring transparency and flexibility. | ||
|
||
<a href="https://github.com/limanmys/inventory-server">Backend Repository »</a> | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
<!-- LICENSE --> | ||
|
||
## License | ||
|
||
Distributed under the MIT License. See `LICENSE` for more information. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
<!-- MARKDOWN LINKS & IMAGES --> | ||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
|
||
[contributors-shield]: https://img.shields.io/github/contributors/limanmys/liman-inventory.svg?style=for-the-badge | ||
[contributors-url]: https://github.com/limanmys/liman-inventory/graphs/contributors | ||
[forks-shield]: https://img.shields.io/github/forks/limanmys/liman-inventory.svg?style=for-the-badge | ||
[forks-url]: https://github.com/limanmys/liman-inventory/network/members | ||
[stars-shield]: https://img.shields.io/github/stars/limanmys/liman-inventory.svg?style=for-the-badge | ||
[stars-url]: https://github.com/limanmys/liman-inventory/stargazers | ||
[issues-shield]: https://img.shields.io/github/issues/limanmys/liman-inventory.svg?style=for-the-badge | ||
[issues-url]: https://github.com/limanmys/liman-inventory/issues | ||
[license-shield]: https://img.shields.io/github/license/limanmys/liman-inventory.svg?style=for-the-badge | ||
[license-url]: https://github.com/limanmys/liman-inventory/blob/master/LICENSE |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.