Changes between Version 15 and Version 16 of Software/Gateway


Ignore:
Timestamp:
08/31/10 22:15:24 (14 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v15 v16  
    140140 
    141141=== Server === 
    142 ...in work... 
     142Per default server accept up-to 8 client connections and bind itself to 127.0.0.1:4287. Here the port number 4287 corresponds to IBUS as if it were typed on the phone. Any clients connected to the server will communicate with the server over consecutive port number, i.e. client 0 communicate through 4288, client 5 through 4294 and so on. In order to bind the server on another address and port, you can do following: 
     143{{{ 
     144openbm-gateway -p 33001 -i 192.168.0.1 
     145}}} 
     146This will bind the server to address 192.168.0.1:33001. Usually the server is only used for local process communication and it does not make much sense to bind this server to some external ip address. Otherwise you would present your IBus traffic to the outside world. Hmm, in some case this might be really helpful, however only if you can secure the communication: nobody want that somebody from the internet is able to turn-off your lights in the car :) 
    143147 
    144148=== Client ===