Changes between Version 14 and Version 15 of Software/GatewayDBus
- Timestamp:
- 07/20/10 15:16:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/GatewayDBus
v14 v15 59 59 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 60 61 == Features == 62 - low CPU usage 63 - forward IBus messages to D-Bus and vice versa 64 - retransmit messages on collision 65 - 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 61 68 == FAQ == 62 69