meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:recsdaemon [2016/12/14 15:33] – vor | documentation:recsdaemon [2021/06/08 14:12] (current) – Adding SensorProviderJetson info vor | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | The RECSDaemon is currently | + | The RECSDaemon is open source and available as [[https:// |
| - | + | ||
| - | After downloading the file you can install it e.g. on Ubuntu using the following command: | + | |
| - | + | ||
| - | <code bash> | + | |
| - | dpkg --install RECSDaemon_< | + | |
| - | </ | + | |
| The installation script will try to auto-detect some of the configuration parameters, but as platforms supported by the daemon are very diverse, manual configuration of remaining parameters most probably will be necessary. | The installation script will try to auto-detect some of the configuration parameters, but as platforms supported by the daemon are very diverse, manual configuration of remaining parameters most probably will be necessary. | ||
| Line 116: | Line 110: | ||
| |SensorProviderZynq | Direct | Serial transceiver link, utilization, | |SensorProviderZynq | Direct | Serial transceiver link, utilization, | ||
| |SensorProviderZynqModule | JSON | Sensors provided by the module’s microcontroller: | |SensorProviderZynqModule | JSON | Sensors provided by the module’s microcontroller: | ||
| + | |SensorProviderJetson | Direct | Nvidia Jetson Xavier AGX SoC temperature and various power measurements | | ||
| Example configuration: | Example configuration: | ||
| < | < | ||
| - | SensorProviders=SensorProviderZynq, | + | SensorProviders=SensorProviderZynq, |
| JSONSensorProviders=SensorProviderZynqModule</ | JSONSensorProviders=SensorProviderZynqModule</ | ||
| Line 230: | Line 225: | ||
| <code javascript> | <code javascript> | ||
| [ | [ | ||
| - | { | + | |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | }, | + | }, |
| - | { | + | { |
| - | " | + | " |
| - | " | + | " |
| - | " | + | " |
| - | } | + | } |
| ] | ] | ||
| </ | </ | ||