Skip to content

goksyli/rDSN.Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rDSN.Python

Python dev library atop of rDSN's C service API

Overview

rDSN.Python is a Python library enabling users to run rDSN apps written in Python, or rDSN apps written in C/C++ compiled as dynamic-link libraries.

We also provide a special app called "rDSN.Monitor" as a monitor panel for better observation on system running information.

Setup

for Linux

  1. build rDSN -> libdsn.core.so
  2. run build.sh, it will automatically install everything for rDSN.Python and rDSN.monitor.

for Windows

  1. build rDSN -> dsn.core.dll
  2. build python_helper(rDSN.Python/src/dev/python_helper) with dsn.core.dll -> dsn.dev.python_helper.dll
  3. copy dsn.core.dll and python_helper.dll under the root of app folder(echo, rDSN.monitor and etc.)
  4. install python dev(rDSN.Python/src), by running:
python setup.py install

Setup finished.

Run apps

To run the echo, a simple python rDSN app, you just need:

python EchoMain.py

To run rDSN.Monitor, you could check readme file under the rDSN.Monitor.

About

Python dev library atop of rDSN's C service API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.2%
  • HTML 9.8%
  • Python 5.9%
  • CSS 2.1%
  • C++ 1.5%
  • Batchfile 0.3%
  • Other 0.2%