🚧 Under Construction
This project is currently under development. Please check back later for updates.
This is is a support package for:
These two packages do not depend on each other, yet the services they spawn will communicate with each other in the form of serialized messages (sent via websockets). This requires the code in these two packages to follow the same convention on how messages are serialized and deserialized. To enforce this, these two packages are dependant on the nightskycam-serialization package and use its API for serializing / deserializing messages.
This package uses poetry.