• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ajax/H29-Jul-2021-10250

backend/H29-Jul-2021-1,291775

config/H29-Jul-2021-3,7412,895

crontab/H29-Jul-2021-207157

css/H29-Jul-2021-3,7823,249

extensions/H29-Jul-2021-21

files/H03-May-2022-6,2554,156

image/H03-May-2022-

js/H03-May-2022-

libraries/H03-May-2022-1,6391,491

plugins/H29-Jul-2021-19,12713,458

require/H29-Jul-2021-20,91414,524

templates/H03-May-2022-129

themes/OCS/H29-Jul-2021-528454

tools/H29-Jul-2021-291200

vendor/H29-Jul-2021-24,87012,275

.travis.ymlH A D29-Jul-2021291 1814

ChangesH A D29-Jul-202129.7 KiB608576

ContributorsH A D29-Jul-20211 KiB7167

LICENSEH A D29-Jul-202117.6 KiB340281

README.mdH A D29-Jul-20214.2 KiB6851

ajax.phpH A D29-Jul-20211.2 KiB285

composer.jsonH A D29-Jul-2021430 2019

composer.lockH A D29-Jul-20218.6 KiB243242

index.phpH A D29-Jul-20211.7 KiB4917

install.phpH A D29-Jul-202112.9 KiB319267

ipdiscover-util.plH A D29-Jul-202123.7 KiB923706

update.phpH A D29-Jul-20214.7 KiB13996

var.phpH A D29-Jul-20215.6 KiB18345

README.md

1<p align="center">
2  <img src="https://cdn.ocsinventory-ng.org/common/banners/banner660px.png" height=300 width=660 alt="Banner">
3</p>
4
5[![Build Status](https://travis-ci.com/OCSInventory-NG/OCSInventory-ocsreports.svg?branch=master)](https://travis-ci.com/OCSInventory-NG/OCSInventory-ocsreports)
6
7<h1 align="center">OCS Inventory</h1>
8<p align="center">
9  <b>Some Links:</b><br>
10  <a href="http://ask.ocsinventory-ng.org">Ask question</a> |
11  <a href="#COMMING_SOON_STAY_CONNECTED">Installation</a> |
12  <a href="https://www.ocsinventory-ng.org/?utm_source=github-ocs">Website</a> |
13  <a href="https://www.ocsinventory-ng.org/en/#ocs-pro-en">OCS Professional</a>
14</p>
15
16<p align='justify'>
17OCS (Open Computers and Software Inventory Next Generation) is an assets management and deployment solution.
18Since 2001, OCS Inventory NG has been looking for making software and hardware more powerful.
19OCS Inventory NG asks its agents to know the software and hardware composition of every computer or server.
20</p>
21
22
23
24
25<h2 align="center">Assets management</h2>
26<p align='justify'>
27Since 2001, OCS Inventory NG has been looking for making software and hardware more powerful. OCS Inventory NG asks its agents to know the software and hardware composition of every computer or server. OCS Inventory also ask to discover network’s elements which can’t receive an agent. Since the version 2.0, OCS Inventory NG take in charge the SNMP scans functionality.
28This functionality’s main goal is to complete the data retrieved from the IP Discover scan. These SNMP scans will allow you to add a lot more informations from your network devices : printers, scanner, routers, computer without agents, …
29</p>
30
31<h2 align="center">Deployment</h2>
32<p align='justify'>
33OCS Inventory NG includes the packet deployment functionality to be sure that all of the softwares environments which are on the network are the same. From the central management server, you can send the packets which will be downloaded with HTTP/HTTPS and launched by the agent on client’s computer. The OCS deployment is configured to make the packets less impactable on the network. OCS is used as a deployment tool on IT stock of more 100 000 devices.
34</p>
35<br />
36
37## Contributing
38
391. Fork it!
402. Create your feature branch: `git checkout -b my-new-feature`
413. Add your changes: `git add folder/file1.php`
424. Commit your changes: `git commit -m 'Add some feature'`
435. Push to the branch: `git push origin my-new-feature`
446. Submit a pull request !
45
46## License
47
48OCS Inventory is GPLv2 licensed
49
50## Libraries
51  - [PHP : password_compat - v11 Aug 2015] (https://github.com/ircmaxell/password_compat) Backport of password_* functions shipped with PHP 5.5
52  - [PHP : phpcas - v1.3.4] (https://github.com/Jasig/phpCAS) PHP Authentication library that allows authenticate users via a Central Authentication Service (CAS) server
53  - [PHP : tc-lib-barcode - v1.4.2] (https://github.com/tecnickcom/tc-lib-barcode) QR Code Generation
54  - [PHP : tc-lib-color - v1.5.1] (https://github.com/tecnickcom/tc-lib-color) tc-lib-barcode dependency
55
56  - [Web interface : bootstrap - v3.3.7] (https://github.com/twbs/bootstrap) HTML/CSS/JS framework for responsive design
57
58  - [JavaScript : jquery - v2.2.4] (https://github.com/jquery/jquery) jQuery JavaScript Library
59  - [JavaScript : jquery-migrate-1 - v1.4.1] (https://github.com/jquery/jquery-migrate) APIs and features removed from jQuery core
60  - [JavaScript : jquery-fileupload - v5.40.1] (https://github.com/blueimp/jQuery-File-Upload) jQuery plugin for uploading files
61  - [JavaScript : jquery-iframe-transport - v1.8.2] (https://github.com/blueimp/jQuery-File-Upload) jquery-fileupload dependency
62  - [JavaScript : jquery-ui-widget - v1.10.4] (https://github.com/jquery/jquery-ui) jquery-fileupload dependency
63  - [JavaScript : Datatables - v1.10.2] (https://github.com/DataTables/DataTables) Tables plug-in for jQuery
64  - [JavaScript : Datatables-bootstrap - v???] (https://github.com/DataTables/DataTables) datatables dependency for bootstrap integration
65
66  - [JavaScript : elycharts - v2.1.4] (https://github.com/voidlabs/elycharts) Charting library
67  - [JavaScript : raphael - v1.5.2] (https://github.com/DmitryBaranovskiy/raphael/) elycharts dependency
68