albertzl / artisan

Automatically exported from code.google.com/p/artisan
GNU General Public License v3.0
0 stars 0 forks source link

Artisan helps coffee roasters record, analyze, and control roast profiles. With the help of a thermocouple data logger, or a proportional–integral–derivative controller (PID controller), this software offers roasting metrics to help make decisions that influence the final coffee flavor.

HOME

The project home is on Google Code were all source and binary files are available as well as an issue tracker.

http://code.google.com/p/artisan/

MAILING LISTS

Users: https://lists.mokelbu.de/listinfo/artisan-user Developers: https://lists.mokelbu.de/listinfo/artisan-devel

FEATURES

o runs on Windows, Mac OS X 10.6/10.7/10.8 on Intel 64bit processor, and Linux (on OS X 10.8 Mountain Lion you need to tick "Allow applications downloaded from Anywhere" in the Security & Privacy Preference Panel to start the app) o ET/BT logging and PID control supporting the following devices

INSTALLATION

(see the Artisan project Wiki at GoogleCode for the latest installation instructions)

o Windows

Artisan for Windows needs a Visual C++ runtime library (file) from Microsoft. This is automatically installed from v0.6 on by the Artisan installer. If Artisan cannot start it will open a Windows error. This is because your computer is missing this file. If you get a window error when you try to start Artisan, install this program:

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)

http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en

If artisan starts when clicking on artisan.exe (a window pops open with many buttons), then your computer already have this file and you don't need to install anything. Newer OS like Windows 7 come with this file.

o Mac OS X (>=10.6.x)

o Linux

The Linux package is compatible with Ubuntu/Debian and CentOS/Redhat (glibc 2.12). For now, we simply offer a .deb Debian package as well as an .rpm Redhat package that you have to install manually. This can be done by either double clicking the package icon from your file viewer or by entering the following commands in a shell.

Installation on Ubuntu/Debian

sudo dpkg -i artisan_.deb

Uninstall on Ubuntu/Debian

sudo dpkg -r artisan

Installation on CentOS/Redhat

sudo rpm -i artisan_.rpm

Uninstall on CentOS/Redhat

sudo rpm -e artisan

In case you run into permission problems such that Artisan is not allowed to read or write to the selected /dev/USB device, you might need to add your account (username) to the dialout group via

sudo adduser dialout

After this command you might need to logout and login again. Try

id

that your account was successful added to the dialout group.

LICENCE

Artisan is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Artisan is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Copies of the GNU General Public License has been included with this distribution in the file LICENSE.txt. An online version is available at http://www.gnu.org/licenses/.

LIBRARIES

Artisan uses the following libraries in unmodified forms:

VERSION HISTORY

v0.9.2 (16.1.2015)

v0.9.1 (3.1.2015)

v0.9.0 (17.11.2014)

v0.8.0 (25.05.2014)

v0.7.5 (6.04.2014)

v0.7.4 (13.01.2014)

v0.7.3 (12.01.2014)

v0.7.2 (19.12.2013)

v0.7.1 (2.12.2013)

v0.7.0 (30.11.2013)

v0.6.0 (14.06.2013)

v0.5.6 (8.11.2012)

v0.5.5 (28.9.2011)

v0.5.4 (28.8.2011)

v0.5.3 (30.7.2011)

v0.5.2 (23.7.2011)

v0.5.1 (18.6.2011)

v0.5.0 (10.6.2011)

v0.5.0b2 (04.6.2011)

v0.5.0b1 (28.5.2011)

v0.4.1 (13.4.2011)

v0.4.0 (10.4.2011)

v0.3.4 (28.02.2011)

v0.3.3 (13.02.2011)

v0.3.2 (31.01.2011)

v0.3.1 (12.01.2011)

v0.3.0 (11.01.2011)

v0.2.1 (02.01.2011)

v0.2.0 (31.12.2010)

v0.1.0 (20.12.2010)