Hello everyone, as the title. Currently, I can see the gateway data in the TTN. I have read a lot of information on TTN, but I still can’t find how to simply save the information to the computer in real-time. How can I do it?
You can’t. The V2 console does not allow you to save the gateway information to your system. Some people seem to have found a way to ‘abuse’ the mechanism used to display the data, however this is not supported and because of the load it places on the console not encouraged.
I suspect you may be looking for the integrations:
https://www.thethingsnetwork.org/docs/applications/integrations.html
Look at the Data Storage, HTTP or MQTT items
What about running nodered and store it in a mysql database or influxdb.
Headstart: MQTT in Node-RED [HowTo]