Announcing staging environment of TTN Back-end 1.0
Ok! github.com/TheThingsNetwork/ttn Issue: Tx-queue MQTT topic opened by arjanvanderoest on 2016-05-09 Hi, I would like to be able to track wether a downlink message has been removed from the queue...
View ArticleKerlink installation not possible (wiki possibly out-of-date)
I ordered two Kerlinks and actually got two separate versions: one that is factory calibrated and one that is not. As far as I know there are 3 type of Kerlink IOT 868 MHz Stations: the 20 dBm with no...
View ArticleNode data to HTTP
Just a question, I want to send the data from my nodes to my webserver. I want to send this data to a HTTP URL, has someone around here already done that and wants to help me with this?
View ArticleDownlink issues
At the moment I'm having some problems getting my implementation of downlink to work.My current setup is an IC880a SPI gateway running the TheThingsNetwork/packet_forwarder.And my current node is an...
View ArticleNode data to HTTP
Do you know if there is a some sort of example of that, where I can see how it should be done?
View ArticleNode data to HTTP
I haven't build this yet, but I did a quick test with a local TCP input socket on port 666 (ah well) that feeds it into a TCP output. [arjan@MacVoice ~]$telnet localhost 666 Trying ::1... Won't send...
View ArticleNode data to HTTP
Hi Sander, If you're gateway is connected to TTN, you can use a small NodeJS application which listens to the TTN MQTT broker, and calls a URL on every message event. See this topic for an example:...
View ArticleOTAA denied using RN2483 + iC880A&RPi
Thanks @wernern, changing the serv_port_down did the trick! Bart
View ArticleOver-the-air-activation OTAA with LMIC
Kibet: With ABP it has always been an instant join I guess you know, so just to be sure/for future readers: with ABP no join request is sent at all. Instead, all keys needed for the communication are...
View ArticleLMIC-1.51 fitting in Arduino Atmega 328
platenspeler: But for some reason it does compile on ATmega328 and it runs but it does not join the network (and tries forever). Timing issue? Just in case it helps, Thomas listed some possible...
View ArticleStaging environment down?
I just tried to pick up the node development I worked on last week but the staging environment seems down. http://staging.thethingsnetwork.org/wiki/ is down but I also have problems connecting with...
View ArticleEasiest way to inspect incoming packets on an ic880a from a RN2483
Hi. I'm trying to do the same thing you mentioned. I want to be able to see the incoming packets somehow before hooking up my gateway to TTN. Did you have any luck with this? Thanks! James
View ArticleStaging environment down?
and it's working again.I am glad it is not my software or my gateway messing up things. No idea if this was planned maintenance or some unplanned bug that crawled out of the server.It's just too bad...
View ArticleStaging environment down?
The gateway responsible for the outage is B827EBFFFF1BF333. Screen Shot 2016-05-09 at 22.30.13.png2114x244 6.85 KB I'll do my best to add some kind of rate limiting tomorrow.
View ArticleStaging environment down?
Can one gateway sending that much messages bring down the whole network - Ouch!Would indeed be great if some kind of rate limit is added. htdvisser: B827EBFFFF1BF333 This is in the MAC address range...
View ArticleLMIC-1.51 fitting in Arduino Atmega 328
@platenspeler: I changed the code around case AES_ENC: to case AES_ENC: for (u1_t i=0; i< len; i+=16) AES_Encrypt(buf+i, AESkey); break; as you suggested. Your solution was simpler than I would...
View ArticleStaging environment down?
Staging environment is down? I am actually with ttnctl join and my packages are not being show up
View ArticleStaging environment down?
Environment seems to be up right now, i'm able to send a message from node to MQTT client.
View Article