Decryting payload inconsistency
It's all there (with bytes swapped in hexdump): # echo AQIDBAUGBwgJCgsMDQ4P | base64 -d | hexdump0000000 0201 0403 0605 0807 0a09 0c0b 0e0d 000f000000f
View ArticleDecryting payload inconsistency
Thanks all, I think that I was using wrong webpages to decode ... https://www.base64decode.org/http://www.motobit.com/util/base64-decoder-encoder.asp I will use the one suggested from @Martijn
View ArticleDecryting payload inconsistency
cswiger: echo AQIDBAUGBwgJCgsMDQ4P | base64 -d | hexdump echo AQIDBAUGBwgJCgsMDQ4P | base64 -d | xxd0000000: 0102 0304 0506 0708 090a 0b0c 0d0e 0f
View ArticleBusiness model warranty
Yes.The use case is as follows:One of my objectives is to enable a community of Thingsnetworkers running pollution sensors.Of course, the results have to be published in order for everyone (the...
View ArticleBusiness model warranty
I guess OpenDataCommons is a good starting point for anyone that wants to protect his/her open data, but you probably already know about that. As you already found out TTN isn't going to sue anyone...
View ArticleAPI is down?
The API is back-up since last night Happy migrating to the staging environment!
View ArticleGateway IMST IC880A / RBPI
@9600 you were right. With a new Powersupply my Gateway is up and running. @gonzalocasas a new gateway in switzerland. Thanks for the help.
View ArticleConnecting to TTN using RN2483
Hi, We are currently in Amsterdam trying to setup a basic test connection to The Things Network using Microchip RN2483 onboard a PICtail evaluation board. We have tried multiple settings (ADR on/off,...
View ArticleRFM95 vs RFM95W
Apperently there is no RFM95 and they are all RFM95W.That is what the local reseller of these modules here in NL told me and that is confirmed by the datasheet.So no confusion anymore from my side .
View ArticleConnecting to TTN using RN2483
I used to talk directly to the 2483 (until it broke yesterday) and this worked for me on the old API: // reset the radiosys reset // set DevAddr to 02:01:3D:FF (02:01:3D:xx is assigned now to TTN...
View ArticleDecryting payload inconsistency
On Mac OS X, and likely many other shells, beware to use echo -n to ensure no additional newline is added. Also, on a Mac, use -D or --decode rather than -d, which is --debug.
View ArticleGateway IMST IC880A / RBPI
gonzalocasas: @wernern Great!! Where in Switzerland are you? Cheers @gonzalocasas Spiez (Berner Oberland) my gateway should cover a big part of the Thunersee (I will try to put a TTN Node on my...
View ArticleConnecting to TTN using RN2483
If you're in Amsterdam, you could also visit our Meetup later today (Fri 29 April). We'll mac get gwnb will probably always return 0, as this functionality is not yet implemented in The Things Network.
View ArticleEasiest way to inspect incoming packets on an ic880a from a RN2483
stuartlea: to see if LoRaWAN/TTN is going to work for us You might find this interesting: http://staging.thethings.network/wiki/LoRaWAN/Limitations
View ArticleUniversal LoRa(WAN) gateway limitations, because physics?
Just some notes: FHSS makes LBT very difficult. In fact, I can't think of a great way to do LBT using FHSS while also meeting the hopping requirements. CSS or DSSS, or just some method of FDMA or even...
View ArticleAPI is down?
jamesUS: What is the difference between the App EUI and the AppKey? See this page and this page on the wiki.
View ArticleMessage Decryption for Java
Hi Arjan, thanks for your suggestion! Well in the decrypt() method you can actually see that the input actually is being decoded, so you need to supply an encoded byte array. When you supply it with...
View Article