Skip to content

Designed for real-time visualization of bolide events in an interactive form.

Notifications You must be signed in to change notification settings

bolidozor/BolidozorKiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

BolidozorKiosk

BolidozorKiosk offers visitors the opportunity to interactively explore data from the network and see how frequently meteors are detected. This interactive feature can be an excellent addition to observatories, where visitors can gain a wealth of information about the network without requiring the presence of an expert.

PXL_20241019_152549530

By using BolidozorKiosk, users can see real-time meteor detection and historical data, providing a hands-on experience that enhances their understanding of meteor observation and the technologies behind it.

Installation

Tested on a clean installation of Ubuntu 24.04:

  sudo apt update
  sudo apt install git nano htop mc nodejs
  sudo apt install npm # Must be in a separate apt command after nodejs installation

  # Clone the git repository

  mkdir repos
  cd repos
  git clone
  cd BolidozorKiosk/bolidozor_kiosk
  
  npm install --force

  sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=1

  npm serve run
  npm start

About

Designed for real-time visualization of bolide events in an interactive form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published