Crossplatform Vlad Posted October 24, 2017 Posted October 24, 2017 Hi! Yesterday i upgraded ugly Chinese linux to Armbian 16.04 LTS and tested h3control on it. All, except daemon installer, worked fine. Now daemon installer had been fixed. I need any help in testing of it on H3/H2/H5 boards with legacy/mainline kernels. h3control - is a headless daemon/console tool to check and control CPU, DDR frequency and built-in temperature sensor via embedded http-server. It distinguishes from Armbian tools (h3's consumption and monitor): It doesn't rely on particular linux distribution. The only prerequisite is a mono. It tested with mono from 3.2.8 (released in Feb 2014) to 5.4 (current stable). It is a web app. App was designed for compatibility with many-years-old mobile tablets/phones. Built-in browsers from Android 4+ and iOS 7+ are fully supported. Here are two kinds of one-line installers: - launch h3control in terminal: wget -q -nv -O - https://github.com/devizer/h3control-bin/raw/master/public/h3control.sh | bash - install and launch h3control daemon: wget -q -nv -O - https://github.com/devizer/h3control-bin/raw/master/public/h3control-install-daemon.sh | bash links: User/Install Guide and screenshots: https://github.com/devizer/h3control-bin History and Whats New: https://github.com/devizer/h3control-bin/blob/master/WHATS-NEW.md First topic on Orange PI forum: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=645 Source code: https://github.com/devizer/h3control picture: Looking forward for feedback Vlad P.S. Please install mono first: apt-get install mono-complete 2
Crossplatform Vlad Posted December 30, 2017 Author Posted December 30, 2017 Hi, all! I've organized public reverse proxy using nginx+vpn for my pi-board: http://h3control-live.devizer.xyz Also i made significant addition to h3control: management of online cores. Looking forward for feedback Vlad 1
Recommended Posts