Changes between Version 18 and Version 19 of Software/Gateway
- Timestamp:
- 08/31/10 22:18:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Gateway
v18 v19 146 146 This 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 :) 147 147 148 '''WARNING''': Currently server does not support any authentication mechanism, so be aware to bind the server to external addresses or to global address 0.0.0.0 for example. This will make your IBus traffic visible to the outside world and is very dangerous if somebody get used to hack it. 149 148 150 === Client === 149 151 ...in work...