Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. Accessing files on the "server side"?
QtWS25 Last Chance

Accessing files on the "server side"?

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
2 Posts 2 Posters 365 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RogueWarrior
    wrote on last edited by
    #1

    I've been considering writing a browser-based front-end for a headless linux-based embedded system in WebAssembly to do things like configure wifi or ethernet ports on the embedded system. This would necessarily mean editing certain files e.g. wpa_supplicant.conf. I've seen a few references to the fact that WebAssembly can't access files directly. So, is it true that I wouldn't be able to modify files on the embedded system?

    Pablo J. RoginaP 1 Reply Last reply
    0
    • R RogueWarrior

      I've been considering writing a browser-based front-end for a headless linux-based embedded system in WebAssembly to do things like configure wifi or ethernet ports on the embedded system. This would necessarily mean editing certain files e.g. wpa_supplicant.conf. I've seen a few references to the fact that WebAssembly can't access files directly. So, is it true that I wouldn't be able to modify files on the embedded system?

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @RogueWarrior no experience with webassembly, but by creating and running a Qt app on the embedded device, you could leverage access via any VNC client using the VNC platform plugin i.e. ./yourQtApp -platform vnc

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved