资 源 简 介
PyAIBO is a simple development framework to integrate existing C/C++ programs with Python. By re-declaring the existing functions/methods and variables in your program with macros provided by PyAIBO, you can expose your program"s functionality to Python interpreter. PyAIBO also facilitates a form of distributed programming, in which Python engine acts as a controller for coordinating processes running on multiple platforms.
This program is still considered as experimental. Please help me to test it. Any suggestion for further improvements are very welcomed.
**This code release has been deprecated. PyAIBO is rebranded as PyConnect at https://github.com/uts-magic-lab/pyconnect with updates and bug fixes.**