forked from shugaa/estrella
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
19 lines (14 loc) · 936 Bytes
/
README.txt
File metadata and controls
19 lines (14 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Estrella device driver for the StellarNet EPP2000 series of spectrometers.
This driver is implemented as a userspace library on top of libusb. It has been
written with Linux as a target OS in mind but porting to any libusb supported
platform should be easy. If it takes any effort at all.
A native Linux kernel driver implementation is also available by now but it does
not offer all the nifty features present in the estrella user space
implementation (e.g. averaging accross multiple scans).
Estrella can only handle USB devices at the moment but should be easily
extensible to drive IEEE-1284 connected equipment.
For documentation have a look at the 'doc' directory. The provided sample
application in 'test' should give you a pretty good idea of how things work. The
driver API resembles the semantics of the windows version quite closely, you
should feel right at home.
Installation instructions can be found in INSTALL.txt.