Can we use TCP socket to connect with the TTN node?
I'm afraid it's time to start read some basics, and get the terminology right, before posting questions: LoRaWAN 101. (And no, HTTP does not use LoRa, but uses TCP/IP indeed. And what you'r referring...
View ArticleCan we use TCP socket to connect with the TTN node?
Thanks arjanvanb! I already read it and understand the layer-2 concepts. Page 8 tells me it is TCP then why wont the port 80 work. from here it says that MQTT broker...
View ArticleCan we use TCP socket to connect with the TTN node?
sorry thats what i meant. REST API. I messed up the lingo
View ArticleCan we use TCP socket to connect with the TTN node?
HTTP uses port 80 by default, and so does your browser when connecting to http://thethingsnetwork.org/api/v0/nodes/05060709/ So, as your browser works, port 80 works well for the REST API. I would not...
View ArticleCan we use TCP socket to connect with the TTN node?
I have tried with HTTP a couple of Days back and it works fine and i was able to read the Json Array. But now a simple connect with tcp gives me tcp error for my REST API link. Will stick to your...
View ArticleRequest for Comments: Network Architecture
First lets define a network domain as a collection of internet addresses that map to NwkID's The TTN would be an example of a network domain and would be in the form of a registry managed by the TTN...
View ArticleAmazon dash button equivalent
If you just want an IoT button in your home, you probably don't need lorawan. It's possible to use an ESP8266 which sends out something through wifi. I like this example here:...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
LoRa inter-server interface definition.pdf Are you perhaps looking for his ?
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Nice! Assuming the Kerlink uses this Semtech interface, then that explains why the source code of the packet forwarder knows about rxpk and txpk, but not about, for example, userdata: the latter is...
View Article[official] Wiki down / Wiki problems / Wiki issues / Wiki not working /...
Found two "orphaned" links on the wikihttp://thethingsnetwork.org/wiki/Hardware/Hardware/OverviewNodeshttp://thethingsnetwork.org/wiki/otaa
View Article[official] Wiki down / Wiki problems / Wiki issues / Wiki not working /...
The map in the "communities" part at the first page is so amazing, but it seems links to some pictures (for example profile pics) within community pages have been broken.
View ArticleWhere to find RN2483 firmware updates
Glad you found the information. (I've been off-line for various reasons for the last 3 weeks)
View ArticleUse Cases in Agriculture
This is one interesting use case in agriculture:https://hackaday.io/project/4758-sentrifarm I wonder if any of the team members of the SentriFarm have joined this forum to share with us their...
View ArticleWageningen / Veenendaal / Ede, The Netherlands
I'm in the phase of forming team to get Wageningen, Veenendaal, Ede and the rest of FoodValley covered with TTN. For those interested to join, please have a look at...
View ArticleRaspberry Pi Based Node and Gateway Hardware Suggestions
This March 16th 2016 blog post from Andrew Back, who seems to be working on the Flood Network with @lovehz and others, might give you some ideas for a multi-channel gateway: Building a Raspberry Pi...
View ArticleSingle Channel Gateway
Still testing and getting rid of the last watchdog reset messages. Patience please.
View ArticleOpen-source LoRaWAN network-server
I have a problem. when i start the semtechbridge with mosquitto i see the packages come in, however when i start anything else with it, no packages show up at the bridge.any idea anyone?This seems to...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Hello @JamesC, Yes I did read the specification before, implementing but some documents are difficult to get if you don't know how they are called, in any case thanks for pointing me out to that...
View Article