Changes between Version 6 and Version 7 of Software/GatewayDBus


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/GatewayDBus

    v6 v7  
    1313deb http://deb.tevs.eu/ binary/ 
    1414}}} 
    15   
     15 
     16== Act as IBus logger == 
     17The daemon can also act as a simple IBus logger. This can be usefull if you just want to log ibus messages passend on the bus. In order to run the daemon as simple logger execute it as 
     18{{{ 
     19openbm-gateway -l 4 -f ibus.log 
     20}}} 
     21Which will protocol ibus actions to the ibus.log file. The log file will look like this: 
     22{{{ 
     23... 
     242010-Jul-20 10:07:00.767817: C0 04 68 32 11 8F 
     252010-Jul-20 10:07:00.891897: C0 04 68 32 11 8F 
     262010-Jul-20 10:07:00.928066: C0 04 68 32 10 8E 
     272010-Jul-20 10:07:00.943753: C0 04 68 32 10 8E 
     282010-Jul-20 10:07:01.116929: C0 03 68 01 AA 
     292010-Jul-20 10:07:01.140001: 68 04 BF 02 00 D1 
     30... 
     31}}} 
     32 
     33 
     34== D-Bus connection == 
    1635---- 
    1736{{{