[go: up one dir, main page]

Menu

#60 owserver/owlib does not respect (lack of) alias flag

up_to_v0.8
open
nobody
alias (1)
1
2014-07-03
2014-07-03
No

owserver does not seem to respect the ALIAS protocol flag (http://owfs.org/index.php?page=owserver-flag-word). Or have I miss-understood the feature?

Test case:
Set alias manually on a device (owwrite /<id>/alias testnode)
Using pyownet[1] or similar with full control over the flags, execute a dir call (in pyownet: ow.dir('/uncached'), enable verbose mode to see actual flags).</id>

Expected:
A list of 1-wire IDs only

Actual:
A list of 1-wire IDs, minus one ID, plus one entry 'testnode'

[1] https://pypi.python.org/pypi/pyownet

Discussion