• 2 Posts
  • 679 Comments
Joined 2 years ago
cake
Cake day: April 13th, 2024

help-circle


  • The technology works by measuring the time of flight or signal strength between a user’s device and multiple nearby WiFi routers

    All of that can still be spoofed, and there’s no guarantee any other wifi routers are within range. Some adapters won’t even background scan at all while you’re connected to a station already. Not to mention information like that is not accessible in the first place unless you’re running a real app outside the browser.








  • Based on the real-time performance goal you have, a shell script calling external programs millions of times will have no chance.

    You can do QR encode/decode of video data in real-time like you want, but it’s going to require (most likely) using a compiled language instead of an interpreted one, and also you’re going to need to buffer the video frames and/or QR codes in memory instead of via files on a (slow) disk.

    The end result should be able to stream data directly from one format to another without creating any intermediate files at all.

    Perhaps you can use some of that information to steer your AI.