-
Notifications
You must be signed in to change notification settings - Fork 71
CONFIG HTTP API
europlus edited this page Sep 20, 2024
·
4 revisions
Important
All URL data must be properly URL encoded!
/mount?hostslot=<hs>&deviceslot=<ds>&mode=<m>&filename=<path_to_filename>
This is used by the web admin to mount the specified filename from the specified hostslot to the specified deviceslot with the specified mode.
- hs Host Slot (0-7)
- ds Device Slot (0-7)
- m Mode 1 = READ ONLY, 2 = WRITE
- filename = Full path relative to host slot.
/unmount?deviceslot=<ds>
This is used by the web admin to unmount the specified device slot.
- ds Device Slot (0-7)
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine