On Mon, 29 Mar 2004 22:42:53 +0100, Stuart Booth ... I've added a short new section on to the end of this if anybody needs to know about this area. I'm just...
On Sun, 28 Mar 2004 17:06:00 +0100, "Edward Pearson" ... Oh yeah, I see what you mean now! I'm just writing up a brief article on implementing this and the...
On Thu, 25 Mar 2004 17:28:29 -0000, "Paul Barrett" ... Okay, part 1 of this is now available. But it just covers the absolute basics that Edward described...
Stuart, I just read through all the new tutorial articles that have appeared including the one you describe below. What a wonderful resource this is to have....
On Sun, 4 Apr 2004 09:49:39 +0100, "Edward Pearson" ... Gosh, wow, I hadn't realised they would provide that kind of assistance! That's very interesting to...
On Sat, 03 Apr 2004 11:53:41 +0100, Stuart Booth ... I've now updated this same article with the first batch of details on creating a Properties form similar...
On Sun, 28 Mar 2004 17:06:00 +0100, "Edward Pearson" ... Heya Edward, I'm not sure how far you got exploring the configuration file stuff that xFx provides, if...
MessageI got the motivation to give this a try and finally installed the Visual Studio that I bought a year ago. When I try to open the xapFramework project...
... MessageI got the motivation to give this a try and finally installed the Visual Studio that I bought a year ago. When I try to open the xapFramework...
John B
home-automation@...
Apr 5, 2004 5:49 am
937
Michael - do take a look for that Microsoft upgrade offer to VS2003 - it was a great deal but I dont know when it ended - $19.95 I seem to remember inc ...
On Sun, 4 Apr 2004 20:28:30 -0700, "Michael McSharry" ... -- You will be able to rebuild a VS.NET 2002 solution file yourself though. Create the appropriate...
Guys, Imagine you have a class of message, in which one of the blocks sets some values. Say you later want to query those current settings. How do you...
Ooo, I almost forgot to update you here. I've uploaded build v1.2.9.6 of xFx to the usual places. I've also rebuilt and uploaded the various plugin runtimes....
"A week or so ago I started working on a xap 1wire gateway, and with the help of Patrick Lidstone a a few others, I can now release an alpha version for you to...
I've deleted the database logger from the "Files" area of this group. An updated version, together with the latest version of xAPdb, can be found at...
You can also download the schema for the xAP 1wire gateway from www.smgsystems.co.uk, but bear in mind it's a work in progress. The schema I have published...
Hi Stuart, I have no experience in 1 wire yet but I'm going to have a play soon - I am thinking of getting one of those 1 wire weather stations which seem ...
I've got one! It'll need a bit more work to get the 1-wire gateway to work with it, because it uses a 1-wire mux to control some of the sensors. Be nice to get...
Mainly aimed at Patrick, but others welcome to chip in :-) I've been toying with the idea of adding "pages" to Patrick's xAP-Display app, so that each new...
... I've been doing something along similar lines with the Homepod software. Each page comprises a number of xAP message elements, which are cached locally -...
... Wassat then? I did use some chaps linux 1-wire weather station for a while, but it used to lose sight of the WS so often that it became more trouble than ...
Devices appear in a filesystem similar to /proc simple example of how to read all the temperatures to see all the temperatures: grep '.' 1wire/*/temperature ...
... OWFS is the one-wire file system, it basically opens up the 1wire net in a more recognisable fashion, you use normal unix tools to read them as files. It...
... There's an interesting overlap here with the very capable display queue management that Stuart's Slim Connector has. Within that he has handled multiple...