joepavitt / node-red-satellites

A web map app for Node-RED to put blobs on
Apache License 2.0
9 stars 12 forks source link

TLE using data from http-request node #6

Closed juggledad closed 4 years ago

juggledad commented 4 years ago

In this example, an http-request node is used to get the TLE data for a satellite. The string that comes back is split and moved into msg.satid, msg.tel1, msg.tel2 and msg.payload is set to a timestamp. The messages are tehn sent to a join to create one msg that goes to the TLE node to get the coordinates of the sattelite.