Project

General

Profile

Actions

Feature #588

open

File Manager for PiStore's

Added by Hammel almost 7 years ago. Updated 3 days ago.

Status:
New
Priority:
Immediate
Assignee:
Category:
Software
Target version:
Start date:
28 Jul 2017
Due date:
% Done:

0%

Estimated time:
Severity:
04 - Low

Description

This is essentially the same as the PiStore UI except it will show it for all known PiStore's on the network.

This allows us to browse but not manage the PiStores. Management will be done by going to the Ironman web interface, selecting a PiStore and being redirected to it's Web UI.

Actions #1

Updated by Hammel almost 7 years ago

  • Project changed from Sensors to Monitor
  • Category deleted (Software)
Actions #2

Updated by Hammel almost 7 years ago

  • Category set to Software
Actions #3

Updated by Hammel about 4 years ago

  • Priority changed from Normal to High
  • Target version changed from 0.5.0 to 1.0.0 - Hari Seldon
Actions #4

Updated by Hammel 6 months ago

  • Subject changed from File Manager to File Manager for PiStore's
  • Description updated (diff)
  • Priority changed from High to Immediate
  • Target version changed from 1.0.0 - Hari Seldon to 3.0 - Corrino
  • Severity changed from 03 - Medium to 04 - Low
Actions #5

Updated by Hammel 3 days ago

imrest is a model for a web interface but it can't be integrated with imrest. There are 13 source files for current imrest. Only 4 would play a part in PiStore web services. Conditionally compiling them would violate my KISS principles (not that pinet doesn't already violate them) so I'm going to create a separate web server for pistore, but it will be based on imrest's core C modules: imrest.c, cli.c, utils.c and mongoose.c. I may also want to integrate a similar initialization module like init.c

The new app will be called pistoreweb.

Interesting note: I can make static images of the disk usage, just like is shown in PiStore, using Cairo and writing to a PNG. Theoretically I don't need GTK+ to use Cairo like this. It won't be fancy graphics, but it means I could avoid client side javascript and just use standard HTML.

Actions

Also available in: Atom PDF