Changes between Version 15 and Version 16 of Software/GatewayDBus
- Timestamp:
- 07/20/10 15:17:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/GatewayDBus
v15 v16 23 23 dbus-send /openbm/ibus/BMW openbm.ibus.RawMessage byte:0xC0 byte:0x68 uint32:2 array:byte:0x32,0x11 24 24 }}} 25 26 27 == Features == 28 - low CPU usage 29 - forward IBus messages to D-Bus and vice versa 30 - retransmit messages on collision 31 - completely asynchronous (receive and send messages over ibus and dbus without blocking or intercepting) 32 - act as a simple IBus logger 33 - code is actually platform independent (except of some extensions I had to made for boost's asio library). So there is a possibility to implement this on Windows too. 25 34 26 35 == IBus logger functionality == … … 59 68 Signals in this form received over the D-Bus are accepted by OpenBM-Gateway and translated into IBus message frames. Finally they are sent over the wire. There is collision/retransmit logic implemented in the software, so the probability that message will be not delivered is very low. 60 69 61 == Features ==62 - low CPU usage63 - forward IBus messages to D-Bus and vice versa64 - retransmit messages on collision65 - completely asynchronous (receive and send messages over ibus and dbus without blocking or intercepting)66 - code is actually platform independent (except of some extensions I had to made for boost's asio library). So there is a possibility to implement this on Windows too.67 68 70 == FAQ == 69 71