You can use the open-source vesion of AirView with the Signaling Server.
Use AirView without the internet as long as you are connected to the same LAN !
You can also use Web ver. with AirView
One user clones the signaling server and executes it.
git clone https://github.com/TeleCAUm/signaling-server.git
cd signaling-server
npm i
npm start
All users perform the following:
- Connect to the same Wi-Fi or wired LAN
- Run the airview-client
git clone https://github.com/TeleCAUm/airview-client.git
cd airview-client
npm i
npm start