A new project has been registered at Savannah
The project account will remain inactive until a site admin approve or discard the registration.
######### REGISTRATION ADMINISTRATION #########
While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific "Group Administration" page, accessible only to site administrators, effectively logged as site administrators (superuser):
<https://savannah.gnu.org/admin/groupedit.php?group_id=8118>
######### REGISTRATION DETAILS #########
Full Name:
----------
LabJack U12 Daemon
System Group Name:
-----------------
labjackd
Type:
-----
non-GNU software & documentation
License:
--------
GNU General Public License V2 or later
Description:
------------
Driving Daemon for the labjack U12, Input/Outuput Card
This daemon is an interface with the Labjack U12 electronic board. Its goal is to read (every 50ms) each input of the electonic board. It also propose a TCP/IP interface to access input information or to set output level. See the Labjack informations to learn more about this input/output electronic board.
Actually, the labjack electronic board (under Linux) can communicate only by a single process. Indeed this daemon goal is to be accessed by many process or programs. It can also be accessed by a Telnet Interface.
The Daemon is based on a thread wich communicate with the Labjack, and read an write inputs an outputs with a certain frequency. Another thread is waiting for a connection on TCP/IP. As soon as the connection is etablished, another thread is created to communicate with the client.
Other Software Required:
------------------------
LabJack U12 drivers for Linux (http://www.labjack.com/files/linux-labjack.tar.gz)
The pthread library.
|