GabrielMMelo / domos_api

DomOS (DOMotics Open Server)

Home Page:https://domos.icu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyIoT's logo

PyIoT

Your home controller powered by python

This project was splitted out in 3 repositories:

It's not python, but is okay...

PyIoT aims to be a scalable home controller application which you can easily add/remove nodes and get the whole controll of your home devices.

Running

To get started with the PyIoT, just follow this steps below.

Install Redis server

apt install redis-server
redis-server

Clone this repo

git clone https://github.com/GabrielMMelo/pyiot-api
cd pyiot-api/
mkvirtualenv pyiot
pip install -r requirements.txt

Run the application

python manage.py runserver 0.0.0.0:8000

You'll also need to follow the steps described in the two anothers repos as well

Deploying

TODO*

Testing

TODO*

Contributing

TODO*

About

DomOS (DOMotics Open Server)

https://domos.icu


Languages

Language:Python 100.0%