Changes between Version 16 and Version 17 of Software/Gateway
- Timestamp:
- 08/31/10 22:15:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Gateway
v16 v17 140 140 141 141 === 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 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: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: 143 143 {{{ 144 144 openbm-gateway -p 33001 -i 192.168.0.1