Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/labhardware
Interfacing with some (kind of) common physics laboratory equipment.
https://github.com/imrehg/labhardware
Last synced: 12 days ago
JSON representation
Interfacing with some (kind of) common physics laboratory equipment.
- Host: GitHub
- URL: https://github.com/imrehg/labhardware
- Owner: imrehg
- License: mit
- Created: 2009-08-27T03:13:50.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T06:53:56.000Z (almost 12 years ago)
- Last Synced: 2024-04-08T17:42:20.182Z (8 months ago)
- Language: Python
- Homepage:
- Size: 532 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
labhardware
===========Various laboratory control code, eternally work in progress.
Examples include:* Oscilloscope
* multimeter
* function generator
* frequency counter
* translation stagestructure
=========Currently it is not organized too well. (That's on the TODO)
* drivers -> various drivers for laboratory hardware
* labauto -> example project from earlier
* projects -> full software solving various problems
* serial -> drivers using serial connection (from earlier)license
=======Placed under MIT/X11 style license.
See License.txt file for details.