brocaar / chirpstack-simulator

Simulator utility for the ChirpStack open-source LoRaWAN Network-Server.
https://www.chirpstack.io
MIT License
64 stars 51 forks source link

the simulator does not work #1

Open NicoPelos opened 4 years ago

NicoPelos commented 4 years ago

I am trying to deploy the simulator but it tells me a fatal error:

FATA[0001] grpc dial error: context deadline exceeded

zhouyangwen commented 4 years ago

in the config file。when option “insecure=false” grpc should use tls when connect。 in order to connect ChirpStack Application Server success。 please set chirpstack-simulator.toml with “insecure=false”。

ashleyoldershaw commented 3 years ago

Worked for me - had to set insecure=true, will try a PR as it seems like a recurring problem :)