Skip to content

rhombicosi/Lightstreamer-example-ISSLive-client-javascript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightstreamer - ISSLive Demo - HTML Client

The Lightstreamer ISSLive Demo is a simple dashboard application fed with live telemetry data from the International Space Station.

Live Demo

screenshot

Details

This ISSLive Demo shows a simple dashboard containing a list of items, which can be subscribed with a click against the public Lightstreamer Server at push.lightstreamer.com. The incoming data is retrieved by such Lightstreamer Server from a public NASA feed and bridged to the clients subscribing to it: the pushed data is not simulated, is the actual telemetry data from the International Space Station.

The demo contains a list of categories: select a category to show the list of available symbols. Both categories and symbols are currently hard coded into the application; you can check out the full dictionary on the official ISS Live! website.

Each symbol is represented as an item in the Lightstreamer data model: single-item subscriptions are used to add/remove elements to the list of monitored symbols. Through the Lightstreamer client library it is possible to limit the frequency of the updates per each single item and the bandwidth of the whole dashboard: sliders to control such aspects are available in this demo.

A minimal version of this application is also available on this project under the src_minimal folder (you can see it live here ). This version is only comprised of a single html file that subscribes to a fixed set of symbols (the space station position and velocity data): you can use it as an "hello world" to help you write your own client application based on the data offered by the public server.

Install

The adapter set used by this demo application is not available to be installed on a local Lightstreamer Server. As per now, and for the foreseeable future, the server hosted at push.lightstreamer.com can be used to feed a local version of the client application.

  • Download this project.
  • Deploy this demo on the Lightstreamer Server (used as Web server) or in any external Web Server: copy there the contents of the /src folder of this project. The client demo configuration is already pointing to the correct Lightstreamer Server.
  • Lightstreamer JS client, RequireJS, AngularJS and jQuery are currently hot-linked in the html page: you may want to replace them with a local version and/or to upgrade their version.
  • Open your browser and point it to to the newly deployed folder.

See Also

Lightstreamer Compatibility Notes

  • Compatible with Lightstreamer JavaScript Client library version 6.0 or newer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.7%
  • HTML 24.1%
  • CSS 11.2%