pingoscope

Table of Contents
-
About The Project
-
Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
About The Project
The Pingoscope is a addon for a horizontal mounted telescope, it points the telescope to a target and follows the target.
Built With
Getting Started
Installation
-
Clone the repo
git clone https://github.com/Pingoin/pingoscope.git
-
Install NPM packages
npm install
-
compile Source
npm run build
Server Linux
-
modify paths in pingoscope.service
-
copy File to folder
sudo cp pingoscope.service /lib/systemd/system
-
Refresh Service List
sudo systemctl daemon-reload
-
enable service
sudo systemctl enable pingoscope
-
Start service
sudo systemctl start pingoscope
Usage
Connect the Stellarium-Telescope Plugin to port 10001.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature)
- Commit your Changes (
git commit -m 'Add some AmazingFeature')
- Push to the Branch (
git push origin feature/AmazingFeature)
- Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/Pingoin/pingoscope
Acknowledgements