Chirpstack Simulator for end node

@brocaar I want to simulate an end node so it can send data to my chirpstack application server (I already have the Mqtt broker, network and application server installed and configured on an EC2 instance on AWS) so I can see Live LoraWan frames.
I know the simulators are here https://github.com/brocaar/chirpstack-simulator
Do I just install everything on my EC2 instance on AWS?
Does it matter if I already have the Mqtt broker, network and application server installed?

Please let me know. Thank you

In order to use the ChirpStack Simulator, you must have a MQTT broker setup, together with the ChirpStack Network Server and ChirpStack Application Server.

Where you run the Simulator doesn’t really matter. It could be on the same server or on a different server or on your own machine.

1 Like

Hi @brocaar thank you. Solved it in the end. Thanks again.