Skip to content

Demo application for the Ardexa Platform using wxPython

License

Notifications You must be signed in to change notification settings

ardexa/pi-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ardexa Demo Application

Demo application for the Ardexa Platform using wxPython. Designed to run on a Raspberry Pi using the Official Touch Screen.

Dependencies

Requires wxPython, our read_dht project and the Ardexa Agent

sudo apt-get install python-wxgtk2.8

Once the Ardexa Agent is loaded, replace the default ardexa.yaml with the one supplied in this repo. Remember to update the vhost option to point to your organization.

Launch the app

To manually launch the app from the command line

./ardexa.py

To launch the app from the Desktop, copy the script to the desktop

cp ardexa.py ~/Desktop

Then double click/tap the icon and select Execute.

To have the app launch on boot

cp ardexa.py ~/Desktop
echo “@/usr/bin/python /home/pi/Desktop/ardexa.py” >> ~/.config/lxsession/LXDE-pi/autostart

Exit the app

Press CTRL+Q to exit the app. NB the app must have focus.

About

Demo application for the Ardexa Platform using wxPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages