Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rDSN-Projects/rDSN.Python

Open more actions menu

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

Contributors 5

Morty Proxy This is a proxified and sanitized view of the page, visit original site.