Difference between revisions of "Documentation"

From The Kinguard Project Wiki
Jump to: navigation, search
(Software Components)
(SOFTWARE COMPONENTS)
 
(2 intermediate revisions by 2 users not shown)
Line 22: Line 22:
 
[https://download.openproducts.com/keep/documentation/KEEP_PCB.step A stp-model] for the PCBA is also available for download (~60MB).
 
[https://download.openproducts.com/keep/documentation/KEEP_PCB.step A stp-model] for the PCBA is also available for download (~60MB).
  
== Software Components ==
+
== Developer documentation ==
 +
=== Software components ===
 
There are a number of software components available in The Kinguard Project, some of them documented here, but most is by comments in source code and available by running the application with "--help"
 
There are a number of software components available in The Kinguard Project, some of them documented here, but most is by comments in source code and available by running the application with "--help"
 
* System configuration (sysconfig.json). [[Documentation/sysconfig|Details]]
 
* System configuration (sysconfig.json). [[Documentation/sysconfig|Details]]
 
* System utilities, (kgp-sysinfo, kgp-notifier) [https://github.com/Kinguard/kinguard-utils Details]
 
* System utilities, (kgp-sysinfo, kgp-notifier) [https://github.com/Kinguard/kinguard-utils Details]

Latest revision as of 08:45, 6 June 2018

Manual Source

The manual for the is written in latex and located on github Ideally this should be adapted to better suit The Kinguard Project, so feel free to contribute.

In order for this to work, there are separate branches for different products and also a separate branch for a short one-pager.

OPI

Manual

The latest compiled version is available as pdf here

Schematics

The schematics for OPI is available for download Rev B .pdf as pdf here. It is in most aspects a copy of BeageBoneBlack, with the HDMI removed.

KEEP

Manual

The latest compiled version is available as pdf here

Schematics

KEEP is using a SOM (System On Module) from SolidRun, with 2GB DDR RAM and 8GB eMMC. The carrier board is made by OpenProducts. Schematics and component placement for that board is available as pdf here.

A stp-model for the PCBA is also available for download (~60MB).

Developer documentation

Software components

There are a number of software components available in The Kinguard Project, some of them documented here, but most is by comments in source code and available by running the application with "--help"

  • System configuration (sysconfig.json). Details
  • System utilities, (kgp-sysinfo, kgp-notifier) Details