ToolbitSDK is Software Develepment Kit for measurement and automation system. Target device is a multimeter named as Toolbit DMM for now. Please see the following project page: https://hackaday.io/project/10398-luke-open-framework-multimeterlogger
It is cross platform SDK
Source code is described by C/C++ but libraries for the following languages have been released by using SWIG:
from toolbit import Dmm
dmm = Dmm()
dmm.open()
print(dmm.getVoltage())
Download the latest source from GitHub repository.
The following command/software is required to build toolbit-lib:
- make
- For Windows, MinGW is highly recommended
- swig: http://www.swig.org/
- Ubuntu linux / Raspberry Pi
- libudev-dev
[GPLv2] Please refer to the LICENSE file in this repository