Skip to content

so-90prime/PHD2-WebMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHD2 Web Monitor

Asynchonous web monitor for PHD2 Guiding.

Listens to localhost on port 4400 which is the default port for PHD2. Will eventually have a config file to set this.

Screenshot of webpage

Requirements

Python 3.6+

Installation

Running from the command line

python3 -m venv env
pip install -r requirements.txt
cd app
uvicorn main:app

Running with Docker

docker build -t phdwebmonitor .
docker run --name phdwebmonitorcontainer -d -p 80:8000 phdweb

Usage

Navigate to localhost:8000 to view the webpage.

About

Aysnc web monitor for PHD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 33.7%
  • HTML 28.9%
  • JavaScript 23.7%
  • CSS 13.2%
  • Dockerfile 0.5%