Skip to content

xorduna/walledproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Walled project - python meetup BCN

components

  • walledapiapp.py: API
  • tasks.py: celery tasks
  • interactivewalledbot.py: Telegram Bot
  • rpi_framebuffer_walled_client.py: Raspberry client that outputs to framebuffer

how to run

In the server:

  • Check that redis is running
  • start api: python walledapiapp.py
  • start celery: celery -A
  • start bot: interactivewalledbot.py

In the raspberry pi

  • sudo python rpi_framebuffer_walled_client.py WALLED_API_URL WALL_ID

About

Walled project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published