The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Re: Developing Embedded xAP Devices



Just dashing out but very quickly...

Not all xAP embedded devices implement full wildcarding for their
message reception (target=)  eg the Barix Barionet cheats a little.  It
has preset matches that it checks against for the wildcards and this
covers most eventualities.

If nothing else you should recognise
(assuming you use a three segment  main address and a single segment sub
address)

target=*.*.*
target=>
target=*.*.>

and for your sub addresses (assuming a single level) you should recognise

:>
:*

eg

target=>:>
target=acme.device.instance:*
Recognising when some '*'s are substituted for the segment name is
useful too - even if it's with preset matches.


BTW - although not very flexible, you can also implement wildcarding by
back substituting the '*' s in the target address with the appropriate
segment name in your address, and then matching against a  fixed string
- if that's easier.  You still need to handle '>' though

K




------------------------------------


xAP_Automation Main Index | xAP_Automation Thread Index | xAP_Automation Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.