TTN mobile app

Hi,
Myself Thejas…
Are you provide any mobile application?
how to integrate device data to google cloud?
How to make the network server as private server?

The easy Question first:
There are mobile APPs for IOS and Android:


But it is more or less the same as in the webconsole and probably not with the function you desire.

This is were we are in your further questions: How to get the data out of TTN?
The point to start is propapbly in the following section on the TTN website :

https://www.thethingsnetwork.org/docs/applications/
Here are described diffrent ways to integrate your data out ouf TTN into your (User) application.

To make your Network Server private is much more than just one click. You have to setup some services on your own infrastructure and point your gateways to this networkserver.
Again i can point you to information on the website:
https://www.thethingsnetwork.org/docs/network/architecture.html

1 Like

If anyone is interesting, the mobile app linked above is open source and can be found here. https://github.com/async-la/ttn-mobile.

The app uses Oauth for Authentication and the Data API for content retrieval.

1 Like

It would be nice if someone with react-native experience could create an iPad compatible version that uses the entire screen in stead of the iPhone emulation,

1 Like

This should be a pretty straightforward change through Xcode but unfortunately, the app is on an older version of react-native that no longer supports the latest version of Xcode. I’ll work on getting things up to date when I get some free time.

2 Likes