0.3.4 • Published 6 months ago

@cryptosat/cryptosim-visualization v0.3.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Cryptosim Visualization Library

This project is a visualization library for the cryptosim package written in ReactJS. It contains utilities for displaying on a map the live location of satellites, their trajectories, the locations of ground stations, The areas coveraged by the stations, and more.

Installation

The library is published at the yarn online package index as @cryptosat/cryptosim-visualization. To include it in your own project run:

yarn install @cryptosat/cryptosim-visualization

Usage

To visualize your configuration uses the following snippet:

import { Map } from '@cryptosat/cryptosim-visualization';

...

<Map universe={universe} gsnetwork={gsnetwork}>

where universe and gsnetwork are Universe and GroundStationNetwork instances of the cryptosim engine respectively. The repository contains a standalone demo app. To check it out first clone this repository and then run:

yarn install
yarn start

This will run the app in development mode. Open http://localhost:3000 to view it in the browser.

To deploy the package to npm.js, first create a production build by running

yarn build
yarn deploy

and then run

 npm init --scope=@cryptosat
 yarn publish
0.3.4

6 months ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.3

1 year ago

0.2.2999

1 year ago

0.2.29999

1 year ago

0.2.99

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.3

1 year ago

0.2.5

1 year ago

0.2.2

1 year ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.1

2 years ago

0.4.2

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago