Skip to content

GWillmann/SlideshowUDPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Digital Photo Frame Project

Made with <3 with a Raspberry Pi 3

Banner

Introduction

I have made a digital photo frame as a side project. @See details here (sorry in French for now) To simplify the control of the slideshow, I have written a quick app with React Native.

The server repo is ==> https://github.com/GWillmann/SlideshowUDPServer
The app repo is => https://github.com/GWillmann/SlideshowApp

This repo contains the code for server written in Python running on the raspberry

Installation

Place server.py somewhere in your raspberry. Change this value in server.py:

SLIDESHOW_ROOT_FOLDER = '[PATH TO YOUR SLIDESHOW FOLDERS]'

To run it after every boot, append this line to the file ~/.bashrc

python /home/pi/development/python/server.py &

Thanks

This side project was greatly inspired by

Without thoses resources, it would probably have never seen the bright lights of Github repos!

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.