Changes between Version 17 and Version 18 of Software/Gateway
- Timestamp:
- 08/31/10 22:16:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Gateway
v17 v18 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 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 429 4and 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 4293 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