Changes between Version 15 and Version 16 of Software/GatewayDBus


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/GatewayDBus

    v15 v16  
    2323dbus-send /openbm/ibus/BMW openbm.ibus.RawMessage byte:0xC0 byte:0x68 uint32:2 array:byte:0x32,0x11 
    2424}}} 
     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. 
    2534 
    2635== IBus logger functionality == 
     
    5968Signals 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. 
    6069 
    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  
    6870== FAQ == 
    6971