Project

General

Profile

Actions

Feature #588

open

File Manager for PiStore's

Added by Hammel almost 7 years ago. Updated about 1 month ago.

Status:
In Progress
Priority:
Immediate
Assignee:
Category:
-
Target version:
Start date:
28 Jul 2017
Due date:
% Done:

30%

Estimated time:
Severity:
01 - Critical

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.


Files

PiStore-API-Monitor-API.png (28.2 KB) PiStore-API-Monitor-API.png PiStore and Ironman Monitor API interactions. Hammel, 30 May 2024 23:50
PiStore-API-Monitor-API.png (28.2 KB) PiStore-API-Monitor-API.png Hammel, 30 May 2024 23:51
PiStore-API-Monitor-API.png (37.5 KB) PiStore-API-Monitor-API.png Hammel, 31 May 2024 00:03

Related issues

Is duplicate of Management - Feature #601: File Management: webIn ProgressHammel28 Jul 2017

Actions
Blocked by Pistore - Feature #1060: Need store manager web UIIn ProgressHammel30 Oct 2023

Actions
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 over 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 9 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 months ago

imrest is a model for a web interface but it can't be integrated with pistore. 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 #6

Updated by Hammel 3 months ago

  • Severity changed from 04 - Low to 01 - Critical
Actions #7

Updated by Hammel 3 months ago

Actions #8

Updated by Hammel about 2 months ago

I've designed the simple interactions between browser, monitor and PiStore.

Actions #11

Updated by Hammel about 1 month ago

Actions #12

Updated by Hammel about 1 month ago

  • Category deleted (Software)
  • % Done changed from 10 to 30

pistoreweb is written and basically works. The integration with pisensors is next.

For now that's sufficient. I don't really care about file management through a UI. I can add and remove files on the mount points.

For reference: pisensors is the UI on the Ironman console that shows IoT devices, so that's where the integration with PiStoreWeb happens.

Actions

Also available in: Atom PDF