Changes between Version 17 and Version 18 of Software/Gateway


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v17 v18  
    140140 
    141141=== Server === 
    142 Per 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 with phone keys. 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: 
     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 with phone keys. 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 4293 and so on. In order to bind the server on another address and port, you can do following: 
    143143{{{ 
    144144openbm-gateway -p 33001 -i 192.168.0.1