I have a schema that I am trying tp receive that uses the same *class* but maybe 4 different named bodies could be sent. Each body has exactly the same...
... If I was sending binary data using xAP and the '!' it would be just that and not characters coded in hex. An example of this is the array setup data for my...
Right, I'm *really* going to look into this now as it snaffled a new xAPp I've been testing and I think caused an error :( More news soon, S -- Stuart Booth...
... We encountered this with xAPlogger, which, obviously, doesn't know anything about the classes/schema it will get. This parses the message lexically into a...
Hi Folks, I probably should have kept this bit for here rather than on the xAPAutomation list, but too late now! If anybody's using v1.2.9.6, there are a fair...
The xAP spec prohibits codes outside normal ASCII printable characters being used as parameter values and offers the use of the pling (!) instead to handle the...
I understand that the spec allows schema designers to choose binary format for appropriate fields but you seem to be suggesting ("in BSC is it allowable,...
... errr not at all - it was a question.. Kevin Hawkins said ... ... As I said above it's a question and one that I too am hoping the answer to is 'no' as in...
Right, I see now. NO, NO, NO! Use of the '!' must be explicitly stated in the schema definition. Parameter/value pairs should be defined to use either '=' or...
On Sun, 27 Mar 2005 23:02:45 +0100, "Edward Pearson" ... Edward, you might want to try the latest runtime codes with your X10 app. Paul tried out the latest...
Kevin, My view is that a schema should be allowed to define certain values as ASCII only. This view is basically one of self-interest, since I am almost...
Recent talk about intranet ports, app config and so on, brought me back to the long standing xAP configuration issue that we have never really addressed. How...
Greetings, I thought I'd take a moment of your time to introduce myself to the group. You may have seen a post I sent to the xAP_Automation group, which Stuart...
... Ah, hello again :-) ... I like the "TiVo now watching" banner! ... I think Delphi can also use OCX's? In which case you might be able to use my VB OCX as a...
Hi All, As has been commented on in postings to various lists, the amount of items that have xAP support is now growing, with many items gaining support in...
... If only I had time to watch whatever it keeps recording :-) ... Ah yes, OCXs would be good. At some point I'm going to have to make the move to Delphi...
... It is possible to add your own parameters into an existing schema in that they will then be ignored by other applications but you mustn't alter the usage...
On Tue, 26 Apr 2005 13:07:19 +0100, "Adam Stevens" <adam@...> ... Oh, absolutely! xAPFramework.net's just another implementation of the xAP protocol -...
In recent apps we're seeing increasing numbers of periodic 'informational' messages - a good example is the announcing of availabilty of the xAP Intranet...
On Tue, 26 Apr 2005 14:18:08 +0100, "Adam Stevens" <adam@...> ... A few hours here and there, yes :-) ... I think there are differing views on that one....
Kevin To me heartbeats need to be transmitted by every app at short intervals, typicaly this is every 60 seconds. Idealy the messages should be short so...
... Looks like it!! ... Sounds like a good idea to me. Presumably then, a hub needs to first check that there's not another hub running?! - Or, I guess if it...
... That's worth knowing. ... Yup, I'd go with that. ... Skype integration sounds interesting... I don't tend to use Skype myself much now that I've gone down...
... Can someone clarify here - are UDP packets always the same length ie padded with space to 1500 bytes (or whatever) or do they vary in length based on...
Comments in line... ... UDP packet payloads are not padded to 1500 bytes - they are as long as the data they contain. ... I think this is a subset of a config...
On Tue, 26 Apr 2005 23:12:46 +0100, "Adam Stevens" <adam@...> ... The latter is what I do. If an auto-detect app can't get the Hub port, it goes into...
On Tue, 26 Apr 2005 11:56:59 -0000, "Patrick Lidstone" ... As in, "Hey, I'm here, who was I before when I was last started?" I guess this core config data...
On Tue, 26 Apr 2005 19:05:45 +0100, Kevin Hawkins ... I'm afraid to say xFx would hurl a wobbler at this. I sent this as a test: xap-hbeat { v=12 hop=1 ...
PaulB spotted that I still linked to the previous version of the xFx source code. The filename always lists the current version number so it's usually obvious...