This repository contains the sources to the remoteSwitch playground at demo.switch.shackbus.org.
The playground uses docker-compose to orchestrate 8 remoteSwitch instances.
All instances use the dummy_switch implementation.
- 8x4 Bandswitch
- 10m Stackmatch
- 15m Stackmatch
- 20m Stackmatch
- 40m Antenna Switch
- 80m Antenna Switch
- 80m 4-Square
- remoteSwitch web (aggregator)
- nats-server (communication backend)
It's pretty easy to run you own demo instance locally if you have docker installed on your machine.
Depending on your OS and CPU's architecture you might have to adjust in the docker-compose.yml the arguments
- arch
- os
- release
Then just run
$ docker-compose up --build