Skip to content

ProjectLighthouseCAU/pyghthouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyghthouse

Build

A Python Lighthouse Adapter

(README WIP; please consult pyghthouse/ph.py or examples/README.md for usage information.)

Example scripts can be found here

Troubleshooting

If you are experiencing errors regarding SSL certificates, instantiate Pyghthouse using the ignore_ssl_cert=True keyword argument.

Required packages

  • websocket-client
  • msgpack
Optional packages used in examples
  • numpy
  • Pillow

Guide to install packages

To install packages in python, you can use pip install <package name> in a command line. For example pip install numpy. If you have problems with installing, we recommend to use this guide: https://packaging.python.org/en/latest/tutorials/installing-packages/

In Thonny, you can use a Package Manager. You can find it in Tools > Manage packages...

Packages

No packages published

Languages

  • Python 100.0%