Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.35 KB

README.md

File metadata and controls

48 lines (34 loc) · 2.35 KB

p44script Examples

This repository contains p44script examples as being used with P44-DSB and P44-LC commerial units, with free P44-DSB/LC-X image based DIY RaspberryPi installations and with custom variants of the P44 devices as used in various contexts.

The idea is that this repository can serve as a "quarry" for finding ideas and how-to tricks from real projects, and sometimes their evolution (through looking at the git history).

This contents of this repository does not aim to be self-explanatory or particularily ready to use - for more examples with more guidance please check out the tutorials in the p44 tech docs and the p44 tech docs in general.

Notes:

  • The scripts are regular text files, but have the .p44s extension to mark them as p44script source (like .cpp marks C++ or .js marks JavaScript).

  • The same file extension is also used in the scripts stored on the device itself (in /flash/scripts/vdcd) and in the device configuration zipped backup archives (since 2.7.x/1.7.x firmware of P44-DSB or -LC, resp.)

p44script Beispiele

Dieses Repository enthält p44script-Beispiele, wie sie mit kommerziellen P44-DSB und P44-LC Geräten, mit freien P44-DSB/LC-X-Image-basierten DIY-RaspberryPi-Installationen und mit eigenen Varianten der P44-Geräte in verschiedenen Kontexten verwendet werden.

Die Idee ist, dass dieses Repository als "Steinbruch" dienen kann, um Ideen und How-to-Tricks von echten Projekten zu finden, und manchmal auch deren Entwicklung (durch einen Blick in die Git-Historie).

Der Inhalt dieses Repository hat nicht den Anspruch, selbsterklärend oder besonders gebrauchsfertig zu sein - für weitere Beispiele mit mehr Anleitung schauen Sie bitte in die tutorials in the p44 tech docs und die p44 tech docs im Allgemeinen.

Hinweise:

  • Die Skripte sind normale Textdateien, haben aber die Erweiterung .p44s, um sie als p44script-Quelle zu kennzeichnen (so wie .cpp C++ oder .js JavaScript kennzeichnet).

  • Die gleiche Dateierweiterung wird auch in den Skripten verwendet, die auf dem Gerät selbst gespeichert sind (in /flash/scripts/vdcd) und in den zip-gepackten Backups der Gerätekonfiguration (seit 2.7.x/1.7.x Firmware des P44-DSB bzw. -LC).