Releases: ProfessorQuantumUniverse/wifi-sim
Releases · ProfessorQuantumUniverse/wifi-sim
Release list
v0.1.0
Ways to run this
In a browser, nothing to install
https://professorquantumuniverse.github.io/wifi-sim/
Locally, one command
npx wifi-sim@latest
In a container
docker run --rm -p 8080:8080 ghcr.io/professorquantumuniverse/wifi-sim:latest
On your own web server
Download wifi-sim-dist.zip below and serve the contents as static
files. It needs an HTTP origin rather than the file system, because
the tracing and solving run in Web Workers.
Full Changelog: https://github.com/ProfessorQuantumUniverse/wifi-sim/commits/v0.1.0