Giter Site home page Giter Site logo

waywardhayward / iss-location-ingestor Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 21 KB

A Web App Which calculates the Position of the International Space Station an onboards that to an Azure Event Hub or an Azure IoT Hub

C# 100.00%
azure event-hubs international-space-station nasa azure-iot azure-app-service azure-iot-hub azure-iothub

iss-location-ingestor's Introduction

ISS Location Ingestor

Build

A worker app to calculate the Lat long position of ISS and send that to an Azure Event Hub or an Azure IoT Hub for processing.

Settings and Configuration

Setting Description
BATCH_SEND_INTERVAL The interval in seconds to send the batch of events to the event hub if a batch has not been filled
LLH_PROPAGATION_INTERVAL How offen to calculate the satellite's Lat Lon Altitude
TLE_REFRESH_INTERVAL How offen to refresh the TLE data from TLE_URL
TLE_URL The URL to fetch the TLE data from defaults to https://www.celestrak.com/NORAD/elements/stations.txt
TLE_BODY_NORAD_ID The NORAD ID of the object to generate LLH for defaults to 25544 (The ISS)
UPSTREAM_CONNECTION_STRING The connection string to the upstream data source, this can be used instead of IOT_HUB_CONNECTION_STRING or EVENT_HUB_CONNECTION string.
UPSTREAM_MODE The mode of the upstream data source, set this to IOT_HUB to send to an IOT_HUB
EVENT_HUB_CONNECTION_STRING The connection string to the event hub. (obselete - use 'UPSTREAM_CONNECTION_STRING')
IOT_HUB_CONNECTION_STRING The connection string to the Iot hub. (obselete - use 'UPSTREAM_CONNECTION_STRING')
EVENT_HUB_NAME The name of the event hub to send messages to

Message Format

{
  "MessageType": <MessageType>,
  "Latitude": <Latitude>,
  "Longitude": <Longitude>,
  "Altitude": <Altitude>,
  "PUBLIC_PUI": "GroundPosition",
  "Timestamp": <Timestamp>,
  "NoradID": <NoradID>
}

iss-location-ingestor's People

Contributors

waywardhayward avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.