Commit Graph

  • 3604957c83 added auto port finding to both web apps UpstreamData 2022-04-14 09:43:43 -06:00
  • 3670a02aec add feeds updater to startup process UpstreamData 2022-04-14 09:37:06 -06:00
  • 7ebfdb3f33 added feeds auto-updater for web testbench UpstreamData 2022-04-11 16:13:04 -06:00
  • b9b7da8746 add base files for web interface UpstreamData 2022-03-25 16:02:50 -06:00
  • eaaf137b9b added temp fake data to the app for it to send to the JS side. UpstreamData 2022-03-30 08:42:21 -06:00
  • a0311e3ce3 add base files for web interface UpstreamData 2022-03-25 16:02:50 -06:00
  • 8864aa7b4b added install file to do the basic install UpstreamData 2022-03-25 15:29:30 -06:00
  • 4d58129eee fixed a bug with not hiding the light button UpstreamData 2022-04-18 13:12:08 -06:00
  • 4468fe9fbb finished adding timer UpstreamData 2022-04-18 12:29:55 -06:00
  • 3b716a044b added online timer for testing UpstreamData 2022-04-18 12:13:41 -06:00
  • 25e657729c reformatted files UpstreamData 2022-04-18 10:24:53 -06:00
  • cace399ed2 added fixing file exists bug UpstreamData 2022-04-18 10:13:48 -06:00
  • 045e1ca6ba fixed some bugs with finishing the install UpstreamData 2022-04-18 09:52:45 -06:00
  • 4f86dec560 changed some printing to logging logs UpstreamData 2022-04-18 08:49:21 -06:00
  • 13f033440d added web testbench to main apps UpstreamData 2022-04-14 18:43:36 -06:00
  • b5c455ffa4 fixed more bugs UpstreamData 2022-04-14 18:38:29 -06:00
  • eb5a00b706 fixed many remaining bugs in testbench webserver, should be ready for use. UpstreamData 2022-04-14 18:17:23 -06:00
  • 3a560472e6 finished miner install to be tested UpstreamData 2022-04-14 14:40:31 -06:00
  • 4776dce038 finished light functionality UpstreamData 2022-04-14 13:16:16 -06:00
  • 2d6891c6d2 added partial fault light functionality and fixed stdout output direction UpstreamData 2022-04-14 11:34:21 -06:00
  • f5a41f7b13 added output when running install process UpstreamData 2022-04-14 11:08:52 -06:00
  • 4a2926df94 added sending output from miners UpstreamData 2022-04-14 10:57:32 -06:00
  • 8736f33a56 set graphs to show and hide when getting data UpstreamData 2022-04-14 10:43:26 -06:00
  • 89eb77588f set graphs to update when receiving data UpstreamData 2022-04-14 10:34:51 -06:00
  • c930510226 added auto port finding to both web apps UpstreamData 2022-04-14 09:43:43 -06:00
  • b7c58e5d34 add feeds updater to startup process UpstreamData 2022-04-14 09:37:06 -06:00
  • ce48ae020b added feeds auto-updater for web testbench UpstreamData 2022-04-11 16:13:04 -06:00
  • 7809bfc0d1 added exporting a report from bad board utility UpstreamData 2022-04-01 15:19:12 -06:00
  • d84fcaafdf added bos get version UpstreamData 2022-04-01 13:33:05 -06:00
  • a9f600b797 add base files for web interface UpstreamData 2022-03-25 16:02:50 -06:00
  • f0a8e7ba9f reformatted all files to use the Black formatting style UpstreamData 2022-03-31 11:27:57 -06:00
  • c57a523553 reformatted all files to use the Black formatting style UpstreamData 2022-03-31 11:27:57 -06:00
  • d905f6f414 added temp fake data to the app for it to send to the JS side. UpstreamData 2022-03-30 08:42:21 -06:00
  • 22f78ac405 add base files for web interface UpstreamData 2022-03-25 16:02:50 -06:00
  • 7a098b1c7e added install file to do the basic install UpstreamData 2022-03-25 15:29:30 -06:00
  • e1383f2002 Added support for X19 models with BraiinsOS UpstreamData 2022-03-25 09:06:25 -06:00
  • c3b23313ba added changing model when configuring for BOS S9s UpstreamData 2022-03-25 08:58:02 -06:00
  • 02581e917d add temperature graph to miner page UpstreamData 2022-03-21 10:02:11 -06:00
  • e267073f76 add the start of a temperature graph to miner page UpstreamData 2022-03-21 09:39:54 -06:00
  • 4038dae446 fixed some bugs on linux with pipes UpstreamData 2022-03-18 12:02:42 -06:00
  • 134b5fe0ff added CTRL+A select all binding to cfg util and board util tables UpstreamData 2022-03-17 16:10:12 -06:00
  • d452ca36b7 fixed copying from the board util table UpstreamData 2022-03-17 16:05:48 -06:00
  • fdec35cd2e added disable button decorator to board util UpstreamData 2022-03-17 16:01:02 -06:00
  • d488c8458c added the ability to scan a range of IPs as part of the miner network by passing a string formatted as {ip_range_1_start}-{ip_range_1_end}, {ip_range_2_start}-{ip_range_2_end} to the miner network UpstreamData 2022-03-17 12:05:58 -06:00
  • 6d2e40c81d added support for avalon10xx miners UpstreamData 2022-03-16 15:21:09 -06:00
  • 594b5d0448 improved logging format and sent output to a file UpstreamData 2022-03-16 14:03:32 -06:00
  • 1be12e5d4c moved _get_ssh_connection to the base miner class UpstreamData 2022-03-16 13:34:18 -06:00
  • bae2ee4245 changed MinerFactory to a singleton class to ensure clearing its cache is easier and removed creation of independant miner factories for each utility UpstreamData 2022-03-16 12:05:44 -06:00
  • 57bd606f21 add logging to base miner API UpstreamData 2022-03-16 10:56:33 -06:00
  • eb8cefa461 add logging to btminer and fix some bugs UpstreamData 2022-03-16 08:40:41 -06:00
  • 9edcd866bb added more logging for bosminer models. UpstreamData 2022-03-15 09:07:07 -06:00
  • 07a8b00a93 added logging to bmminer and X19 models UpstreamData 2022-03-14 16:07:47 -06:00
  • c22be7ded8 started adding some basic logging functionality UpstreamData 2022-03-14 15:52:46 -06:00
  • 2380b94db1 update unknown API docstring UpstreamData 2022-03-14 14:12:31 -06:00
  • d8e59afee0 Upsdated bosminer API docstrings, and fixed some errors in CGMiner API docstings UpstreamData 2022-03-14 14:07:17 -06:00
  • 05e14baa68 added some todos UpstreamData 2022-03-14 11:26:53 -06:00
  • ff56148732 fixed some bugs with cgminer, and included VC redistributables in CXFreeze build for CFG util UpstreamData 2022-03-14 10:18:28 -06:00
  • bfc5668d24 fixed some bugs with running the web app from docker UpstreamData 2022-03-09 10:53:26 -07:00
  • b3103ae700 fixed fan formatting on smaller devices UpstreamData 2022-03-08 12:23:38 -07:00
  • 43834203a8 reformatted file structure and reformatted for phones, as well as fixed web sockets for remote devices UpstreamData 2022-03-08 11:39:10 -07:00
  • 7ba8044564 added dockerfile and removed cxfreeze from web_monitor requirements due to it breaking the docker setup UpstreamData 2022-03-08 09:09:28 -07:00
  • 7e91fe12e7 updated some ports and fixed a bug with summary keys when getting data UpstreamData 2022-03-07 14:54:36 -07:00
  • 02114aac65 Merge pull request #6 from UpstreamData/web_monitor UpstreamData 2022-03-07 12:40:11 -07:00
  • 244dac76af finished adding settings page UpstreamData 2022-03-07 12:38:56 -07:00
  • 2bd25c3f35 started adding settings page UpstreamData 2022-03-07 11:17:41 -07:00
  • 23350ea4b6 updated requirements, and fixed some formatting issues UpstreamData 2022-03-07 10:36:38 -07:00
  • 8a6917878e Merge remote-tracking branch 'origin/web_monitor' into web_monitor UpstreamData 2022-03-07 09:40:42 -07:00
  • 7dd00954e4 fixed some issues with the rounding on floats in the JS UpstreamData 2022-03-07 09:32:06 -07:00
  • f3710f618e added miner model and hashrate as a table in the per miner stuff UpstreamData 2022-03-04 16:10:27 -07:00
  • 8ecdb6f5e8 fixed a bug with scanning and adding miner which didnt append to the navbar UpstreamData 2022-03-04 15:48:17 -07:00
  • 309b4d44fc updated some formatting on charts UpstreamData 2022-03-04 14:36:43 -07:00
  • 80f941d912 added remove miner functionality UpstreamData 2022-03-04 14:08:27 -07:00
  • 4534b09532 added custom TH/s formatting to graphs UpstreamData 2022-03-04 13:39:23 -07:00
  • 97a9b59acc added dashboard hashrate info UpstreamData 2022-03-04 11:53:31 -07:00
  • 87b8de9029 strated on basic framework for dashboard in web_monitor UpstreamData 2022-03-04 11:24:06 -07:00
  • 42f5146632 added different select gradient UpstreamData 2022-03-02 15:54:49 -07:00
  • f613cc039f added spinner to scan UpstreamData 2022-03-02 15:47:17 -07:00
  • e974c77359 added fan and hashrate data for S19s and Whatsminers UpstreamData 2022-03-02 15:38:29 -07:00
  • 0f324177cb added fan data for braiins OS UpstreamData 2022-03-02 15:15:20 -07:00
  • 46a4508cd7 updated more gradient formatting an added gradients to navbar UpstreamData 2022-03-02 14:36:34 -07:00
  • d4d9b1ad3c added gradients to fan data UpstreamData 2022-03-02 13:12:20 -07:00
  • 322ee05fdf added bounding box to the chart UpstreamData 2022-03-02 12:15:46 -07:00
  • 85569366a2 sorted current miners for the navbar UpstreamData 2022-03-02 11:16:02 -07:00
  • dea6ff2a96 improved chart functionality in the web monitor and added handlers for errors such as no response from the miner UpstreamData 2022-03-02 11:11:34 -07:00
  • 3fcd2edf6f charts on miner pages work now, they gather data from miners and put it into the graph, with a max size of 49 entried per graph UpstreamData 2022-03-01 16:17:28 -07:00
  • 16b84310ec added graph with fake data on each miner page, and added basic formatting to it. UpstreamData 2022-03-01 16:01:39 -07:00
  • f8899521bc improved navbar formatting, added active formats for all miners, moved add miners to a miner subtab UpstreamData 2022-03-01 12:51:49 -07:00
  • 3558a1a6b1 finished up scan page, added the ability to add miners and them get listed in the miner list, and started adding the individual miner pages UpstreamData 2022-03-01 12:28:36 -07:00
  • 385943755d further improved formatting of scan page, added disabled checkboxes on scan, updated miner count on add UpstreamData 2022-03-01 11:30:48 -07:00
  • 3002cb4e97 added basic addition of miners to the list and improved some functionality of the web tool UpstreamData 2022-02-28 16:28:40 -07:00
  • 6d711520fc added add selected miners button UpstreamData 2022-02-28 15:15:57 -07:00
  • 584de40983 improved formatting on scan page and made the scan a bit more robust UpstreamData 2022-02-28 14:10:43 -07:00
  • 81911ba549 fixed some formwatting on the scan page UpstreamData 2022-02-25 16:11:06 -07:00
  • e37e9e2251 added the scan page to scan for miners on a subnet UpstreamData 2022-02-25 15:58:01 -07:00
  • 92a65c8977 switched to fastAPi and jinja 2 for templates and html UpstreamData 2022-02-24 15:59:48 -07:00
  • ae8b2cbd07 added the required directories for settings and scanning UpstreamData 2022-02-24 15:25:49 -07:00
  • cda13edf85 improved formatting of index.html UpstreamData 2022-02-24 09:13:07 -07:00
  • 610ee57963 started adding HTML files for the web monitor program UpstreamData 2022-02-24 08:57:23 -07:00
  • 2ef809db54 fixed some issues with the rounding on floats in the JS UpstreamData 2022-03-07 09:32:06 -07:00
  • f315c0c051 added miner model and hashrate as a table in the per miner stuff UpstreamData 2022-03-04 16:10:27 -07:00