Search the web
Sign In
New User? Sign Up
xAP_developer
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 941 - 970 of 2025   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
941
"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...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 5, 2004
4:14 pm
942
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...
Mark Harrison (Yahoo!)
mark_harriso...
Offline Send Email
May 5, 2004
7:19 pm
943
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...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 5, 2004
10:05 pm
944
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 ...
Kevin Hawkins
ukusaconsulting
Offline Send Email
May 5, 2004
10:23 pm
945
On Wed, 5 May 2004 23:23:04 +0100, Kevin Hawkins <lists@...> ... Sorry Kevin, I've never used one, you may have more luck on the main ukha list...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 7, 2004
7:58 am
946
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...
Patrick Lidstone (Per...
patricklidstone
Offline Send Email
May 7, 2004
9:11 am
947
Perhaps using the OWFS is the best solution to this ? Stuart...
Stuart Poulton
poulton_s
Offline Send Email
May 7, 2004
9:44 am
948
... Could be, but that does require the end user to install something extra himself doesn't it? Even if the driver does sit in user space. -- -S...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 7, 2004
10:12 am
949
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...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 7, 2004
11:25 am
950
... 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 -...
Patrick Lidstone (Per...
patricklidstone
Offline Send Email
May 7, 2004
11:39 am
951
... 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 ...
Patrick Lidstone (Per...
patricklidstone
Offline Send Email
May 7, 2004
11:40 am
952
Details: http://owfs.sourceforge.net/...
Stuart Poulton
poulton_s
Offline Send Email
May 7, 2004
11:48 am
953
Sorry Stuart, perhaps I'm being thick, but I'm not sure how it really helps with decoding data from the Weather Station? Patrick...
Patrick Lidstone (Per...
patricklidstone
Offline Send Email
May 7, 2004
11:52 am
954
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 ...
Stuart Poulton
poulton_s
Offline Send Email
May 7, 2004
11:59 am
955
... 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...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 7, 2004
1:23 pm
956
... 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...
Kevin Hawkins
ukusaconsulting
Offline Send Email
May 7, 2004
2:01 pm
957
I have just uploaded the latest version of the 1wire gateway schema, along with a new version of the code that actually follows it. There are now only two...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 8, 2004
4:02 pm
958
I am running some queries on the tables created by the xapdblogger (mysql) and have come across an oddity that there is probably a really simple explanation...
James Traynor
JamesTraynor
Offline Send Email
May 8, 2004
10:53 pm
959
... How much data is there in the table? I assume header_id & source are both indexed? 9 seconds is a hell of a long time for a query. ... The manual states...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 9, 2004
8:28 am
960
... If you prepend "explain" to the query, it will tell you what it's doing and what indexes it's using etc. Prepend explain to both those queries & mail it to...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 9, 2004
11:53 am
961
... They both come up with : +----------------+-------+---------------+---------+---------+--------+--------+------------+ ... rows | Extra | ...
James Traynor
JamesTraynor
Offline Send Email
May 9, 2004
12:33 pm
962
... Then it must be that mysql is doing something different with the quoted version. PHP for example treats " different to ', it will look through the " string...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 9, 2004
1:21 pm
963
... If they are treated differently then, it may be an issue with character coding and translation to/from unicode. (Perhaps the single quote form assumes...
Patrick Lidstone (Per...
patricklidstone
Offline Send Email
May 9, 2004
1:41 pm
964
... There was a primary key on header_id, thats all. ... +----------------+-------+---------------+---------+---------+--------+--------+------------+ ... rows...
James Traynor
JamesTraynor
Offline Send Email
May 9, 2004
2:43 pm
965
... Now it's seeing SOURCE as a possible key, but it's still using "index" as it's join type. I would suggest dropping the FULLTEXT key, and just creating it...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 9, 2004
8:19 pm
966
Has anyone tried the xAP .NET framework with Mono? -- -S...
Stuart Grimshaw
stuartgrimshaw
Offline Send Email
May 12, 2004
8:08 am
967
On Wed, 12 May 2004 09:09:07 +0000, Stuart Grimshaw ... I haven't yet. Its on the enormous list that is entitled "ToDo". Mono beta 1 has been released and with...
Stuart Booth
stuartbooth_...
Offline Send Email
May 12, 2004
8:58 am
968
Anybody using the xAP Message Viewer application in an environment with lots of other xAPplications running (such as UKHA2004) might find the latest v1.2.1.5...
Stuart Booth
stuartbooth_...
Offline Send Email
May 17, 2004
9:24 pm
969
Dear all, (I hope you don't receive two similar messages - Yahoo is either taking 12 hours + to deliver my messages, or it's eating them - so I'm typing this...
mark_harrison_uk2
mark_harriso...
Offline Send Email
May 18, 2004
11:13 am
970
Guys, Thanks for all your input on this subject over the weekend. Please find attached a write-up of the various discussions I had. It's actually harder to...
mark_harrison_uk2
mark_harriso...
Offline Send Email
May 18, 2004
11:47 am
Messages 941 - 970 of 2025   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help