pixoPython/server/readme.md

12 lines
339 B
Markdown
Raw Permalink Normal View History

2018-10-30 06:39:57 +00:00
# PixoPython Server
This is a small python server that uses [Bottle](https://bottlepy.org) to provide an encrypted REST interface to the pixo firmware (and future compatibles).
2018-10-30 07:24:18 +00:00
## Server Specification
2018-10-30 06:39:57 +00:00
2018-10-30 07:24:18 +00:00
Refer to [specification.md](specification.md) for the API definitions
2018-10-30 06:39:57 +00:00
# LICENSE
MIT, Refer to the `license` file in the project root