Skip to content

Releases: ProfessorQuantumUniverse/wifi-sim

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 23:57
v0.1.0
c37d559

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