A Electron app that eases serial data formatting and visualization. ZenView is a powerful Data visualization tool, which was made especially for Zenith's missions.
Environment and Tools • Steps to run and debug • How to contribute?
ZenView is being developed to be a multi-platform and multi-propose powerful data visualization tool. This project has the ambition to be a generic interface, which will make it possible to visualize all kinds of data on one unique platform, without the need to write specialized software.
Our main goal is to run ZenView as a Ground Station Software, making it possible to visualize the data send by our CubeSats. ZenView is hardware agnostic, so it is generic enough to receive data through Serial communication without handling hardware specifics.
ZenView makes it possible for the user to create his charts, 3D models, tables, and maps with his criteria!
TBD: specify dependencies
In order to run ZenView in your local machine, you must have Node.js and npm installed in your machine. Check the instructions to install them on Node.js website.
After installing Node.js, run the following commands and ZenView will open up.
npm install
npm start
npm install
will install all dependencies and npm start
will run the program.
We love when new people come and help us to improve our software! If you want to contribute to this project, check our Projects board and pick an idea to develop. When you finish coding, make a clear and descriptive pull request explaining your modifications.
If you find any sort of problem or have a suggestion to the project, please write an issue and we will be pleased to help you!