Skip to content

needs a configuration file with parameters

In a distributed deployment, many papad instances will be running on different raspberry pis. Each instance will depend on a local folder named by mac id (or some other hash) Also each instance can sync files(audio, image and annotations) from other pi's in the network In this setup every pi (or mac id is a channel) below is an example of breaking up the URI to make it dynamic such that the annotation targets resolve to a file on the local system.

example: a. http://da.pantoto.org/audio-girish-radio/FOLDER01/150409-153031.MP3 <papad-service-name>/<pi-mac-id>/<path/file.ogg>

papad-service-name = da.pantoto.org pi-mac-id = audio-girish-radio (unique id across the network) path = FOLDER01/ file = file.ogg