Hi !
Finally got the eibd/linknx working

I had to get git snapshots of pthsem/eibd from the sourceforge repo.
The compilation has been painful, but thanks to bcusdk-list, people helped me
make the whole thing work.
(cf
link for the whole discussion)
~# findknxusb
Possible addresses for KNX USB devices:
device: 1:3:1:0:0 (Hager Electro:KNX-USB Data Interface)
~#eibd -t1023 -d --daemon=/var/log/eibd.log -i usb:1:3:1:0:0
linknx --daemon=/var/log/linknx.log --config=/var/linknx/linknx.xml
my linknx.xml sample :
<?xml version="1.0" ?>
<config>
<objects>
<object id="C1" gad="10/4/0">Eclairage C1</object>
</objects>
<services>
<knxconnection url="ip:127.0.0.1" />
<xmlserver type="inet" port="1028"/>
<persistence type="file" path="/tmp/persist"/>
</services>
</config>
Playing with knxweb seems to work, I can see my light switch on/off.
However, if I reload the webpage, the lamp icon don't keep the status of the lamp.
For eg, if I switch on the lamp through knxweb, and then I reload the page,
the lamp icon appears in off state.
It's for sure something noobish, but i found the linknx documentation somewhat lacky

(if you have any clue, you're welcome

)
Anyway, this is quite exciting, Sheevaplug is really a well designed server for this kind of applications !