Very Simple Control Protocol Daemon 0.2.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Very Simple Control Protocol Daemon 0.2.6 (Default branch)
# 1  
Old 10-22-2008
Very Simple Control Protocol Daemon 0.2.6 (Default branch)

Very Simple Control Protocol Daemon is a daemon for home automation tasks. License: GNU General Public License (GPL)Changes:
Many minor bugs have been fixed. Symbolic names are used for TX objects in VSCP Works. There are no errors on missing generation 2 methods in CANAL drivers for the daemon. VSCP Simple Button, an application that show how to build a small Visual C++ application that sends events through the daemon interface, has been added. VSCP Simple Lamp, an application that show how to build a small Visual C++ application that receives events through the daemon interface, has been added.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sample of script that control a daemon

Hi everybody, Does somebody has a sample of script that control a daemon? for example use loop until the daemon is on and if is not on do something else? Thanks Pier (0 Replies)
Discussion started by: pierrelaval
0 Replies
Login or Register to Ask a Question
libesd.3(3)                                              Introduction to Library Functions                                             libesd.3(3)

NAME
libesd - GNOME Enlightenment Sound Daemon Interface library DESCRIPTION
The libesd library provides access to the Enlightened Sound Daemon (esd). The Enlightened Sound Daemon is launched automatically by libesd if the daemon is not already present. A sockets connection is managed with the daemon by this API. The connection allows sound data to be written to the daemon for playback, or read from the daemon for recording purposes. The daemon will automatically sample an incoming stream from a client to the best format that is supported by the sound device. Therefore, client programs do not have to be concerned with writing platform-specific code for handling sound data. The daemon supports caching. Each sample is given an ID tag, and sound data can then be accessed via this API with this ID tag. If the audio device supports simultaneous record and playback at the same bit resolution, bit rate, and number of channels (in other words, is full duplex), then the daemon and API also supports simultaneous reading and writing from the audio device. FILES
The following files are used by this application: /usr/lib/libesd.so GNOME Enlightened Sound Daemon Interface shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-audio | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
esdcat(1), esdplay(1), esdrec(1), esdsample(1), esdmon(1), esdctl(1), esd-config(1) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003. SunOS 5.10 10 Jan 2003 libesd.3(3)