Changes between Version 14 and Version 15 of Software/GatewayDBus


Ignore:
Timestamp:
07/20/10 15:16:41 (14 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/GatewayDBus

    v14 v15  
    5959Signals 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. 
    6060 
     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 
    6168== FAQ == 
    6269