Feature #588
openFile Manager for PiStore's
30%
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
Related issues
Updated by Hammel over 7 years ago
- Project changed from Sensors to Monitor
- Category deleted (
Software)
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
Updated by Hammel about 1 year 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
Updated by Hammel 7 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.
Updated by Hammel 7 months ago
- Is duplicate of Feature #601: File Management: web added
Updated by Hammel 6 months ago
- File PiStore-API-Monitor-API.png PiStore-API-Monitor-API.png added
- Status changed from New to In Progress
- % Done changed from 0 to 10
I've designed the simple interactions between browser, monitor and PiStore.
Updated by Hammel 5 months ago
- Blocked by Feature #1060: Need store manager web UI added
Updated by Hammel 5 months 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.