Today I started testing my fixed (thanks @kersing !)RN2483 to the new backend. I was able to register an application and the device and attach via ABP. When subscribing to the uplink messages I can see them coming in but they seem encrypted. The --plain flag from the docs are not supported on my ttnctl version v1 (build date=2016-05-04T09:44:11Z):
[arjan@MacVoice ~]$ttnctl subscribe --plain
Error: unknown flag: --plain
Usage:
ttnctl subscribe [DevEUI] [flags]
How can I decode the uplink messages? Also setting downlink messages doesn't seem to work as documented (or I'm misreading):
[arjan@MacVoice ~]$ttnctl downlink 0000000002013DFF 'hello back!'
FATAL Insufficient arguments
[arjan@MacVoice ~]$ttnctl downlink 0000000002013DFF --plain 'hello back!'
Error: unknown flag: --plain
Usage:
ttnctl downlink [DevEUI] [Payload] [TTL] [flags]