Skip to content

soumyadipdm/dbus_app_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

dbus_app_server

Proof of concept app using D-bus as the message bus between webapp serving RESTful API and a db

More details here

Installation:

Assumes Ubuntu 16.04

1. Install python3-gi, it's not available in PyPI
sudo apt-get install python3-gi

2. Create a virtualenv with system site-packages as you'd need python3-gi
python3 ~/bin/virtualenv-15.1.0/virtualenv.py --system-site-packages pybus

3. Activate it
source pybus/bin/activate

4. Install the required packages, mentioned in requirements.txt
pip install -r requirements.txt

About

Proof of concept app using D-bus as the message bus between webapp serving RESTful API and a db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages