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"?

Accessing files on the "server side"?

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
2 Posts 2 Posters 368 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 30 Aug 2020, 21:40 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?

    P 1 Reply Last reply 30 Aug 2020, 21:53
    0
    • R RogueWarrior
      30 Aug 2020, 21:40

      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?

      P Offline
      P Offline
      Pablo J. Rogina
      wrote on 30 Aug 2020, 21:53 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

      2/2

      30 Aug 2020, 21:53

      • Login

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