Send Downlink with M2Mqtt using .NET

Hi, I have been trying to send downlink messages to my Lora devices using .NET
It works fine via the TTN console but I am unable to send downlinks via my developed application

I am using M2MQTT - I can connect successfully to my application but the publish does not work.

I have tried those 2 methods

  • MQMTT.Publish(“App_ID/devices/Dev_ID/down” ==> as the Topic
  • MQMTT.Publish(“App_EUI/devices/Dev_EUI/down”

And the Data both in String and json format with the payload in Base 64.

I am only trying to send a value of hex 0 on port 1.

Any examples would be appreciated.

Any SDK for Visual Studio soon ?

I tried and tested the following repo for subscription updates, but it doesn’t have control capability implemented

(Keep me posted)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.