You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your software to simulate a device connected to the ChirpStack platform I had deployed in a server. However, when I try to connect it, after sucessfully conected the MQTT client of your software, I had some error messages from the software.
The configuration file I use is:
encoded_type = []
log_level = ""
[mqtt]
server = "tcp://192.168.27.51:1883"
user = ""
password = ""
downlink_topic = "gateway/%s/command/down"
uplink_topic = "gateway/%s/event/up"
[forwarder]
nserver = ""
nsport = ""
[band]
name = "AU_915_928"
[device]
eui = "0201010101010103"
address = ""
network_session_encription_key = ""
serving_network_session_integrity_key = ""
forwarding_network_session_integrity_key = ""
application_session_key = ""
marshaler = "json"
nwk_key = ""
app_key = "03010101010101010101010101010103"
join_eui = "0000000000000000"
mac_version = 0
profile = "OTAA"
joined = false
skip_fcnt_check = false
[gateway]
mac = "647fdafffe007f9f"
bridge_version = ""
[data_rate]
bandwith = 125
spread_factor = 10
bit_rate = 0
[rx_info]
channel = 0
code_rate = "4/5"
crc_status = 1
frequency = 915200000
lora_snr = 7.0
rf_chain = 1
rssi = -57
[raw_payload]
payload = "DEEFF"
use_raw = true
script = "\n// Encode encodes the given object into an array of bytes.\n// - fPort contains the LoRaWAN fPort number\n// - obj is an object, e.g. {\"temperature\": 22.5}\n// The function must return an array of bytes, e.g. [225, 230, 255, 0]\nfunction Encode(fPort, obj) {\n\treturn [];\n}\n"
use_encoder = false
max_exec_time = 100
js_object = ""
fport = 2
[redis]
addr = ""
password = ""
db = 0
[provisioner]
hostname = ""
username = ""
password = ""
path = ""
Token = ""
Hi, @LuighiV. I'm no longer maintaining this repo, @scartill is, so maybe he could give you a hand.
Actually, I tried transferring ownership of it to him some time ago, not sure what went wrong. 🤔
I am trying to use your software to simulate a device connected to the ChirpStack platform I had deployed in a server. However, when I try to connect it, after sucessfully conected the MQTT client of your software, I had some error messages from the software.
The configuration file I use is:
In the chirpstack server I got:
In the debug messages from the app:
In the ChirpStack aplication server there is a device with the EUI: 0201010101010103 with AppKey 03010101010101010101010101010103
Could you please, help me with this setting.
The text was updated successfully, but these errors were encountered: