Skip to content

freefood89/Fishtank

Repository files navigation

Fishtank

Fishtank is a remote monitoring and control interface for my fishtank. The server is put together using the python flask framework.

##Starting Up the Servlet You can easily start up the servlet raw using:

python3 hello.py

By launching the servlet in debug mode, you can edit the service without having to restart it everytime. This also turns on the logger in DEBUG mode.

python3 hello.py debug

##Starting Up Using Tornado You can easily start up the servlet in a tornado container:

python3 tornadoTest.py

Launching via tornado will allow for simultaneous asynchronous connections by clients.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published